Skip to content

Simple image detection neural network, Python implementation, with no additional libraries from scratch. The network aims to classify images into the number they represent, this of course isn't the optimal way, but it is good practice to understand the basics behind neural networks, code is provided along with the dataset, and an explanation PDF.

Notifications You must be signed in to change notification settings

zaina826/Image-Classification-Network

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Image-Classification-Network

Simple image detection neural network, Python implementation, with no additional ML libraries (from scratch). The network aims to classify images into the number they represent, this of course isn't the optimal way, but it is good practice to understand the basics behind neural networks, code is provided along with and an explanation PDF. The data can be found on kaggle : Mnist Digit Dataset

Resources: https://www.youtube.com/watch?v=tIeHLnjs5U8

https://www.youtube.com/watch?v=w8yWXqWQYmU

About

Simple image detection neural network, Python implementation, with no additional libraries from scratch. The network aims to classify images into the number they represent, this of course isn't the optimal way, but it is good practice to understand the basics behind neural networks, code is provided along with the dataset, and an explanation PDF.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published