Skip to content

4rnv/Neural-Network-Go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Neural Networks from scratch

This is a simple 3 layer neural network built from scratch in Go. Trained on the MNIST handwriting dataset. Based on sausheong's blog post.

  • Accuracy with 100 neurons: 96.95%
  • Accuracy with 200 neurons: 97.40%

About

Neural network in Go.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages