Playground (Achieving 99%-MNIST)
Test what we have learned so far about neural networks and their hyperparameters to achieve 99% accuracy for MNIST.
We'll cover the following...
Revision
Before we move on, let’s practice with the code for a little while. That’s optional, but it’s a good way to revise these concepts.
Go through all the codes which we have covered in this chapter by launching the below app:
Please login to launch live app!
Hands on Challenge
In the beginning of the second part, we set a target for ourselves: 99% accuracy on MNIST. We just got so close, ...