Deep Learning for Computer Vision with SAS
eBook - ePub

Deep Learning for Computer Vision with SAS

An Introduction

Robert Blanchard

Share book
  1. 150 pages
  2. English
  3. ePUB (mobile friendly)
  4. Available on iOS & Android
eBook - ePub

Deep Learning for Computer Vision with SAS

An Introduction

Robert Blanchard

Book details
Book preview
Table of contents
Citations

About This Book

Discover deep learning and computer vision with SAS!

Deep Learning for Computer Vision with SAS Âź: An Introduction introduces the pivotal components of deep learning. Readers will gain an in-depth understanding of how to build deep feedforward and convolutional neural networks, as well as variants of denoising autoencoders. Transfer learning is covered to help readers learn about this emerging field. Containing a mix of theory and application, this book will also briefly cover methods for customizing deep learning models to solve novel business problems or answer research questions. SAS programs and data are included to reinforce key concepts and allow readers to follow along with included demonstrations.

Readers will learn how to:

  • Define and understand deep learning
  • Build models using deep learning techniques and SAS Viya
  • Apply models to score (inference) new data
  • Modify data for better analysis results
  • Search the hyperparameter space of a deep learning model
  • Leverage transfer learning using supervised and unsupervised methods

Frequently asked questions

How do I cancel my subscription?
Simply head over to the account section in settings and click on “Cancel Subscription” - it’s as simple as that. After you cancel, your membership will stay active for the remainder of the time you’ve paid for. Learn more here.
Can/how do I download books?
At the moment all of our mobile-responsive ePub books are available to download via the app. Most of our PDFs are also available to download and we're working on making the final remaining ones downloadable now. Learn more here.
What is the difference between the pricing plans?
Both plans give you full access to the library and all of Perlego’s features. The only differences are the price and subscription period: With the annual plan you’ll save around 30% compared to 12 months on the monthly plan.
What is Perlego?
We are an online textbook subscription service, where you can get access to an entire online library for less than the price of a single book per month. With over 1 million books across 1000+ topics, we’ve got you covered! Learn more here.
Do you support text-to-speech?
Look out for the read-aloud symbol on your next book to see if you can listen to it. The read-aloud tool reads text aloud for you, highlighting the text as it is being read. You can pause it, speed it up and slow it down. Learn more here.
Is Deep Learning for Computer Vision with SAS an online PDF/ePUB?
Yes, you can access Deep Learning for Computer Vision with SAS by Robert Blanchard in PDF and/or ePUB format, as well as other popular books in Informatik & Unternehmensanwendungen. We have over one million books available in our catalogue for you to explore.

Information

Publisher
SAS Institute
Year
2020
ISBN
9781642959178
Chapter 1: Introduction to Deep Learning
Introduction to Neural Networks
Biological Neurons
Mathematical Neurons
Deep Learning
Batch Gradient Descent
Stochastic Gradient Descent
Introduction to ADAM Optimization
Weight Initialization
Regularization
Batch Normalization
Batch Normalization with Mini-Batches
Traditional Neural Networks versus Deep Learning
Deep Learning Actions
Building a Deep Neural Network
Training a Deep Learning CAS Action Model
Demonstration 1: Loading and Modeling Data with Traditional Neural Network Methods
Demonstration 2: Building and Training Deep Learning Neural Networks Using CASL Code
Introduction to Neural Networks
Artificial neural networks mimic key aspects of the brain, in particular, the brain’s ability to learn from experience. In order to understand artificial neural networks, we first must understand some key concepts of biological neural networks, in other words, our own biological brains.
A biological brain has many features that would be desirable in artificial systems, such as the ability to learn or adapt easily to new environments. For example, imagine you arrive at a city in a country that you have never visited. You don’t know the culture or the language. Given enough time, you will learn the culture and familiarize yourself with the language. You will know the location of streets, restaurants, and museums.
The brain is also highly parallel and therefore very fast. It is not equivalent to one processor, but instead it is equivalent to a multitude of millions of processors, all running in parallel. Biological brains can also deal with information that is fuzzy, probabilistic, noisy, or inconsistent, all while being robust, fault tolerant, and relatively small. Although inspired by cognitive science (in particular, neurophysiology), neural networks largely draw their methods from statistical physics (Hertz et al. 1991). There are dozens, if not hundreds, of neural network algorithms.
Biological Neurons
In order to imitate neurons in artificial systems, first their mechanisms needed to be understood. There is still much to be learned, but the key functional aspects of neurons, and even small systems (networks) of neurons, are now known.
Neurons are the fun...

Table of contents