Skip to content

logancostello/Neural-Network

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Neural Network

I built a feed forward neural network from scratch, and trained in on the MNIST dataset

Performance

After 15 epochs, the network was able to correctly label 98% of handwriten digits that it had never seen before (validation accuracy) with only 1% overfitting.

Screen Shot 2024-09-23 at 11 23 43 PM

The Future

In the future I would like to explore convolutional neural networks, as they are a quicker architecture. Currently my network is slow (although I'm not sure how it compares to others of its type in terms of speed), so finding ways to improve efficiency is a major goal in the future.

About

Creating a neural network from scratch

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages