Skip to content

This repository contains the implementation (from scratch in python) of a simple neural network to classify MNIST. It can also be used to classify other image datasets.

Notifications You must be signed in to change notification settings

SathwikTejaswi/Neural-Networks-From-Scratch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Neural-Networks-From-Scratch

Classification of a MNIST dataset using a single hidden layer neural network (python)

The implementation depends on the following libraries : numpy, pandas, h5py

A sample output from the model is shown below. (Note : test accuracy (97%) is displayed as 0.97)

  • alt text
  • alt text

About

This repository contains the implementation (from scratch in python) of a simple neural network to classify MNIST. It can also be used to classify other image datasets.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages