May 2019
Beginner
528 pages
29h 51m
English
In this section, we’ll overview Andrej Karpathy’s JavaScript-based ConvnetJS tool for training and visualizing convolutional neural networks in your web browser:70
https://cs.stanford.edu/people/karpathy/convnetjs/
You can run the ConvnetJS sample convolutional neural networks or create your own. We’ve used the tool on several desktop, tablet and phone browsers.
The ConvnetJS MNIST demo—which you’ll run and explore in the exercises—trains a convolutional neural network using the MNIST dataset we presented in Section 16.6. The demo presents a scrollable dashboard that updates dynamically ...
Read now
Unlock full access