#nn #machine-learning #evolution #neural-nets

ofnn

An open (accessible parameters), feed-forward-only NN (neural net) library to use it in an dynamic and free way in evolutionary algorithms. Design is influenced by the Keras Sequetial model.

1 unstable release

0.1.3 Jun 25, 2022

#586 in Machine learning

Apache-2.0

28KB
615 lines

Open Forward NN [ofnn]

An open (accessible parameters), feed-forward-only NN (neural net) library to use it in an dynamic and free way in evolutionary algorithms. Design is influenced by the Keras Sequetial model.

If you need backpropagation learning, it should be possible to add it without a lot of problems. Feel free to contribute!

Usage

Please take a look at the examples.


lib.rs:

@author = FlixCoder

Architecture influenced by Keras: Sequential models

Dependencies

~1.6–2.5MB
~53K SLoC