MNIST training
Showdown between JavaScript and WebAssembly networks built with jsNet
Note: The JS version currently still uses setTimeout to stop the browser UI from locking.
Loading...
WebAssembly
0/8000
0:00
const waNetwork = new Network({Module, layers: [784, 100, 10]})
JavaScript
0/8000
0:00
const jsNetwork = new Network({layers: [784, 100, 10]})