Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 813 Bytes

README.md

File metadata and controls

28 lines (16 loc) · 813 Bytes

Neural Network in Java

Implementation of a neural network with one hidden layer in java.

Getting Started

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

License

This project is licensed under the BSD 3-clause License - see the LICENSE.md file for details

Acknowledgments

  • This code was inspired by intro to neural networks blog post by Trask

Built with ❤️ by Gopi