Apress | Applied Deep Learning: A Case-Based Approach To Understanding Deep Neural Networks (2018 EN)

Discussion in 'Artificial intelligence' started by Kanka, Aug 5, 2021.

  1. Kanka

    Kanka Well-Known Member Loyal User

    Messages:
    16,047
    Likes Received:
    449
    Trophy Points:
    83
    [​IMG]

    Author: Umberto Michelucci
    Full Title: Applied Deep Learning: A Case-Based Approach To Understanding Deep Neural Networks
    Publisher: ‎ Apress; 1st ed. edition (September 7, 2018)
    Year: 2018
    ISBN-13: 9781484237908 (978-1-4842-3790-8), 9781484237892 (978-1-4842-3789-2)
    ISBN-10: 1484237900, 1484237897
    Pages: 410
    Language: English
    Genre: Educational: Artificial Intelligence
    File type: EPUB (True), PDF (True), Code Files
    Quality: 10/10
    Price: 53.49 €


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


    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

    Features:
    ✓ Contains a complete overview of regularization, learning rate decay techniques, and different optimizers such as Adam or RMSProp with complete examples implemented in Python and TensorFlow. The mathematical background is studied in detail
    ✓ Implements advanced techniques such as dropout and hyper-parameter tuning in Python and TensorFlow
    ✓ Contains an overview of the building blocks of convolutional and recurrent neural networks

    Who This Book Is For:
    Readers with a medium understanding of machine learning, linear algebra, calculus, and basic Python programming.

    -------------