Skip to content

Network without layers

Compare
Choose a tag to compare
@BorjaEst BorjaEst released this 25 Apr 11:22
· 92 commits to master since this release

New modules: network, nn_node, link which control the network simplifying the structure removing the layer concept (similar to digraph: https://erlang.org/doc/man/digraph.html).

Transformation module not needed as the network concept is created. A network can be modified multiple times without the need of saving each time in mnesia.

Link module is extracted from neurons, so to modify a link, it is not needed to write two parallel transactions to the neuron input and output. Only one to the network.

Elements module merged into cortex, neuron and network.