Crates.io | ofnn |
lib.rs | ofnn |
version | 0.1.3 |
source | src |
created_at | 2022-06-25 18:03:00.406899 |
updated_at | 2022-06-25 18:03:00.406899 |
description | 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. |
homepage | https://github.com/FlixCoder/open-forward-NN |
repository | https://github.com/FlixCoder/open-forward-NN |
max_upload_size | |
id | 613163 |
size | 60,073 |
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!
Please take a look at the examples.