Applied Deep Learning: A Case-Based Approach to Understanding Deep Neural Networks

This document was uploaded by one of our users. The uploader already confirmed that they had the permission to publish it. If you are author/publisher or own the copyright of this documents, please report to us by using this DMCA report form.

Simply click on the Download Book button.

Yes, Book downloads on Ebookily are 100% Free.

Sometimes the book is free on Amazon As well, so go ahead and hit "Search on Amazon"

Work with advanced topics in deep learning, such as optimization algorithms, hyper-parameter tuning, dropout, and error analysis as well as strategies to address typical problems encountered when training deep neural networks. You'll begin by studying the activation functions mostly with a single neuron (ReLu, sigmoid, and Swish), seeing how to perform linear and logistic regression using TensorFlow, and choosing the right cost function.

The next section talks about more complicated neural network architectures with several layers and neurons and explores the problem of random initialization of weights. An entire chapter is dedicated to a complete overview of neural network error analysis, giving examples of solving problems originating from variance, bias, overfitting, and datasets coming from different distributions.

Applied Deep Learningalso discusses how to implement logistic regression completely from scratch without using any Python library except NumPy, to let you appreciate how libraries such as TensorFlow allow quick and efficient experiments. Case studies for each method are included to put into practice all theoretical information. You'll discover tips and tricks for writing optimized Python code (for example vectorizing loops with NumPy).

What You Will Learn



Implement advanced techniques in the right way in Python and TensorFlow


Debug and optimize advanced methods (such as dropout and regularization)


Carry out error analysis (to realize if one has a bias problem, a variance problem, a data offset problem, and so on)


Set up a machine learning project focused on deep learning on a complex dataset
Who This Book Is For
Readers with a medium understanding of machine learning, linear algebra, calculus, and basic Python programming.

Author(s): Umberto Michelucci
Publisher: Apress
Year: 2018

Language: English
Pages: 410
Tags: Artificial Intelligence; Machine Learning; Neural Networks; Deep Learning; Regression; Python; Convolutional Neural Networks; Recurrent Neural Networks; TensorFlow; Computational Graphs; Gradient Descent; Regularization; Metric Analysis; Hyperparameter Tuning

Front Matter ....Pages i-xxi
Computational Graphs and TensorFlow (Umberto Michelucci)....Pages 1-29
Single Neuron (Umberto Michelucci)....Pages 31-81
Feedforward Neural Networks (Umberto Michelucci)....Pages 83-136
Training Neural Networks (Umberto Michelucci)....Pages 137-184
Regularization (Umberto Michelucci)....Pages 185-216
Metric Analysis (Umberto Michelucci)....Pages 217-270
Hyperparameter Tuning (Umberto Michelucci)....Pages 271-322
Convolutional and Recurrent Neural Networks (Umberto Michelucci)....Pages 323-364
A Research Project (Umberto Michelucci)....Pages 365-389
Logistic Regression from Scratch (Umberto Michelucci)....Pages 391-401
Back Matter ....Pages 403-410