Skip to content

A full neural network capable of image classification, created from scratch.

Notifications You must be signed in to change notification settings

22anirudhk/Neural-Network

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Neural-Network

A neural network built from scratch with Java. Achieved 99% accuracy on hand-represented digit classification. Complete with:

  1. Gradient descent with backpropagation optimization
  2. Stastistics about the training process
  3. Command line training/test input and multiple file support

Check out src/Network.java to run the network. Happy deep learning!

About

A full neural network capable of image classification, created from scratch.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages