1 unstable release
0.1.3 | Jun 25, 2022 |
---|
#590 in Machine learning
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.7–2.7MB
~55K SLoC