Keras to Kubernetes : (Record no. 58985)

000 -LEADER
fixed length control field 07451nam a2200325 4500
003 - CONTROL NUMBER IDENTIFIER
control field CITU
005 - DATE AND TIME OF LATEST TRANSACTION
control field 20230216160830.0
007 - PHYSICAL DESCRIPTION FIXED FIELD--GENERAL INFORMATION
fixed length control field cr an aaaaa
008 - FIXED-LENGTH DATA ELEMENTS--GENERAL INFORMATION
fixed length control field 210316b ||||| |||| 00| 0 eng d
020 ## - INTERNATIONAL STANDARD BOOK NUMBER
International Standard Book Number 9781119564843
041 ## - LANGUAGE CODE
Language code of text/sound track or separate title eng.
082 ## - DEWEY DECIMAL CLASSIFICATION NUMBER
Classification number 006.31
100 1# - MAIN ENTRY--PERSONAL NAME
Preferred name for the person Rao, Dattaraj,
Relator term author
245 ## - TITLE STATEMENT
Title Keras to Kubernetes :
Remainder of title the journey of a machine learning model to production /
Statement of responsibility, etc Dattaraj Jagdish Rao
264 ## - PUBLICATION, DISTRIBUTION, ETC. (IMPRINT)
Place of publication, distribution, etc Indianapolis, IN :
Name of publisher, distributor, etc John Wiley & Sons,
Date of publication, distribution, etc 2019
300 ## - PHYSICAL DESCRIPTION
Extent 1 online resource (xviii, 302 pages)
336 ## - CONTENT TYPE
Content type term text
Content type code txt
Source rdacontent
337 ## - MEDIA TYPE
Media type term computer
Media type code n
Source rdamedia
338 ## - CARRIER TYPE
Source rdacarrier
Carrier type term online resource
Carrier type code cr
500 ## - GENERAL NOTE
General note ABOUT THE AUTHOR<br/>DATTARAJ JAGDISH RAO is a Principal Architect at GE Transportation (now a part of Wabtec Corporation). He has been with GE for 19 years working for Global Research, Energy and Transportation. Currently, he leads the Artificial Intelligence (AI) strategy for the global business, which involves identifying AI-growth opportunities to drive outcomes like Predictive Maintenance, Machine Vision and Digital Twins. He is building a Kubernetes based platform that aims at bridging the gap between data science and production software. He led the Innovation team out of Bangalore that incubated video Track-inspection from idea into a commercial Product. Dattaraj has 11 patents in Machine Learning and Computer Vision.
504 ## - BIBLIOGRAPHY, ETC. NOTE
Bibliography, etc Includes bibliographical references and index
505 0# - CONTENTS
Formatted contents note Introduction xiii<br/><br/>Chapter 1 Big Data and Artificial Intelligence 1<br/><br/>Data Is the New Oil and AI Is the New Electricity 1<br/><br/>Rise of the Machines 4<br/><br/>Exponential Growth in Processing 4<br/><br/>A New Breed of Analytics 5<br/><br/>What Makes AI So Special 7<br/><br/>Applications of Artificial Intelligence 8<br/><br/>Building Analytics on Data 12<br/><br/>Types of Analytics: Based on the Application 13<br/><br/>Types of Analytics: Based on Decision Logic 17<br/><br/>Building an Analytics-Driven System 18<br/><br/>Summary 21<br/><br/>Chapter 2 Machine Learning 23<br/><br/>Finding Patterns in Data 23<br/><br/>The Awesome Machine Learning Community 26<br/><br/>Types of Machine Learning Techniques 27<br/><br/>Unsupervised Machine Learning 27<br/><br/>Supervised Machine Learning 29<br/><br/>Reinforcement Learning 31<br/><br/>Solving a Simple Problem 31<br/><br/>Unsupervised Learning 33<br/><br/>Supervised Learning: Linear Regression 37<br/><br/>Gradient Descent Optimization 40<br/><br/>Applying Gradient Descent to Linear Regression 42<br/><br/>Supervised Learning: Classification 43<br/><br/>Analyzing a Bigger Dataset 48<br/><br/>Metrics for Accuracy: Precision and Recall 50<br/><br/>Comparison of Classification Methods 52<br/><br/>Bias vs. Variance: Underfitting vs. Overfitting 57<br/><br/>Reinforcement Learning 62<br/><br/>Model-Based RL 63<br/><br/>Model-Free RL 65<br/><br/>Summary 70<br/><br/>Chapter 3 Handling Unstructured Data 71<br/><br/>Structured vs. Unstructured Data 71<br/><br/>Making Sense of Images 74<br/><br/>Dealing with Videos 89<br/><br/>Handling Textual Data 90<br/><br/>Listening to Sound 104<br/><br/>Summary 108<br/><br/>Chapter 4 Deep Learning Using Keras 111<br/><br/>Handling Unstructured Data 111<br/><br/>Neural Networks 112<br/><br/>Back-Propagation and Gradient Descent 117<br/><br/>Batch vs. Stochastic Gradient Descent 119<br/><br/>Neural Network Architectures 120<br/><br/>Welcome to TensorFlow and Keras 121<br/><br/>Bias vs. Variance: Underfitting vs. Overfitting 126<br/><br/>Summary 129<br/><br/>Chapter 5 Advanced Deep Learning 131<br/><br/>The Rise of Deep Learning Models 131<br/><br/>New Kinds of Network Layers 132<br/><br/>Convolution Layer 133<br/><br/>Pooling Layer 135<br/><br/>Dropout Layer 135<br/><br/>Batch Normalization Layer 135<br/><br/>Building a Deep Network for Classifying Fashion Images 136<br/><br/>CNN Architectures and Hyper-Parameters 143<br/><br/>Making Predictions Using a Pretrained VGG Model 145<br/><br/>Data Augmentation and Transfer Learning 149<br/><br/>A Real Classification Problem: Pepsi vs. Coke 150<br/><br/>Recurrent Neural Networks 160<br/><br/>Summary 166<br/><br/>Chapter 6 Cutting-Edge Deep Learning Projects 169<br/><br/>Neural Style Transfer 169<br/><br/>Generating Images Using AI 180<br/><br/>Credit Card Fraud Detection with Autoencoders 188<br/><br/>Summary 198<br/><br/>Chapter 7 AI in the Modern Software World 199<br/><br/>A Quick Look at Modern Software Needs 200<br/><br/>How AI Fits into Modern Software Development 202<br/><br/>Simple to Fancy Web Applications 203<br/><br/>The Rise of Cloud Computing 205<br/><br/>Containers and CaaS 209<br/><br/>Microservices Architecture with Containers 212<br/><br/>Kubernetes: A CaaS Solution for Infrastructure Concerns 214<br/><br/>Summary 221<br/><br/>Chapter 8 Deploying AI Models as Microservices 223<br/><br/>Building a Simple Microservice with Docker and Kubernetes 223<br/><br/>Adding AI Smarts to Your App 228<br/><br/>Packaging the App as a Container 233<br/><br/>Pushing a Docker Image to a Repository 238<br/><br/>Deploying the App on Kubernetes as a Microservice 238<br/><br/>Summary 240<br/><br/>Chapter 9 Machine Learning Development Lifecycle 243<br/><br/>Machine Learning Model Lifecycle 244<br/><br/>Step 1: Define the Problem, Establish the Ground Truth 245<br/><br/>Step 2: Collect, Cleanse, and Prepare the Data 246<br/><br/>Step 3: Build and Train the Model 248<br/><br/>Step 4: Validate the Model, Tune the Hyper-Parameters 251<br/><br/>Step 5: Deploy to Production 252<br/><br/>Feedback and Model Updates 253<br/><br/>Deployment on Edge Devices 254<br/><br/>Summary 264<br/><br/>Chapter 10 A Platform for Machine Learning 265<br/><br/>Machine Learning Platform Concerns 265<br/><br/>Data Acquisition 267<br/><br/>Data Cleansing 270<br/><br/>Analytics User Interface 271<br/><br/>Model Development 275<br/><br/>Training at Scale 277<br/><br/>Hyper-Parameter Tuning 277<br/><br/>Automated Deployment 279<br/><br/>Logging and Monitoring 286<br/><br/>Putting the ML Platform Together 287<br/><br/>Summary 288<br/><br/>A Final Word . . . 288<br/><br/>Appendix A References 289<br/><br/>Index 295
520 ## - SUMMARY, ETC.
Summary, etc Build a Keras model to scale and deploy on a Kubernetes cluster<br/><br/>We have seen an exponential growth in the use of Artificial Intelligence (AI) over last few years. AI is becoming the new electricity and is touching every industry from retail to manufacturing to healthcare to entertainment. Within AI, we’re seeing a particular growth in Machine Learning (ML) and Deep Learning (DL) applications. ML is all about learning relationships from labeled (Supervised) or unlabeled data (Unsupervised). DL has many layers of learning and can extract patterns from unstructured data like images, video, audio, etc. <br/><br/>Keras to Kubernetes: The Journey of a Machine Learning Model to Production takes you through real-world examples of building DL models in Keras for recognizing product logos in images and extracting sentiment from text. You will then take that trained model and package it as a web application container before learning how to deploy this model at scale on a Kubernetes cluster. You will understand the different practical steps involved in real-world ML implementations which go beyond the algorithms.<br/><br/>• Find hands-on learning examples <br/><br/>• Learn to uses Keras and Kubernetes to deploy Machine Learning models<br/><br/>• Discover new ways to collect and manage your image and text data with Machine Learning<br/><br/>• Reuse examples as-is to deploy your models<br/><br/>• Understand the ML model development lifecycle and deployment to production<br/><br/>If you’re ready to learn about one of the most popular DL frameworks and build production applications with it, you’ve come to the right place!
526 ## - STUDY PROGRAM INFORMATION NOTE
-- 000-099
-- 006
650 #0 - SUBJECT ADDED ENTRY--TOPICAL TERM
Topical term or geographic name as entry element Artificial intelligence
650 #0 - SUBJECT ADDED ENTRY--TOPICAL TERM
Topical term or geographic name as entry element Machine learning
655 #4 - INDEX TERM--GENRE/FORM
Genre/form data or focus term Electronic books.
856 ## - ELECTRONIC LOCATION AND ACCESS
Link text Full text available at Wiley Online Library Click here to view
Uniform Resource Identifier https://onlinelibrary.wiley.com/doi/book/10.1002/9781119564843
942 ## - ADDED ENTRY ELEMENTS
Source of classification or shelving scheme
Item type EBOOK
Holdings
Withdrawn status Lost status Source of classification or shelving scheme Damaged status Not for loan Permanent Location Current Location Shelving location Date acquired Source of acquisition Inventory number Full call number Barcode Date last seen Price effective from Item type
          COLLEGE LIBRARY COLLEGE LIBRARY LIC Gateway 2021-03-26 Megatexts Phil. Inc. 50339 006.31 R1801 2019 CL-50339 2021-03-26 2021-03-26 EBOOK