neataptic
Version:
Architecture-free neural network library with genetic algorithm implementations
12 lines (10 loc) • 429 B
Markdown
If you are unfamiliar with building networks layer by layer, you can use the
preconfigured networks. These networks will also be built layer by layer behind
the screens, but for the user they are all a simple one line function. At this
moment, Neataptic offers 6 preconfigured networks.
* [GRU](gru.md)
* [Hopfield](hopfield.md)
* [LSTM](lstm.md)
* [NARX](narx.md)
* [Perceptron](perceptron.md)
* [Random](random.md)