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%
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.