Playground (Minesweeper)
Explore how to apply multi-class classifiers and one-hot encoding by adapting the MNIST classifier to the sonar dataset, identifying mines versus rocks. Understand classifier decoding and improve your hands-on skills by working with real-world sonar data and achieving significant accuracy.
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
Here’s an exercise: Modify the MNIST classifier to run on the sonar dataset. The sonar dataset (also known ...