Skip to content

chitwansaharia/Machine-Learning-on-Python

Repository files navigation

Machine-Learning-on-Python

Neural Network on Python

A neural network on python built from scratch for training 28*28 images of hand written digits.The model uses gradient descent method for cost function optimisation.It consists of 3-layer network with 25 units in the hidden layer.The network is not yet optimised for training huge data sets.However it works fine on small training sets.

About

A Pythonic Approach to Machine Learning

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages