Skip to content

berenet

Latest
Compare
Choose a tag to compare
@Shoop123 Shoop123 released this 07 Dec 08:29
· 1 commit to master since this release

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+.