Skip to content

Releases: BorjaEst/enn

0.3.0

31 Jul 12:33
Compare
Choose a tag to compare

Minor version removing "model" module to allow more complex architectures using maps and the library nnet.
A synchronisation step added at cortex/neuron start to shutdown neurons which create infinite rcc loops or do not influence any of the network outputs.

Performance improved using transactions

02 May 13:00
Compare
Choose a tag to compare

Dependency with edb library removed.
Now the application interfaces directly with mnesia improving performance.

Recurrent networks stable (without layer index)

01 May 20:36
Compare
Choose a tag to compare

Fix issue with deadlocks in recurrent neurons.

Network without layers

25 Apr 11:22
Compare
Choose a tag to compare

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.

Stable back propagation

03 Apr 20:09
Compare
Choose a tag to compare

Stable back propagation with good results

  • Activation functions
  • Aggregation functions
  • Initializes