2015-05-26

ConvNetJS MNIST demo

http://cs.stanford.edu/people/karpathy/convnetjs/demo/mnist.html
This demo trains a Convolutional Neural Network on the MNIST digits dataset in your browser, with nothing but Javascript.
手書き数字の画像データを JavaScript のプログラムで学習するデモ。
学習中の各層(conv, pool, softmax)の重みやアクティベーション値をリアルタイムで見ることができる。