Cargando…

MATLAB deep learning : with machine learning, neural networks and artificial intelligence /

Get started with MATLAB for deep learning and AI with this in-depth primer. In this book, you start with machine learning fundamentals, then move on to neural networks, deep learning, and then convolutional neural networks. In a blend of fundamentals and applications, MATLAB Deep Learning employs MA...

Descripción completa

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

MARC

LEADER 00000cam a2200000Ii 4500
001 OR_ocn990267808
003 OCoLC
005 20231017213018.0
006 m o d
007 cr cnu|||unuuu
008 170619s2017 nyu ob 001 0 eng d
010 |a  2017944429 
040 |a N$T  |b eng  |e rda  |e pn  |c N$T  |d N$T  |d EBLCP  |d YDX  |d GW5XE  |d OCLCF  |d UAB  |d AZU  |d UPM  |d MERER  |d ESU  |d OCLCQ  |d COO  |d OCLCQ  |d UMI  |d VT2  |d STF  |d IOG  |d K6U  |d IDB  |d MERUC  |d LIV  |d U3W  |d D6H  |d OCLCQ  |d OCLCO  |d VVB  |d CEF  |d KSU  |d EZ9  |d RRP  |d UWW  |d AU@  |d WYU  |d C6I  |d UKMGB  |d UOK  |d AUD  |d LEAUB  |d UKAHL  |d CNCEN  |d G3B  |d ERF  |d RDF  |d UKBTH  |d UHL  |d LEATE  |d OCLCQ  |d UBY  |d OCLCO  |d OCLCQ  |d SRU  |d BRF  |d GRACO  |d AJS  |d TOH  |d NLW  |d EYM  |d SNK  |d OCLCO  |d OCLCQ  |d OCLCO 
066 |c Zsym 
015 |a GBB8M4543  |2 bnb 
016 7 |a 019140044  |2 Uk 
019 |a 990633329  |a 991559176  |a 996402370  |a 999506428  |a 1005143150  |a 1005837550  |a 1012000457  |a 1021251456  |a 1086539369  |a 1097101326  |a 1112854895  |a 1113568144  |a 1122815212  |a 1129362808  |a 1153001612  |a 1162809217  |a 1192342411  |a 1240508281 
020 |a 9781484228456  |q (electronic bk.) 
020 |a 1484228456  |q (electronic bk.) 
020 |a 1484228448 
020 |a 9781484228449 
020 |z 9781484228449 
024 7 |a 10.1007/978-1-4842-2845-6  |2 doi 
024 3 |a 9781484228449 
029 1 |a AU@  |b 000060477564 
029 1 |a CHNEW  |b 000962019 
029 1 |a CHVBK  |b 491706499 
029 1 |a GBVCP  |b 1014935946 
029 1 |a UKMGB  |b 019140044 
029 1 |a AU@  |b 000067096167 
035 |a (OCoLC)990267808  |z (OCoLC)990633329  |z (OCoLC)991559176  |z (OCoLC)996402370  |z (OCoLC)999506428  |z (OCoLC)1005143150  |z (OCoLC)1005837550  |z (OCoLC)1012000457  |z (OCoLC)1021251456  |z (OCoLC)1086539369  |z (OCoLC)1097101326  |z (OCoLC)1112854895  |z (OCoLC)1113568144  |z (OCoLC)1122815212  |z (OCoLC)1129362808  |z (OCoLC)1153001612  |z (OCoLC)1162809217  |z (OCoLC)1192342411  |z (OCoLC)1240508281 
037 |a CL0500000898  |b Safari Books Online 
050 4 |a TA345.5.M42 
072 7 |a MAT  |x 000000  |2 bisacsh 
072 7 |a COM  |x 044000  |2 bisacsh 
082 0 4 |a 511/.8  |2 23 
049 |a UAMI 
100 1 |a Kim, Phil,  |e author. 
245 1 0 |a MATLAB deep learning :  |b with machine learning, neural networks and artificial intelligence /  |c Phil Kim. 
264 1 |a [New York, NY] :  |b Apress,  |c 2017. 
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  |b PDF  |2 rda 
520 |a Get started with MATLAB for deep learning and AI with this in-depth primer. In this book, you start with machine learning fundamentals, then move on to neural networks, deep learning, and then convolutional neural networks. In a blend of fundamentals and applications, MATLAB Deep Learning employs MATLAB as the underlying programming language and tool for the examples and case studies in this book. With this book, you'll be able to tackle some of today's real world big data, smart bots, and other complex data problems. You'll see how deep learning is a complex and more intelligent aspect of machine learning for modern smart data analysis and usage. 
588 0 |a Vendor-supplied metadata. 
505 0 |a At a Glance; Contents; About the Author; About the Technical Reviewer; Acknowledgments; Introduction; Chapter 1: Machine Learning; What Is Machine Learning?; Challenges with Machine Learning; Overfitting; Confronting Overfitting; Types of Machine Learning; Classification and Regression; Summary; Chapter 2: Neural Network; Nodes of a Neural Network; Layers of Neural Network; Supervised Learning of a Neural Network; Training of a Single-Layer Neural Network: Delta Rule; Generalized Delta Rule; SGD, Batch, and Mini Batch; Stochastic Gradient Descent; Batch; Mini Batch. 
505 8 |a Example: Delta RuleImplementation of the SGD Method; Implementation of the Batch Method; Comparison of the SGD and the Batch; Limitations of Single-Layer Neural Networks; Summary; Chapter 3: Training of Multi-Layer Neural Network; Back-Propagation Algorithm; Example: Back-Propagation; XOR Problem; Momentum; Cost Function and Learning Rule; Example: Cross Entropy Function; Cross Entropy Function; Comparison of Cost Functions; Summary; Chapter 4: Neural Network and Classification; Binary Classification; Multiclass Classification; Example: Multiclass Classification; Summary. 
505 8 |a Chapter 5: Deep LearningImprovement of the Deep Neural Network; Vanishing Gradient; Overfitting; Computational Load; Example: ReLU and Dropout; ReLU Function; Dropout; Summary; Chapter 6: Convolutional Neural Network; Architecture of ConvNet; Convolution Layer; Pooling Layer; Example: MNIST; Summary; Index. 
504 |a Includes bibliographical references and index. 
590 |a O'Reilly  |b O'Reilly Online Learning: Academic/Public Library Edition 
630 0 0 |a MATLAB. 
630 0 7 |a MATLAB  |2 fast 
650 0 |a Machine learning. 
650 0 |a Neural networks (Computer science) 
650 2 |a Neural Networks, Computer 
650 2 |a Machine Learning 
650 1 4 |a Computer Science. 
650 2 4 |a Big Data. 
650 2 4 |a Artificial Intelligence (incl. Robotics). 
650 2 4 |a Mathematical Logic and Formal Languages. 
650 2 4 |a Programming Languages, Compilers, Interpreters. 
650 2 4 |a Programming Techniques. 
650 6 |a Apprentissage automatique. 
650 6 |a Réseaux neuronaux (Informatique) 
650 7 |a Artificial intelligence.  |2 bicssc 
650 7 |a Mathematical theory of computation.  |2 bicssc 
650 7 |a Programming & scripting languages: general.  |2 bicssc 
650 7 |a Computer programming / software development.  |2 bicssc 
650 7 |a Databases.  |2 bicssc 
650 7 |a MATHEMATICS  |x General.  |2 bisacsh 
650 7 |a COMPUTERS  |x Neural Networks.  |2 bisacsh 
650 7 |a Machine learning  |2 fast 
650 7 |a Neural networks (Computer science)  |2 fast 
776 0 8 |i Printed edition:  |z 9781484228449 
856 4 0 |u https://learning.oreilly.com/library/view/~/9781484228456/?ar  |z Texto completo (Requiere registro previo con correo institucional) 
880 4 |6 264-00  |c �2017 
938 |a Askews and Holts Library Services  |b ASKH  |n AH33043675 
938 |a ProQuest Ebook Central  |b EBLB  |n EBL4878025 
938 |a EBSCOhost  |b EBSC  |n 1535764 
938 |a YBP Library Services  |b YANK  |n 14592773 
994 |a 92  |b IZTAP