#neural-network #neural #light-weight #evolution #machine-learning

neurs

A simple, feed-forward-only, but efficient, neural network and reinforcement learning library

3 releases

0.1.1 Oct 21, 2022
0.1.0 Oct 21, 2022

#534 in Machine learning

Download history 1/week @ 2024-02-08 37/week @ 2024-02-15 26/week @ 2024-02-22 8/week @ 2024-02-29

72 downloads per month

Custom license

34KB
713 lines

neurs

:author: Gustavo Ramos Rehermann :toc: :numbered:

A library that provides very simplified neural network functionality. The core part of the Neurs Project.

All neural networks in this library are feed-forward and dense connected.


lib.rs:

  • The neural network and interface code.

Dependencies

~1.5–2.1MB
~44K SLoC