Skip to the content.

ChNN framework principles

[Principles discussion]

To start my search of that “perfect units” I have started with creating a framework that will test and compare different neurons. That framework contains different rules of how neurons called and their communication protocol. I understand that fixing such rules and protocols I have limited NN potential and hardcoded some of my intuitions (which might be wrong), but I have tried to make these restrictions not too hard. Here is principles which I followed creating the framework:

So lets overview the main interfaces and algorithms.