clab / dynet

DyNet: The Dynamic Neural Network Toolkit
Apache License 2.0
3.42k stars 703 forks source link

"Competitive Example" (1): MNIST Classification #1285

Open neubig opened 6 years ago

neubig commented 6 years ago

Part of: https://github.com/clab/dynet/issues/1284

A first example is image classification on MNIST.

We already have an example here:

https://github.com/clab/dynet/tree/master/examples/mnist

We should confirm that it achieves competitive accuracy to that reported on the official page:

http://yann.lecun.com/exdb/mnist/

and also with the implementation in PyTorch:

https://github.com/pytorch/examples/tree/master/mnist

neubig commented 6 years ago

Fixed by #1334. Thanks @gpengzhi !