Antonio De Luca
Antonio De Luca
Added a new training option that enable users to specify if the weights of the neural network have to be (re)initialized or not. This is very useful when an user...
In the past I have used Brain.js and some other JavaScript based machine learning libraries but unfortunately I have found them not matching my needs. That's why, working on my...
Add Docker configuration so that developers and users can have a simple replicable environment through which to test, use and improve the library.
Convert the network-alpha code into a more functional style with data immutability as a foundation.
Put each single module (bios, host, network(s), neuron and synapse) in specific project and repositories. The modules have to be developed alone and to be completely decoupled.
Communicate all the events that happen in the system through callback and streams (if requested by the user). It is important to enable the user code to have a full...
Fix existing examples and complete the list of examples in the main README file. Put links to examples and guides of the extended documentation on the WIKI (to be created)...
Integration of ReactiveX for internal coordination between the Bios (Brain), Host (Cerebrum) and Networks.