Skip to content

ishubhamsingh2e/neural-network-scratch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

neural-network-scratch

neural network from scratch without using any library, build using only numpy arrays and maths. It's a good demonstration how neural networks works from inside.

this neural network is build for digit dataset https://www.kaggle.com/competitions/digit-recognizer

cross validation accuracy is over 90%

have only one hidden layer with 10 nodes. input layer contains 28x28 nodes, because images are 28x28 pixels. output layer have only 10 nodes because their are only 10 node to predict.

image

have only 2 dependencies:

  • pandas: for loading data
  • numpy: for array calculation

About

build a neural network to show as a demonstration on inner workings of a neural network

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages