Implementation of a neural network with one hidden layer in java.
These instructions will get you a copy of the code up and running.
git clone https://github.com/GopikrishnanSasikumar/Neuralnet_in_java.git
Run:
bash run.sh
This project is licensed under the BSD 3-clause License - see the LICENSE.md file for details
- This code was inspired by intro to neural networks blog post by Trask