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
TensorFlow 1.x Deep Learning Cookbook

You're reading from  TensorFlow 1.x Deep Learning Cookbook

Product type Book
Published in Dec 2017
Publisher Packt
ISBN-13 9781788293594
Pages 536 pages
Edition 1st Edition
Languages
Toc

Table of Contents (15) Chapters close

Preface 1. TensorFlow - An Introduction 2. Regression 3. Neural Networks - Perceptron 4. Convolutional Neural Networks 5. Advanced Convolutional Neural Networks 6. Recurrent Neural Networks 7. Unsupervised Learning 8. Autoencoders 9. Reinforcement Learning 10. Mobile Computation 11. Generative Models and CapsNet 12. Distributed TensorFlow and Cloud Deep Learning 13. Learning to Learn with AutoML (Meta-Learning) 14. TensorFlow Processing Units

Creating a ConvNet to classify CIFAR-10

In this recipe, you will learn how to do classify images taken from CIFAR-10. The CIFAR-10 dataset consists of 60,000 32 x 32 color images in 10 classes, with 6,000 images per class. There are 50,000 training images and 10,000 test images. The following image is taken from https://www.cs.toronto.edu/~kriz/cifar.html:

Examples of CIFAR images

Getting ready

In this recipe, we use tflearn--a higher-level framework--which abstracts some of the TensorFlow internals and allows us to focus on the definition of deep networks. TFLearn is available at http://tflearn.org/ and this code is part of the standard distribution. (https://github.com/tflearn/tflearn/tree/master/examples)

...
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