/Trivial-Neural-Network

A trivial neural network that uses back propagation to do maching learning.

Primary LanguageJava

A neural network implementation.

Install IntelliJ Java compiler.

Create a project named DeepLearning.

Put the entire directory there.

Start training and inferencing something!

Most things about the code are in comments, be patient.