Cargando…

Learn Keras for deep neural networks : a fast-track approach to modern deep learning with Python /

Learn, understand, and implement deep neural networks in a math- and programming-friendly approach using Keras and Python. The book focuses on an end-to-end approach to developing supervised learning algorithms in regression and classification with practical business-centric use-cases implemented in...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Moolayil, Jojo (Autor)
Formato: Electrónico eBook
Idioma:Inglés
Publicado: [New York, NY] : Apress, [2019]
Temas:
Acceso en línea:Texto completo (Requiere registro previo con correo institucional)

MARC

LEADER 00000cam a2200000 i 4500
001 OR_on1079007529
003 OCoLC
005 20231017213018.0
006 m o d
007 cr cnu---unuuu
008 181215s2019 nyu ob 000 0 eng d
040 |a EBLCP  |b eng  |e rda  |e pn  |c EBLCP  |d TEFOD  |d GW5XE  |d OCLCF  |d CAUOI  |d YDX  |d YDXIT  |d UMI  |d LEAUB  |d UKMGB  |d TOH  |d AU@  |d LQU  |d K6U  |d OCLCQ  |d LEATE  |d OCLCQ  |d VT2  |d BRF  |d N$T  |d DCT  |d OCLCQ  |d OCLCO  |d COM  |d OCLCQ 
015 |a GBB935079  |2 bnb 
016 7 |a 019214048  |2 Uk 
019 |a 1078929794  |a 1085011019  |a 1086518299  |a 1096830848  |a 1105192820  |a 1122846739  |a 1156368060  |a 1162795726  |a 1192333960  |a 1204086177  |a 1240529962 
020 |a 1484242408  |q (electronic book) 
020 |a 9781484242414  |q (print) 
020 |a 1484242416 
020 |a 9781484247280  |q (print) 
020 |a 1484247280 
020 |a 9781484242407  |q (electronic bk.) 
020 |z 9781484242391 
020 |z 1484242394 
024 7 |a 10.1007/978-1-4842-4240-7  |2 doi 
024 8 |a 10.1007/978-1-4842-4 
029 1 |a AU@  |b 000064815667 
029 1 |a AU@  |b 000065064974 
029 1 |a AU@  |b 000067501803 
029 1 |a CHNEW  |b 001074014 
029 1 |a CHVBK  |b 579468232 
029 1 |a UKMGB  |b 019214048 
029 1 |a AU@  |b 000074066474 
035 |a (OCoLC)1079007529  |z (OCoLC)1078929794  |z (OCoLC)1085011019  |z (OCoLC)1086518299  |z (OCoLC)1096830848  |z (OCoLC)1105192820  |z (OCoLC)1122846739  |z (OCoLC)1156368060  |z (OCoLC)1162795726  |z (OCoLC)1192333960  |z (OCoLC)1204086177  |z (OCoLC)1240529962 
037 |a EFB98D12-52EC-4F1B-B307-C900ACD48087  |b OverDrive, Inc.  |n http://www.overdrive.com 
050 4 |a Q325.5  |b .M66 2019 
072 7 |a UYQ  |2 bicssc 
072 7 |a COM004000  |2 bisacsh 
072 7 |a UYQ  |2 thema 
082 0 4 |a 006.3/1  |2 23 
049 |a UAMI 
100 1 |a Moolayil, Jojo,  |e author. 
245 1 0 |a Learn Keras for deep neural networks :  |b a fast-track approach to modern deep learning with Python /  |c Jojo Moolayil. 
264 1 |a [New York, NY] :  |b Apress,  |c [2019] 
300 |a 1 online resource 
336 |a text  |b txt  |2 rdacontent 
337 |a computer  |b c  |2 rdamedia 
338 |a online resource  |b cr  |2 rdacarrier 
347 |a text file 
347 |b PDF 
500 |a Place of publication from publisher website. 
505 0 |a Intro; Table of Contents; About the Author; About the Technical Reviewer; Acknowledgments; Introduction; Chapter 1: An Introduction to Deep Learning and Keras; Introduction to DL; Demystifying the Buzzwords; What Are Some Classic Problems Solved by DL in Today's Market?; Decomposing a DL Model; Exploring the Popular DL Frameworks; Low-Level DL Frameworks; Theano; Torch; PyTorch; MxNet; TensorFlow; High-Level DL Frameworks; A Sneak Peek into the Keras Framework; Getting the Data Ready; Defining the Model Structure; Training the Model and Making Predictions; Summary; Chapter 2: Keras in Action 
505 8 |a Setting Up the EnvironmentSelecting the Python Version; Installing Python for Windows, Linux, or macOS; Installing Keras and TensorFlow Back End; Getting Started with DL in Keras; Input Data; Neuron; Activation Function; Sigmoid Activation Function; ReLU Activation Function; Model; Layers; Core Layers; Dense Layer; Dropout Layer; Other Important Layers; The Loss Function; Optimizers; Stochastic Gradient Descent (SGD); Adam; Other Important Optimizers; Metrics; Model Configuration; Model Training; Model Evaluation; Putting All the Building Blocks Together; Summary 
505 8 |a Chapter 3: Deep Neural Networks for Supervised Learning: RegressionGetting Started; Problem Statement; Why Is Representing a Problem Statement with a Design Principle Important?; Designing an SCQ; Designing the Solution; Exploring the Data; Looking at the Data Dictionary; Finding Data Types; Working with Time; Predicting Sales; Exploring Numeric Columns; Understanding the Categorical Features; Data Engineering; Defining Model Baseline Performance; Designing the DNN; Testing the Model Performance; Improving the Model; Increasing the Number of Neurons; Plotting the Loss Metric Across Epochs 
505 8 |a Testing the Model ManuallySummary; Chapter 4: Deep Neural Networks for Supervised Learning: Classification; Getting Started; Problem Statement; Designing the SCQ; Designing the Solution; How Can We Identify a Potential Customer?; Exploring the Data; Data Engineering; Defining Model Baseline Accuracy; Designing the DNN for Classification; Revisiting the Data; Standardize, Normalize, or Scale the Data; Transforming the Input Data; DNNs for Classification with Improved Data; Summary; Chapter 5: Tuning and Deploying Deep Neural Networks; The Problem of Overfitting; So, What Is Regularization? 
505 8 |a L1 RegularizationL2 Regularization; Dropout Regularization; Hyperparameter Tuning; Hyperparameters in DL; Number of Neurons in a Layer; Number of Layers; Number of Epochs; Weight Initialization; Batch Size; Learning Rate; Activation Function; Optimization; Approaches for Hyperparameter Tuning; Manual Search; Grid Search; Random Search; Further Reading; Model Deployment; Tailoring the Test Data; Saving Models to Memory; Retraining the Models with New Data; Online Models; Delivering Your Model As an API; Putting All the Pieces of the Puzzle Together; Summary; Chapter 6: The Path Ahead 
500 |a What's Next for DL Expertise? 
588 0 |a Online resource; title from digital title page (viewed on February 15, 2019). 
504 |a Includes bibliographical references. 
520 |a Learn, understand, and implement deep neural networks in a math- and programming-friendly approach using Keras and Python. The book focuses on an end-to-end approach to developing supervised learning algorithms in regression and classification with practical business-centric use-cases implemented in Keras. The overall book comprises three sections with two chapters in each section. The first section prepares you with all the necessary basics to get started in deep learning. Chapter 1 introduces you to the world of deep learning and its difference from machine learning, the choices of frameworks for deep learning, and the Keras ecosystem. You will cover a real-life business problem that can be solved by supervised learning algorithms with deep neural networks. You'll tackle one use case for regression and another for classification leveraging popular Kaggle datasets. Later, you will see an interesting and challenging part of deep learning: hyperparameter tuning; helping you further improve your models when building robust deep learning applications. Finally, you'll further hone your skills in deep learning and cover areas of active development and research in deep learning. At the end of Learn Keras for Deep Neural Networks, you will have a thorough understanding of deep learning principles and have practical hands-on experience in developing enterprise-grade deep learning solutions in Keras. You will: Master fast-paced practical deep learning concepts with math- and programming-friendly abstractions. Design, develop, train, validate, and deploy deep neural networks using the Keras framework Use best practices for debugging and validating deep learning models Deploy and integrate deep learning as a service into a larger software service or product Extend deep learning principles into other popular frameworks. 
590 |a O'Reilly  |b O'Reilly Online Learning: Academic/Public Library Edition 
650 0 |a Machine learning. 
650 0 |a Neural networks (Computer science) 
650 2 |a Neural Networks, Computer 
650 6 |a Apprentissage automatique. 
650 6 |a Réseaux neuronaux (Informatique) 
650 7 |a Machine learning.  |2 fast  |0 (OCoLC)fst01004795 
650 7 |a Neural networks (Computer science)  |2 fast  |0 (OCoLC)fst01036260 
776 0 8 |i Print version:  |a Moolayil, Jojo.  |t Learn Keras for Deep Neural Networks : A Fast-Track Approach to Modern Deep Learning with Python.  |d Berkeley, CA : Apress L.P., ©2018  |z 9781484242391 
856 4 0 |u https://learning.oreilly.com/library/view/~/9781484242407/?ar  |z Texto completo (Requiere registro previo con correo institucional) 
938 |a ProQuest Ebook Central  |b EBLB  |n EBL5611955 
938 |a EBSCOhost  |b EBSC  |n 1973969 
938 |a YBP Library Services  |b YANK  |n 15890220 
994 |a 92  |b IZTAP