Search icon CANCEL
Subscription
0
Cart icon
Cart
Close icon
You have no products in your basket yet
Save more on your purchases!
Savings automatically calculated. No voucher code required
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletters
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
R Deep Learning Essentials. - Second Edition

You're reading from  R Deep Learning Essentials. - Second Edition

Product type Book
Published in Aug 2018
Publisher Packt
ISBN-13 9781788992893
Pages 378 pages
Edition 2nd Edition
Languages
Authors (2):
Mark Hodnett Mark Hodnett
Profile icon Mark Hodnett
Joshua F. Wiley Joshua F. Wiley
Profile icon Joshua F. Wiley
View More author details
Toc

Table of Contents (13) Chapters close

Preface 1. Getting Started with Deep Learning 2. Training a Prediction Model 3. Deep Learning Fundamentals 4. Training Deep Prediction Models 5. Image Classification Using Convolutional Neural Networks 6. Tuning and Optimizing Models 7. Natural Language Processing Using Deep Learning 8. Deep Learning Models Using TensorFlow in R 9. Anomaly Detection and Recommendation Systems 10. Running Deep Learning Models in the Cloud 11. The Next Level in Deep Learning 12. Other Books You May Enjoy

Image classification using the MXNet library

The MXNet package was introduced in Chapter 1, Getting Started with Deep Learning, so go back to that chapter for instructions on how to install the package if you have not already done so. We will demonstrate how to get almost 100% accuracy on a classification task for image data. We will use the MNIST dataset that we introduced in Chapter 2, Image Classification Using Convolutional Neural Networks. This dataset contains images of handwritten digits (0-9), and all images are of size 28 x 28. It is the Hello World! equivalent in deep learning. There’s a long-term competition on Kaggle that uses this dataset. The script Chapter5/explore.Rmd is an R markdown file that explores this dataset.

  1. First, we will check if the data has already been downloaded, and if it has not, we will download it. If the data is not available at this...
lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at €14.99/month. Cancel anytime}