Results 23 issues of 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.

feature

Convert the network-alpha code into a more functional style with data immutability as a foundation.

feature

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.

tech-debt

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...

feature

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)...

feature

Add Flow support.

feature

Integration of ReactiveX for internal coordination between the Bios (Brain), Host (Cerebrum) and Networks.

feature