Skip to content

Releases: Shoop123/berenet

berenet

07 Dec 08:29
Compare
Choose a tag to compare

This is a library I threw together while learning about neural networks. So far it can create and trains (with backpropagation)
a regular ANN and a basic sequence-sequence RNN with a few tuning knobs available to customize training. Those will be covered further down. Currently this library is made for Python 3+.