Roboneural
Roboneural
- It is a library I made for myself to use it.
- There aren't too many bots using NN's so I thought that people start to make more with a ready lib.
What can I do with it?
- You can create a Multi-Layer Perceptron.
- You can choose how many layers you'll use and how many nodes there will be.
- You can decide what learning rate you'll use.
- You can change the batch size.
- You can pre-process data and make it more useful for Neural Networks.
- You can choose different Activation Functions for each layer.
Activation Functions
- There are activation functions coming with the package.
- Gaussian, Linear, Hyperbolic Tangent(Tanh), Sigmoid, ReLU, SoftPlus(SmoothMax), Sine(Perfect for overfitting).
- Also you can add your own activation functions.
Link
Here is the link: https://www.dropbox.com/sh/8gwgik1gpvo4jzw/AAB6qYCt6fL-yTktysuzzRHBa?dl=1