Cargando…

Deploy machine learning models to production : with Flask, Streamlit, Docker, and Kubernetes on Google Cloud Platform /

Build and deploy machine learning and deep learning models in production with end-to-end examples. This book begins with a focus on the machine learning model deployment process and its related challenges. Next, it covers the process of building and deploying machine learning models using different...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Singh, Pramod
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Berkeley, CA : Apress L.P., 2021.
Temas:
Acceso en línea:Texto completo (Requiere registro previo con correo institucional)

MARC

LEADER 00000cam a2200000 a 4500
001 OR_on1227386898
003 OCoLC
005 20231017213018.0
006 m o d
007 cr un|---aucuu
008 201219s2021 cau o 001 0 eng d
040 |a EBLCP  |b eng  |e pn  |c EBLCP  |d YDX  |d ERF  |d OCLCF  |d GW5XE  |d VT2  |d RDF  |d K6U  |d OCLCQ  |d OCLCO  |d COM  |d OCLCQ  |d OCLCO 
019 |a 1227059649  |a 1232853843  |a 1235840116  |a 1240537996 
020 |a 9781484265468 
020 |a 1484265467 
020 |a 9781484265475  |q (print) 
020 |a 1484265475 
020 |z 1484265459 
020 |z 9781484265451 
024 7 |a 10.1007/978-1-4842-6546-8  |2 doi 
029 1 |a AU@  |b 000068472269 
029 1 |a AU@  |b 000069025932 
035 |a (OCoLC)1227386898  |z (OCoLC)1227059649  |z (OCoLC)1232853843  |z (OCoLC)1235840116  |z (OCoLC)1240537996 
050 4 |a Q325.5 
072 7 |a UYQM.  |2 bicssc 
072 7 |a COM004000.  |2 bisacsh 
072 7 |a UYQM.  |2 thema 
082 0 4 |a 006.31  |2 23 
049 |a UAMI 
100 1 |a Singh, Pramod. 
245 1 0 |a Deploy machine learning models to production :  |b with Flask, Streamlit, Docker, and Kubernetes on Google Cloud Platform /  |c Pramod Singh. 
260 |a Berkeley, CA :  |b Apress L.P.,  |c 2021. 
300 |a 1 online resource (161 pages) 
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 Print version record. 
505 0 |a Intro -- Table of Contents -- About the Author -- About the Technical Reviewer -- Acknowledgments -- Introduction -- Chapter 1: Introduction to Machine Learning -- History -- The Last Decade -- Rise in Data -- Increased Computational Efficiency -- Improved ML Algorithms -- Availability of Data Scientists -- Machine Learning -- Supervised Machine Learning -- Unsupervised Learning -- Semi-supervised Learning -- Reinforcement Learning -- Gradient Descent -- Bias vs. Variance -- Cross Validation and Hyperparameters -- Performance Metrics -- Deep Learning 
505 8 |a Human Brain Neuron vs. Artificial Neuron -- Activation Functions -- Sigmoid Activation Function -- Hyperbolic Tangent -- Rectified Linear Unit -- Neuron Computation Example -- Neural Network -- Training Process -- Role of Bias in Neural Networks -- CNN -- RNN -- Industrial Applications and Challenges -- Retail -- Healthcare -- Finance -- Travel and Hospitality -- Media and Marketing -- Manufacturing and Automobile -- Social Media -- Others -- Challenges -- Requirements -- Conclusion -- Chapter 2: Model Deployment and Challenges -- Model Deployment -- Why Do We Need Machine Learning Deployment? 
505 8 |a Challenges -- Challenge 1: Coordination Between Stakeholders -- Challenge 2: Programming Language Discrepancy -- Challenge 3: Model Drift -- Changing Behavior of the Data -- Changing Interpretation of the New Data -- Challenge 4: On-Prem vs. Cloud-Based Deployment -- Challenge 5: Clear Ownership -- Challenge 6: Model Performance Monitoring -- Challenge 7: Release/Version Management -- Challenge 8: Privacy Preserving and Secure Model -- Conclusion -- Chapter 3: Machine Learning Deployment as a Web Service -- Introduction to Flask -- route Function -- run Method 
505 8 |a Deploying a Machine Learning Model as a REST Service -- Templates -- Deploying a Machine Learning Model Using Streamlit -- Deploying a Deep Learning Model -- Training the LSTM Model -- Conclusion -- Chapter 4: Machine Learning Deployment Using Docker -- What Is Docker, and Why Do We Need It? -- Introduction to Docker -- Docker vs. Virtual Machines -- Docker Components and Useful Commands -- Docker Image -- Dockerfile -- Dockerfile Commands -- Docker Hub -- Docker Client and Docker Server -- Docker Container -- Some Useful Container-Related Commands -- Machine Learning Using Docker 
505 8 |a Step 1: Training the Machine Learning Model -- Step 2: Exporting the Trained Model -- Step 3: Creating a Flask App Including UI -- Step 4: Building the Docker Image -- Step 5: Running the Docker Container -- Step 6: Stopping/Killing the Running Container -- Conclusion -- Chapter 5: Machine Learning Deployment Using Kubernetes -- Kubernetes Architecture -- Kubernetes Master -- Worker Nodes -- ML App Using Kubernetes -- Google Cloud Platform -- Conclusion -- Index 
520 |a Build and deploy machine learning and deep learning models in production with end-to-end examples. This book begins with a focus on the machine learning model deployment process and its related challenges. Next, it covers the process of building and deploying machine learning models using different web frameworks such as Flask and Streamlit. A chapter on Docker follows and covers how to package and containerize machine learning models. The book also illustrates how to build and train machine learning and deep learning models at scale using Kubernetes. The book is a good starting point for people who want to move to the next level of machine learning by taking pre-built models and deploying them into production. It also offers guidance to those who want to move beyond Jupyter notebooks to training models at scale on cloud environments. All the code presented in the book is available in the form of Python scripts for you to try the examples and extend them in interesting ways. You will: Build, train, and deploy machine learning models at scale using Kubernetes Containerize any kind of machine learning model and run it on any platform using Docker Deploy machine learning and deep learning models using Flask and Streamlit frameworks. 
590 |a O'Reilly  |b O'Reilly Online Learning: Academic/Public Library Edition 
650 0 |a Machine learning. 
650 0 |a Python (Computer program language) 
650 0 |a Open source software. 
650 0 |a Computer programming. 
650 6 |a Apprentissage automatique. 
650 6 |a Python (Langage de programmation) 
650 6 |a Logiciels libres. 
650 6 |a Programmation (Informatique) 
650 7 |a computer programming.  |2 aat 
650 7 |a Computer programming  |2 fast 
650 7 |a Machine learning  |2 fast 
650 7 |a Open source software  |2 fast 
650 7 |a Python (Computer program language)  |2 fast 
776 0 8 |i Print version:  |a Singh, Pramod.  |t Deploy Machine Learning Models to Production : With Flask, Streamlit, Docker, and Kubernetes on Google Cloud Platform.  |d Berkeley, CA : Apress L.P., ©2021  |z 9781484265451 
856 4 0 |u https://learning.oreilly.com/library/view/~/9781484265468/?ar  |z Texto completo (Requiere registro previo con correo institucional) 
938 |a ProQuest Ebook Central  |b EBLB  |n EBL6425650 
938 |a YBP Library Services  |b YANK  |n 301804324 
994 |a 92  |b IZTAP