feat(example/mnist): added README.md

This commit is contained in:
sugarme 2020-06-17 16:58:18 +10:00
parent 5f7aec5061
commit d838a29d2c
2 changed files with 28 additions and 0 deletions

28
example/mnist/README.md Normal file
View File

@ -0,0 +1,28 @@
# Linear Regression, NN, and CNN on MNIST dataset
## MNIST
- MNIST files can be obtained at [This source](http://yann.lecun.com/exdb/mnist/) and put in `data/mnist` from
root folder of this project.
- Load MNIST data using helper function at `vision` sub-package
## Linear Regression
- Run with `go clean -cache -testcache && go run main.go linear`
- Accuraccy should be about **91.68%**.
## Neural Network (NN)
TODO: update
## Convolutional Neural Network (CNN)
TODO: update

BIN
example/mnist/mnist Executable file

Binary file not shown.