Hands-on transfer learning with Python implement advanced deep learning and neural network models using TensorFlow and Keras

The purpose of this book is two-fold, we focus on detailed coverage of deep learning and transfer learning, comparing and contrasting the two with easy-to-follow concepts and examples. The second area of focus is on real-world examples and research problems using TensorFlow, Keras and Python ecosyst...

Full description

Bibliographic Details
Main Authors: Sarkar, Dipanjan, Bali, Raghav (Author), Ghosh, Tamoghna (Author)
Format: eBook
Language:English
Published: Birmingham, UK Packt Publishing 2018
Subjects:
Online Access:
Collection: O'Reilly - Collection details see MPG.ReNa
LEADER 05027nmm a2200505 u 4500
001 EB001923774
003 EBX01000000000000001086676
005 00000000000000.0
007 cr|||||||||||||||||||||
008 210123 ||| eng
020 |a 9781788839051 
050 4 |a QA76.73.P98 
100 1 |a Sarkar, Dipanjan 
245 0 0 |a Hands-on transfer learning with Python  |b implement advanced deep learning and neural network models using TensorFlow and Keras  |c Dipanjan Sarkar, Raghav Bali, Tamoghna Ghosh 
260 |a Birmingham, UK  |b Packt Publishing  |c 2018 
300 |a 1 volume  |b illustrations 
505 0 |a Initialization heuristicsImprovements of SGD; The momentum method; Nesterov momentum; Adaptive learning rate -- separate for each connection; AdaGrad; RMSprop; Adam; Overfitting and underfitting in neural networks; Model capacity; How to avoid overfitting -- regularization; Weight-sharing; Weight-decay ; Early stopping; Dropout; Batch normalization; Do we need more data?; Hyperparameters of the neural network; Automatic hyperparameter tuning; Grid search; Summary; Chapter 3: Understanding Deep Learning Architectures; Neural network architecture; Why different architectures are needed 
505 0 |a Cover; Title Page; Copyright and Credits; Dedication; Packt Upsell; Foreword; Contributors; Table of Contents; Preface; Chapter 1: Machine Learning Fundamentals; Why ML?; Formal definition; Shallow and deep learning; ML techniques; Supervised learning; Classification; Regression; Unsupervised learning; Clustering; Dimensionality reduction; Association rule mining; Anomaly detection; CRISP-DM; Business understanding; Data understanding; Data preparation; Modeling; Evaluation; Deployment; Standard ML workflow; Data retrieval; Data preparation; Exploratory data analysis 
505 0 |a Feature selectionSummary; Chapter 2: Deep Learning Essentials; What is deep learning?; Deep learning frameworks; Setting up a cloud-based deep learning environment with GPU support; Choosing a cloud provider; Setting up your virtual server; Configuring your virtual server; Installing and updating deep learning dependencies ; Accessing your deep learning cloud environment; Validating GPU-enablement on your deep learning environment; Setting up a robust, on-premise deep learning environment with GPU support; Neural network basics; A simple linear neuron; Gradient-based optimization 
505 0 |a The Jacobian and Hessian matricesChain rule of derivatives; Stochastic Gradient Descent; Non-linear neural units; Learning a simple non-linear unit -- logistic unit; Loss functions; Data representations; Tensor examples; Tensor operations; Multilayered neural networks; Backprop -- training deep neural networks; Challenges in neural network learning; Ill-conditioning; Local minima and saddle points ; Cliffs and exploding gradients; Initialization -- bad correspondence between the local and global structure of the objective; Inexact gradients; Initialization of model parameters 
505 0 |a Data processing and wranglingFeature engineering and extraction; Feature scaling and selection; Modeling; Model evaluation and tuning; Model evaluation; Bias variance trade-off; Bias; Variance; Trade-off; Underfitting; Overfitting; Generalization; Model tuning; Deployment and monitoring; Exploratory data analysis; Feature extraction and engineering; Feature engineering strategies; Working with numerical data; Working with categorical data; Working with image data; Deep learning based automated feature extraction; Working with text data; Text preprocessing; Feature engineering 
653 |a Réseaux neuronaux (Informatique) 
653 |a Neural networks (Computer science) / fast 
653 |a COMPUTER SCIENCE / General / bisacsh 
653 |a Machine learning / http://id.loc.gov/authorities/subjects/sh85079324 
653 |a Python (Computer program language) / fast 
653 |a Python (Computer program language) / http://id.loc.gov/authorities/subjects/sh96008834 
653 |a Neural Networks, Computer 
653 |a Neural networks (Computer science) / http://id.loc.gov/authorities/subjects/sh90001937 
653 |a Machine learning / fast 
653 |a Apprentissage automatique 
653 |a Python (Langage de programmation) 
653 |a Machine Learning 
700 1 |a Bali, Raghav  |e author 
700 1 |a Ghosh, Tamoghna  |e author 
041 0 7 |a eng  |2 ISO 639-2 
989 |b OREILLY  |a O'Reilly 
776 |z 9781788839051 
776 |z 1788839056 
776 |z 9781788831307 
856 4 0 |u https://learning.oreilly.com/library/view/~/9781788831307/?ar  |x Verlag  |3 Volltext 
082 0 |a 331 
082 0 |a 005.133 
082 0 |a 500 
520 |a The purpose of this book is two-fold, we focus on detailed coverage of deep learning and transfer learning, comparing and contrasting the two with easy-to-follow concepts and examples. The second area of focus is on real-world examples and research problems using TensorFlow, Keras and Python ecosystem with hands-on examples