Skip to content

A gradient descent and back-propagation implementation (without frameworks) using the MNIST dataset.

Notifications You must be signed in to change notification settings

damilarelana/ANN-GradientDescent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

Artificial Neural Network [ANN]

A machine learning algorithm that implements gradient descent and backpropagation training methods, from first principles - without recourse to frameworks. The code performs training and accuracy prediction using the MNIST dataset. [Machine Learning, Python, Numpy, Matplotlib, Scikit-Learn]

The entry point is

mnistdata.py

About

A gradient descent and back-propagation implementation (without frameworks) using the MNIST dataset.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages