Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 340 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 340 Bytes

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%