ofnn

Crates.ioofnn
lib.rsofnn
version0.1.3
sourcesrc
created_at2022-06-25 18:03:00.406899
updated_at2022-06-25 18:03:00.406899
descriptionAn 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.
homepagehttps://github.com/FlixCoder/open-forward-NN
repositoryhttps://github.com/FlixCoder/open-forward-NN
max_upload_size
id613163
size60,073
Flix (FlixCoder)

documentation

https://docs.rs/ofnn

README

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.

Commit count: 1

cargo fmt