Search icon CANCEL
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Deep Learning Essentials
Deep Learning Essentials

Deep Learning Essentials: Your hands-on guide to the fundamentals of deep learning and neural network modeling

Arrow left icon
Profile Icon Di Profile Icon Anurag Bhardwaj Profile Icon Jianing Wei
Arrow right icon
₹799.99 ₹2323.99
Full star icon Full star icon Full star icon Half star icon Empty star icon 3.1 (7 Ratings)
eBook Jan 2018 284 pages 1st Edition
eBook
₹799.99 ₹2323.99
Paperback
₹2904.99
Subscription
Free Trial
Renews at ₹800p/m
Arrow left icon
Profile Icon Di Profile Icon Anurag Bhardwaj Profile Icon Jianing Wei
Arrow right icon
₹799.99 ₹2323.99
Full star icon Full star icon Full star icon Half star icon Empty star icon 3.1 (7 Ratings)
eBook Jan 2018 284 pages 1st Edition
eBook
₹799.99 ₹2323.99
Paperback
₹2904.99
Subscription
Free Trial
Renews at ₹800p/m
eBook
₹799.99 ₹2323.99
Paperback
₹2904.99
Subscription
Free Trial
Renews at ₹800p/m

What do you get with eBook?

Product feature icon Instant access to your Digital eBook purchase
Product feature icon Download this book in EPUB and PDF formats
Product feature icon Access this title in our online reader with advanced features
Product feature icon DRM FREE - Read whenever, wherever and however you want
Table of content icon View table of contents Preview book icon Preview Book

Deep Learning Essentials

Getting Yourself Ready for Deep Learning

Due to recent achievements of Artificial Neural Networks (ANNs) in different applications of artificial intelligence (AI), such as computer vision, natural language processing (NLP) and speech recognition, deep learning has emerged as the prominent technology fundamental to most real-world implementations. This chapter aims to be a starting point on how to set oneself up for experimenting with and applying deep learning techniques in the real world.

We will answer the key question as to what skills and concepts are needed to get started with deep learning. We will specifically answer following questions:

  • What skills are needed to understand and get started with deep learning?
  • What are the core concepts from linear algebra that are required for deep learning?
  • What hardware requirements exist for practical implementations of deep learning...

Basics of linear algebra

One of the most fundamental skills required to get oneself setup with deep learning is a foundational understanding of linear algebra. Though linear algebra itself is a vast subject, and covering it in full is outside the scope of this book, we will go through some important aspects of linear algebra in this chapter. Hopefully, this will give you a sufficient understanding of some core concepts and how they interplay with deep learning methodologies.

Data representation

In this section, we will look at core data structures and representations used most commonly across different linear algebra tasks. This is not meant to be a comprehensive list at all but only serves to highlight some of the prominent...

Deep learning with GPU

As the name suggests, deep learning involves learning a deeper representation of data, which requires large amounts of computational power. Such massive computational power is usually not possible with modern day CPUs. GPUs, on the other hand, lend themselves very nicely to this task. GPUs were originally designed for rendering graphics in real time. The design of a typical GPU allows for the disproportionately larger number of arithmetic logical unit (ALU), which allows them to crunch a large number of calculations in real time.

GPUs used for general purpose computation have a high data parallel architecture, which means they can process a large number of data points in parallel, leading to higher computational throughput. Each GPU is composed of thousands of cores. Each of such cores consists of a number of functional units which contain cache and ALU...

Deep learning software frameworks

Every good deep learning application needs to have several components to be able to function correctly. These include:

  • A model layer which allows a developer to design his or her own model with more flexibility
  • A GPU layer that makes it seamless for application developers to choose between GPU/CPU for its application
  • A parallelization layer that can allow the developer to scale his or her application to run on multiple devices or instances

As you can imagine, implementing these modules is not easy. Often a developer needs to spend more time on debugging implementation issues rather than the legitimate model issues. Thankfully, a number of software frameworks exist in the industry today which make deep learning application development practically the first class of its programming language.

These frameworks vary in architecture, design, and feature...

Setting up deep learning on AWS

In this section, we will show two different ways of setting up a deep learning system using Amazon Web Services (AWS).

Setup from scratch

In this section, we will illustrate how to set up a deep learning environment on an AWS EC2 GPU instance g2.2xlarge running Ubuntu Server 16.04 LTS. For this example, we will use a pre-baked Amazon Machine Image (AMI) which already has a number of software packages installed—making it easier to set up an end-end deep learning system. We will use a publicly available AMI Image ami-b03ffedf, which has following pre-installed packages:

  • CUDA 8.0
  • Anaconda 4.20 with Python 3.0
  • Keras / Theano
  1. The first step to setting up the system is to set up an AWS account...

Summary

In this chapter, we have summarized key concepts required to get started with the real-world implementation of deep learning systems. We described core concepts from linear algebra that are central to understanding the foundations of deep learning technology. We provide a hardware guide to deep learning by covering various aspects of GPU-based implementation and what is a right hardware choice for application developers. We outline a list of most popular deep learning software frameworks that exist today and provide a feature-level parity as well as a performance benchmark for them. Finally, we demonstrate how to set up a cloud-based deep learning application on AWS.

In the next chapter, we will introduce neural networks and outline a self-start module to understanding them in greater details.

Left arrow icon Right arrow icon
Download code icon Download Code

Key benefits

  • Your one-stop solution to get started with the essentials of deep learning and neural network modeling
  • Train different kinds of neural networks to tackle various problems in Natural Language Processing, computer vision, speech recognition, and more
  • Covers popular Python libraries such as Tensorflow, Keras, and more, along with tips on training, deploying and optimizing your deep learning models in the best possible manner

Description

Deep Learning a trending topic in the field of Artificial Intelligence today and can be considered to be an advanced form of machine learning. This book will help you take your first steps in training efficient deep learning models and applying them in various practical scenarios. You will model, train, and deploy different kinds of neural networks such as CNN, RNN, and will see some of their applications in real-world domains including computer vision, natural language processing, speech recognition, and so on. You will build practical projects such as chatbots, implement reinforcement learning to build smart games, and develop expert systems for image captioning and processing using Python library such as TensorFlow. This book also covers solutions for different problems you might come across while training models, such as noisy datasets, and small datasets. By the end of this book, you will have a firm understanding of the basics of deep learning and neural network modeling, along with their practical applications.

Who is this book for?

Aspiring data scientists and machine learning experts who have limited or no exposure to deep learning will find this book to be very useful. If you are looking for a resource that gets you up and running with the fundamentals of deep learning and neural networks, this book is for you. As the models in the book are trained using the popular Python-based libraries such as Tensorflow and Keras, it would be useful to have sound programming knowledge of Python.

What you will learn

  • Get to grips with the core concepts of deep learning and neural networks
  • Set up deep learning library such as TensorFlow
  • Fine-tune your deep learning models for NLP and Computer Vision applications
  • Unify different information sources, such as images, text, and speech through deep learning
  • Optimize and fine-tune your deep learning models for better performance
  • Train a deep reinforcement learning model that plays a game better than humans
  • Learn how to make your models get the best out of your GPU or CPU

Product Details

Country selected
Publication date, Length, Edition, Language, ISBN-13
Publication date : Jan 30, 2018
Length: 284 pages
Edition : 1st
Language : English
ISBN-13 : 9781785887772
Vendor :
Google
Category :
Concepts :
Tools :

What do you get with eBook?

Product feature icon Instant access to your Digital eBook purchase
Product feature icon Download this book in EPUB and PDF formats
Product feature icon Access this title in our online reader with advanced features
Product feature icon DRM FREE - Read whenever, wherever and however you want

Product Details

Publication date : Jan 30, 2018
Length: 284 pages
Edition : 1st
Language : English
ISBN-13 : 9781785887772
Vendor :
Google
Category :
Concepts :
Tools :

Packt Subscriptions

See our plans and pricing
Modal Close icon
₹800 billed monthly
Feature tick icon Unlimited access to Packt's library of 7,000+ practical books and videos
Feature tick icon Constantly refreshed with 50+ new titles a month
Feature tick icon Exclusive Early access to books as they're written
Feature tick icon Solve problems while you work with advanced search and reference features
Feature tick icon Offline reading on the mobile app
Feature tick icon Simple pricing, no contract
₹4500 billed annually
Feature tick icon Unlimited access to Packt's library of 7,000+ practical books and videos
Feature tick icon Constantly refreshed with 50+ new titles a month
Feature tick icon Exclusive Early access to books as they're written
Feature tick icon Solve problems while you work with advanced search and reference features
Feature tick icon Offline reading on the mobile app
Feature tick icon Choose a DRM-free eBook or Video every month to keep
Feature tick icon PLUS own as many other DRM-free eBooks or Videos as you like for just ₹400 each
Feature tick icon Exclusive print discounts
₹5000 billed in 18 months
Feature tick icon Unlimited access to Packt's library of 7,000+ practical books and videos
Feature tick icon Constantly refreshed with 50+ new titles a month
Feature tick icon Exclusive Early access to books as they're written
Feature tick icon Solve problems while you work with advanced search and reference features
Feature tick icon Offline reading on the mobile app
Feature tick icon Choose a DRM-free eBook or Video every month to keep
Feature tick icon PLUS own as many other DRM-free eBooks or Videos as you like for just ₹400 each
Feature tick icon Exclusive print discounts

Frequently bought together


Stars icon
Total 11,544.97
Python Deep Learning
₹4542.99
Deep Learning with TensorFlow
₹4096.99
Deep Learning Essentials
₹2904.99
Total 11,544.97 Stars icon

Table of Contents

11 Chapters
Why Deep Learning? Chevron down icon Chevron up icon
Getting Yourself Ready for Deep Learning Chevron down icon Chevron up icon
Getting Started with Neural Networks Chevron down icon Chevron up icon
Deep Learning in Computer Vision Chevron down icon Chevron up icon
NLP - Vector Representation Chevron down icon Chevron up icon
Advanced Natural Language Processing Chevron down icon Chevron up icon
Multimodality Chevron down icon Chevron up icon
Deep Reinforcement Learning Chevron down icon Chevron up icon
Deep Learning Hacks Chevron down icon Chevron up icon
Deep Learning Trends Chevron down icon Chevron up icon
Other Books You May Enjoy Chevron down icon Chevron up icon

Customer reviews

Top Reviews
Rating distribution
Full star icon Full star icon Full star icon Half star icon Empty star icon 3.1
(7 Ratings)
5 star 14.3%
4 star 42.9%
3 star 14.3%
2 star 0%
1 star 28.6%
Filter icon Filter
Top Reviews

Filter reviews by




NehaJ Feb 25, 2018
Full star icon Full star icon Full star icon Full star icon Full star icon 5
Awesome book for starters and also for the the ones who wants to refresh their basics. This books start with basics with systematic explanation through code examples. The great thing about the book is you don't find it boring at any point of time and your interest keep on growing as you go to every next page and working example. Liked last chapter the most which has latest of deep learning examples from field like bio informatics.An awesome read for deep learning enthusiast!!!!
Amazon Verified review Amazon
J. Pegg Aug 10, 2018
Full star icon Full star icon Full star icon Full star icon Empty star icon 4
I've found the information to be good, but the book could really benefit from more proofreading. Most of the issues are grammatical (which makes me believe the general editor should have read it more closely), although there are also areas where concepts and ideas are used before they're properly introduced (which makes me believe the content reviewers should have been a bit more critical, or perhaps have slightly less domain knowledge). Again, this is a good book that covers many complex topics and assumes a technical reader (which I appreciate). I found it very informative and useful, especially when I wasn't being annoyed by simple errors or turning to Wikipedia to define concepts.
Amazon Verified review Amazon
Anaxagoras Jul 26, 2018
Full star icon Full star icon Full star icon Full star icon Empty star icon 4
This is a great introduction to DL. Covers all the bases. Lots of tips, tricks and applications.One drawback is that nothing is covered in enough detail to truly implement a production system.Based on the level of detail, I would give this book three stars. Based on the content, I would give this book 5 stars. My rating averages the score for the content and coverage.There doesn’t appear to be a single book that covers everything in enough detail to implement a production system for both natural language processing and computer vision systems.The ImageNet bundle from pyimagesearch has everything you need to build a deep learning system for computer vision applications but the cost could be prohibitive for some. OTOH a box with four GTX 1080 TIs, 128Gb ram, a decent CPU, and the rest of the parts could easily cost $6,000. $600 for books and code is just another 10% relative to the cost of a DL box.This won’t be the only DL book you read. I’ve read most of the books on the market. My favorites include Chollet’s Keras book and Geron’s Tensorflow book as well as Adrian Rosebrock’s books which use Keras and MXNet. This one is a very useful addition to my library.You will need to read this book and at least two of Chollet, Geron, and Rosebrock to have a reasonable grasp of the important concepts for DL for computer vision. Arxiv-sanity preserver is a great way to keep up to date on the research literature.It would be helpful to have a working knowledge of Docker as well.I’m looking forward to finding a good book on PyTorch to complement my knowledge of DL frameworks.
Amazon Verified review Amazon
Amrita Dev Feb 19, 2018
Full star icon Full star icon Full star icon Full star icon Empty star icon 4
The book is very well written which covers the basic along with sample code which is easy to follow. The books starts with basic algebra and example and then goes deep in the Deep Learning space.
Amazon Verified review Amazon
stephane Mar 04, 2024
Full star icon Full star icon Full star icon Empty star icon Empty star icon 3
interesting but unfortunately the examples are for tensorflow v1 . they don't work , tensorflow v1 is deprecated
Subscriber review Packt
Get free access to Packt library with over 7500+ books and video courses for 7 days!
Start Free Trial

FAQs

How do I buy and download an eBook? Chevron down icon Chevron up icon

Where there is an eBook version of a title available, you can buy it from the book details for that title. Add either the standalone eBook or the eBook and print book bundle to your shopping cart. Your eBook will show in your cart as a product on its own. After completing checkout and payment in the normal way, you will receive your receipt on the screen containing a link to a personalised PDF download file. This link will remain active for 30 days. You can download backup copies of the file by logging in to your account at any time.

If you already have Adobe reader installed, then clicking on the link will download and open the PDF file directly. If you don't, then save the PDF file on your machine and download the Reader to view it.

Please Note: Packt eBooks are non-returnable and non-refundable.

Packt eBook and Licensing When you buy an eBook from Packt Publishing, completing your purchase means you accept the terms of our licence agreement. Please read the full text of the agreement. In it we have tried to balance the need for the ebook to be usable for you the reader with our needs to protect the rights of us as Publishers and of our authors. In summary, the agreement says:

  • You may make copies of your eBook for your own use onto any machine
  • You may not pass copies of the eBook on to anyone else
How can I make a purchase on your website? Chevron down icon Chevron up icon

If you want to purchase a video course, eBook or Bundle (Print+eBook) please follow below steps:

  1. Register on our website using your email address and the password.
  2. Search for the title by name or ISBN using the search option.
  3. Select the title you want to purchase.
  4. Choose the format you wish to purchase the title in; if you order the Print Book, you get a free eBook copy of the same title. 
  5. Proceed with the checkout process (payment to be made using Credit Card, Debit Cart, or PayPal)
Where can I access support around an eBook? Chevron down icon Chevron up icon
  • If you experience a problem with using or installing Adobe Reader, the contact Adobe directly.
  • To view the errata for the book, see www.packtpub.com/support and view the pages for the title you have.
  • To view your account details or to download a new copy of the book go to www.packtpub.com/account
  • To contact us directly if a problem is not resolved, use www.packtpub.com/contact-us
What eBook formats do Packt support? Chevron down icon Chevron up icon

Our eBooks are currently available in a variety of formats such as PDF and ePubs. In the future, this may well change with trends and development in technology, but please note that our PDFs are not Adobe eBook Reader format, which has greater restrictions on security.

You will need to use Adobe Reader v9 or later in order to read Packt's PDF eBooks.

What are the benefits of eBooks? Chevron down icon Chevron up icon
  • You can get the information you need immediately
  • You can easily take them with you on a laptop
  • You can download them an unlimited number of times
  • You can print them out
  • They are copy-paste enabled
  • They are searchable
  • There is no password protection
  • They are lower price than print
  • They save resources and space
What is an eBook? Chevron down icon Chevron up icon

Packt eBooks are a complete electronic version of the print edition, available in PDF and ePub formats. Every piece of content down to the page numbering is the same. Because we save the costs of printing and shipping the book to you, we are able to offer eBooks at a lower cost than print editions.

When you have purchased an eBook, simply login to your account and click on the link in Your Download Area. We recommend you saving the file to your hard drive before opening it.

For optimal viewing of our eBooks, we recommend you download and install the free Adobe Reader version 9.