tensorflow-haskell/tensorflow-mnist
fkm3 03a3a6d086 Misc MNIST example cleanup (#9)
* Use native oneHot op in the example code. It didn't exist when this was originally written.
* Misc cleanup in MNIST example

- Use unspecified dimension for batch size in model. This simplifies the
  code for the test set.
- Move error rate calculation into model.
2016-10-26 11:14:38 -07:00
..
app Misc MNIST example cleanup (#9) 2016-10-26 11:14:38 -07:00
data Initial commit 2016-10-24 19:26:42 +00:00
src/TensorFlow/Examples/MNIST Initial commit 2016-10-24 19:26:42 +00:00
src-data/TensorFlow/Examples/MNIST Initial commit 2016-10-24 19:26:42 +00:00
tests Initial commit 2016-10-24 19:26:42 +00:00
Setup.hs Initial commit 2016-10-24 19:26:42 +00:00
tensorflow-mnist.cabal Initial commit 2016-10-24 19:26:42 +00:00