Deep learning with applications using Python chatbots and face, object, and speech recognition with TensorFlow and Keras /

Build deep learning applications, such as computer vision, speech recognition, and chatbots, using frameworks such as TensorFlow and Keras. This book helps you to ramp up your practical know-how in a short period of time and focuses you on the domain, models, and algorithms required for deep learnin...

Full description

Main Author: Manaswi, Navin Kumar.
Other Authors: SpringerLink (Online Service)
Format: eBook
Language: English
Published: [Berkeley, CA] : Apress, 2018.
Physical Description: 1 online resource.
Subjects:
LEADER 08117cam a2200901 i 4500
001 1030892359
003 OCoLC
005 20240329122006.0
006 m o d
007 cr cnu---unuuu
008 180409s2018 cau o 000 0 eng d
015 |a GBB8L6658  |2 bnb 
016 7 |a 019127099  |2 Uk 
019 |a 1030913488  |a 1030977966  |a 1034555752  |a 1048182851  |a 1066478672  |a 1066508198  |a 1081209821  |a 1086531303  |a 1104212009  |a 1112862590  |a 1113577563  |a 1122848029  |a 1129374761  |a 1152977462  |a 1160077107  |a 1162750863  |a 1192339300  |a 1204063705  |a 1240513522 
020 |a 9781484235164  |q (electronic bk.) 
020 |a 1484235169  |q (electronic bk.) 
020 |a 9781484235171  |q (print) 
020 |a 1484235177 
020 |a 9781484240519  |q (print) 
020 |a 1484240510 
020 |z 9781484235157 
020 |z 1484235150 
024 7 |a 10.1007/978-1-4842-3516-4  |2 doi 
035 |a (OCoLC)1030892359  |z (OCoLC)1030913488  |z (OCoLC)1030977966  |z (OCoLC)1034555752  |z (OCoLC)1048182851  |z (OCoLC)1066478672  |z (OCoLC)1066508198  |z (OCoLC)1081209821  |z (OCoLC)1086531303  |z (OCoLC)1104212009  |z (OCoLC)1112862590  |z (OCoLC)1113577563  |z (OCoLC)1122848029  |z (OCoLC)1129374761  |z (OCoLC)1152977462  |z (OCoLC)1160077107  |z (OCoLC)1162750863  |z (OCoLC)1192339300  |z (OCoLC)1204063705  |z (OCoLC)1240513522 
037 |a com.springer.onix.9781484235164  |b Springer Nature 
040 |a N$T  |b eng  |e rda  |e pn  |c N$T  |d N$T  |d YDX  |d GW5XE  |d EBLCP  |d OCLCF  |d AZU  |d UAB  |d OCLCQ  |d VT2  |d U3W  |d SNK  |d WYU  |d LVT  |d UKMGB  |d K6U  |d CAUOI  |d D6H  |d MERER  |d OCLCQ  |d COO  |d UKAHL  |d LEAUB  |d UMI  |d OCLCQ  |d ADU  |d UHL  |d LEATE  |d OCLCQ  |d BRF  |d OCLCQ  |d DCT  |d OCLCQ  |d OCLCO  |d AAA  |d OCLCQ  |d OCLCO  |d OCLCL 
049 |a COM6 
050 4 |a QA76.73.P98 
072 7 |a COM  |x 051360  |2 bisacsh 
072 7 |a UMA  |2 bicssc 
072 7 |a UYQ  |2 thema 
082 0 4 |a 005.13/3  |2 23 
100 1 |a Manaswi, Navin Kumar. 
245 1 0 |a Deep learning with applications using Python :  |b chatbots and face, object, and speech recognition with TensorFlow and Keras /  |c Navin Kumar Manaswi. 
264 1 |a [Berkeley, CA] :  |b Apress,  |c 2018. 
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. 
588 0 |a Online resource; title from PDF title page (EBSCO, viewed April 10, 2018) 
505 0 |a Intro; Table of Contents; Foreword; About the Author; About the Technical Reviewer; Chapter 1: Basics of TensorFlow; Tensors; Computational Graph and Session; Constants, Placeholders, and Variables; Placeholders; Creating Tensors; Fixed Tensors; Sequence Tensors; Random Tensors; Working on Matrices; Activation Functions; Tangent Hyperbolic and Sigmoid; ReLU and ELU; ReLU6; Loss Functions; Loss Function Examples; Common Loss Functions; Optimizers; Loss Function Examples; Common Optimizers; Metrics; Metrics Examples; Common Metrics; Chapter 2: Understanding and Working with Keras. 
505 8 |a Major Steps to Deep Learning ModelsLoad Data; Preprocess the Data; Define the Model; Compile the Model; Fit the Model; Evaluate Model; Prediction; Save and Reload the Model; Optional: Summarize the Model; Additional Steps to Improve Keras Models; Keras with TensorFlow; Chapter 3: Multilayer Perceptron; Artificial Neural Network; Single-Layer Perceptron; Multilayer Perceptron; Logistic Regression Model; Chapter 4: Regression to MLP in TensorFlow; TensorFlow Steps to Build Models; Linear Regression in TensorFlow; Logistic Regression Model; Multilayer Perceptron in TensorFlow. 
505 8 |a Chapter 5: Regression to MLP in KerasLog-Linear Model; Keras Neural Network for Linear Regression; Logistic Regression; scikit-learn for Logistic Regression; Keras Neural Network for Logistic Regression; Fashion MNIST Data: Logistic Regression in Keras; MLPs on the Iris Data; Write the Code; Build a Sequential Keras Model; MLPs on MNIST Data (Digit Classification); MLPs on Randomly Generated Data; Chapter 6: Convolutional Neural Networks; Different Layers in a CNN; CNN Architectures; Chapter 7: CNN in TensorFlow; Why TensorFlow for CNN Models? 
505 8 |a TensorFlow Code for Building an Image Classifier for MNIST DataUsing a High-Level API for Building CNN Models; Chapter 8: CNN in Keras; Building an Image Classifier for MNIST Data in Keras; Define the Network Structure; Define the Model Architecture; Building an Image Classifier with CIFAR-10 Data; Define the Network Structure; Define the Model Architecture; Pretrained Models; Chapter 9: RNN and LSTM; The Concept of RNNs; The Concept of LSTM; Modes of LSTM; Sequence Prediction; Sequence Numeric Prediction; Sequence Classification; Sequence Generation; Sequence-to-Sequence Prediction. 
505 8 |a Time-Series Forecasting with the LSTM ModelChapter 10: Speech to Text and Vice Versa; Speech-to-Text Conversion; Speech as Data; Speech Features: Mapping Speech to a Matrix; Spectrograms: Mapping Speech to an Image; Building a Classifier for Speech Recognition Through MFCC Features; Building a Classifier for Speech Recognition Through a Spectrogram; Open Source Approaches; Examples Using Each API; Using PocketSphinx; Using the Google Speech API; Using the Google Cloud Speech API; Using the Wit.ai API; Using the Houndify API; Using the IBM Speech to Text API. 
520 |a Build deep learning applications, such as computer vision, speech recognition, and chatbots, using frameworks such as TensorFlow and Keras. This book helps you to ramp up your practical know-how in a short period of time and focuses you on the domain, models, and algorithms required for deep learning applications. Deep Learning with Applications Using Python covers topics such as chatbots, natural language processing, and face and object recognition. The goal is to equip you with the concepts, techniques, and algorithm implementations needed to create programs capable of performing deep learning. This book covers intermediate and advanced levels of deep learning, including convolutional neural networks, recurrent neural networks, and multilayer perceptrons. It also discusses popular APIs such as IBM Watson, Microsoft Azure, and scikit-learn. You will: Work with various deep learning frameworks such as TensorFlow, Keras, and scikit-learn. Build face recognition and face detection capabilities Create speech-to-text and text-to-speech functionality Make chatbots using deep learning. 
650 0 |a Python (Computer program language) 
650 0 |a Machine learning. 
650 6 |a Python (Langage de programmation) 
650 6 |a Apprentissage automatique. 
650 7 |a Programming & scripting languages: general.  |2 bicssc. 
650 7 |a Databases.  |2 bicssc. 
650 7 |a Artificial intelligence.  |2 bicssc. 
650 7 |a COMPUTERS  |x Programming Languages  |x Python.  |2 bisacsh. 
650 7 |a Machine learning  |2 fast. 
650 7 |a Python (Computer program language)  |2 fast. 
710 2 |a SpringerLink (Online Service) 
776 0 8 |i Print version:  |a Manaswi, Navin Kumar.  |t Deep learning with applications using Python.  |d [Berkeley, CA] : Apress, 2018  |z 1484235150  |z 9781484235157  |w (OCoLC)1020630256. 
907 |a .b58613511  |b multi  |c -  |d 190124  |e 240405 
998 |a (3)cue  |a cu  |b 240404  |c m  |d z   |e -  |f eng  |g cau  |h 0  |i 2 
948 |a MARCIVE Overnight, in 2023.02 
948 |a MARCIVE Over, 07/2021 
948 |a MARCIVE Comp, 2019.12 
948 |a MARCIVE Q3&4 2018 
994 |a 92  |b COM 
995 |a Loaded with m2btab.elec in this month 
995 |a Loaded with m2btab.ltiac in 2023.02 
995 |a Loaded with m2btab.ltiac in 2021.07 
995 |a Loaded with m2btab.elec in 2021.06 
995 |a Loaded with m2btab.ltiac in 2019.12 
995 |a Loaded with m2btab.ltiac in 2019.01 
995 0 0 |a OCLC offline update by CMU and loaded with m2btab.elec in 2019.01 
995 |a Loaded with m2btab.auth in 2021.07 
999 |e z 
999 |a cue 
989 |d cueme  |e  - -   |f  - -   |g -   |h 0  |i 0  |j 200  |k 240404  |l $0.00  |m    |n  - -   |o -  |p 0  |q 0  |t 0  |x 0  |w SpringerLink  |1 .i151494885  |u http://ezproxy.coloradomesa.edu/login?url=https://link.springer.com/10.1007/978-1-4842-3516-4  |3 SpringerLink  |z Click here for access