neural-network-node
Version:
A simple neural network coded from scratch with no external modules. Lets you train your own neural network in a simple and easy to learn way.
9 lines (4 loc) • 391 B
Markdown
# Java Quickstart
Head over to [this link](https://github.com/SatvikVejendla/Neural-Network-Module/releases/download/java1.0.0/NeuralNetwork.zip) to download the source code
Once it's finished installing, extract the files and copy them into the project folder that you want to implement it in. From there, you can just use all the function normally.
More details coming soon...