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

  • 5h 8m
  • Umberto Michelucci
  • Apress
  • 2018

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

About the Author

Umberto is currently the head of Innovation in BI & Analytics at a leading health insurance company in Switzerland, where he leads several strategic initiatives that deal with AI, new technologies and machine learning. He worked as data scientist and lead modeller in several big projects in healthcare and has extensive hands-on experience in programming and designing algorithms. Before that he managed projects in BI and DWH enabling data driven solutions to be implemented in complicated productive environments. He worked extensively with neural networks the last two years and applied deep learning to several problems linked to insurance and client behaviour (like customer churning). He presented his results on deep learning at international conferences and internally gained a reputation for his huge experience with Python and deep learning.

In this Book

  • Introduction
  • Computational Graphs and TensorFlow
  • Single Neuron
  • Feedforward Neural Networks
  • Training Neural Networks
  • Regularization
  • Metric Analysis
  • Hyperparameter Tuning
  • Convolutional and Recurrent Neural Networks
  • A Research Project
  • Logistic Regression from Scratch
SHOW MORE
FREE ACCESS