Monetizing Machine Learning -  Manuel Amunategui,  Mehdi Roopaei

Monetizing Machine Learning (eBook)

Quickly Turn Python ML Ideas into Web Applications on the Serverless Cloud
eBook Download: PDF
2018 | 1. Auflage
XLI, 482 Seiten
Apress (Verlag)
978-1-4842-3873-8 (ISBN)
Systemvoraussetzungen
79,99 inkl. MwSt
  • Download sofort lieferbar
  • Zahlungsarten anzeigen

Take your Python machine learning ideas and create serverless web applications accessible by anyone with an Internet connection. Some of the most popular serverless cloud providers are covered in this book-Amazon, Microsoft, Google, and PythonAnywhere.

You will work through a series of common Python data science problems in an increasing order of complexity. The practical projects presented in this book are simple, clear, and can be used as templates to jump-start many other types of projects. You will learn to create a web application around numerical or categorical predictions, understand the analysis of text, create powerful and interactive presentations, serve restricted access to data, and leverage web plugins to accept credit card payments and donations. You will get your projects into the hands of the world in no time.

Each chapter follows three steps: modeling the right way, designing and developing a local web application, and deploying onto a popular and reliable serverless cloud provider. You can easily jump to or skip particular topics in the book. You also will have access to Jupyter notebooks and code repositories for complete versions of the code covered in the book.

What You'll Learn

  • Extend your machine learning models using simple techniques to create compelling and interactive web dashboards
  • Leverage the Flask web framework for rapid prototyping of your Python models and ideas
  • Create dynamic content powered by regression coefficients, logistic regressions, gradient boosting machines, Bayesian classifications, and more
  • Harness the power of TensorFlow by exporting saved models into web applications
  • Create rich web dashboards to handle complex real-time user input with JavaScript and Ajax to yield interactive and tailored content
  • Create dashboards with paywalls to offer subscription-based access
  • Access API data such as Google Maps, OpenWeather, etc.
  • Apply different approaches to make sense of text data and return customized intelligence
  • Build an intuitive and useful recommendation site to add value to users and entice them to keep coming back
  • Utilize the freemium offerings of Google Analytics and analyze the results
  • Take your ideas all the way to your customer's plate using the top serverless cloud providers

Who This Book Is For

Those with some programming experience with Python, code editing, and access to an interpreter in working order. The book is geared toward entrepreneurs who want to get their ideas onto the web without breaking the bank, small companies without an IT staff, students wanting exposure and training, and for all data science professionals ready to take things to the next level.



Manuel Amunategui has decades of professional experience in programming, data science, and creating end-to-end solutions for customers in various industries. He sees informational and educational gaps in the industry. He has been fortunate to work with software at Microsoft, in finance on Wall Street, in research at one of the largest health systems in the US, and now as VP of Data Science at SpringML, a Google Cloud and Salesforce preferred partner. He understands what it takes to start new careers and new businesses.

Since 2013, he has been advocating for data science through blogs, vlogs, and educational material. He has grown and curated various highly focused and niche social media channels, including a YouTube channel with 60 videos and 350k views and a very popular applied data science blog. His teaching perspective is about welcoming any new comer with a desire to learn, creating material to quickly overcome learning curves, and demonstrating through clear narrative and practical examples that it is never as hard as most people think.

Mehdi Roopaei, PhD, is a postdoctoral fellow at Open Cloud Institute of University of Texas at San Antonio, with a research focus on data-driven decision-making systems. He has 12 years of experience in teaching at the university level, more than 980 citations for peer-reviewed publications, and two published books. His focus is on cloud machine learning, data analytics, and the AI-Thinking platform (proposed at HICSS51).


Take your Python machine learning ideas and create serverless web applications accessible by anyone with an Internet connection. Some of the most popular serverless cloud providers are covered in this book-Amazon, Microsoft, Google, and PythonAnywhere. You will work through a series of common Python data science problems in an increasing order of complexity. The practical projects presented in this book are simple, clear, and can be used as templates to jump-start many other types of projects. You will learn to create a web application around numerical or categorical predictions, understand the analysis of text, create powerful and interactive presentations, serve restricted access to data, and leverage web plugins to accept credit card payments and donations. You will get your projects into the hands of the world in no time.Each chapter follows three steps: modeling the right way, designing and developing a local web application, and deploying onto a popular and reliable serverless cloud provider. You can easily jump to or skip particular topics in the book. You also will have access to Jupyter notebooks and code repositories for complete versions of the code covered in the book.What You ll LearnExtend your machine learning models using simple techniques to create compelling and interactive web dashboardsLeverage the Flask web framework for rapid prototyping of your Python models and ideasCreate dynamic content powered by regression coefficients, logistic regressions, gradient boosting machines, Bayesian classifications, and moreHarness the power of TensorFlow by exporting saved models into web applicationsCreate rich web dashboards to handle complex real-time user input with JavaScript and Ajax to yield interactive and tailored contentCreate dashboards with paywalls to offer subscription-based accessAccess API data such as Google Maps,OpenWeather, etc.Apply different approaches to make sense of text data and return customized intelligenceBuild an intuitive and useful recommendation site to add value to users and entice them to keep coming backUtilize the freemium offerings of Google Analytics and analyze the resultsTake your ideas all the way to your customer's plate using the top serverless cloud providersWho This Book Is ForThose with some programming experience with Python, code editing, and access to an interpreter in working order. The book is geared toward entrepreneurs who want to get their ideas onto the web without breaking the bank, small companies without an IT staff, students wanting exposure and training, and for all data science professionals ready to take things to the next level.

Manuel Amunategui has decades of professional experience in programming, data science, and creating end-to-end solutions for customers in various industries. He sees informational and educational gaps in the industry. He has been fortunate to work with software at Microsoft, in finance on Wall Street, in research at one of the largest health systems in the US, and now as VP of Data Science at SpringML, a Google Cloud and Salesforce preferred partner. He understands what it takes to start new careers and new businesses. Since 2013, he has been advocating for data science through blogs, vlogs, and educational material. He has grown and curated various highly focused and niche social media channels, including a YouTube channel with 60 videos and 350k views and a very popular applied data science blog. His teaching perspective is about welcoming any new comer with a desire to learn, creating material to quickly overcome learning curves, and demonstrating through clear narrative and practical examples that it is never as hard as most people think. Mehdi Roopaei, PhD, is a postdoctoral fellow at Open Cloud Institute of University of Texas at San Antonio, with a research focus on data-driven decision-making systems. He has 12 years of experience in teaching at the university level, more than 980 citations for peer-reviewed publications, and two published books. His focus is on cloud machine learning, data analytics, and the AI-Thinking platform (proposed at HICSS51).

1
Introduction to Serverless Technologies
2
Client-Side Intelligence using Regression Coefficients on Azure
3
Real-Time Intelligence with Logistic Regression on GCP
4
Pre-Trained Intelligence with Gradient Boosting Machine on AWS
5
Case Study Part 1: Supporting Both Web and Mobile Browsers
6
Displaying Predictions with Google Maps on Azure
7
Forecasting with Naive Bayes and OpenWeather on AWS
8
Interactive Drawing Canvas and Digit Predictions using TensorFlow on GCP
9
Case Study Part 2: Displaying Dynamic Charts
10
Recommending with Singular Value Decomposition on GCP
11
Simplifying Complex Concepts with NLP and Visualization on Azure
12
Case Study Part 3: Enriching Content with Fundamental Financial Information
13
Google Analytics
14
A/B Testing on PythonAnywhere and MySQL
15
From Visitor To Subscriber
16
Case Study Part 4: Building a Subscription Paywall with Memberful
17
Conclusion

Erscheint lt. Verlag 12.9.2018
Zusatzinfo XLI, 482 p. 319 illus.
Verlagsort Berkeley
Sprache englisch
Themenwelt Mathematik / Informatik Informatik Datenbanken
Mathematik / Informatik Informatik Netzwerke
Mathematik / Informatik Informatik Software Entwicklung
Informatik Theorie / Studium Künstliche Intelligenz / Robotik
Informatik Weitere Themen Hardware
Schlagworte Cloud Computing • Cloud Hosting • Deep learning • Flask • Google Cloud Platform • machine intelligence • machine learning • Modeling • Natural Language Processing • NLP • Python • Serverless • Small Business • Subscription Web Site • tensorflow • Web application
ISBN-10 1-4842-3873-7 / 1484238737
ISBN-13 978-1-4842-3873-8 / 9781484238738
Haben Sie eine Frage zum Produkt?
Wie bewerten Sie den Artikel?
Bitte geben Sie Ihre Bewertung ein:
Bitte geben Sie Daten ein:
PDFPDF (Wasserzeichen)
Größe: 3 KB

DRM: Digitales Wasserzeichen
Dieses eBook enthält ein digitales Wasser­zeichen und ist damit für Sie persona­lisiert. Bei einer missbräuch­lichen Weiter­gabe des eBooks an Dritte ist eine Rück­ver­folgung an die Quelle möglich.

Dateiformat: PDF (Portable Document Format)
Mit einem festen Seiten­layout eignet sich die PDF besonders für Fach­bücher mit Spalten, Tabellen und Abbild­ungen. Eine PDF kann auf fast allen Geräten ange­zeigt werden, ist aber für kleine Displays (Smart­phone, eReader) nur einge­schränkt geeignet.

Systemvoraussetzungen:
PC/Mac: Mit einem PC oder Mac können Sie dieses eBook lesen. Sie benötigen dafür einen PDF-Viewer - z.B. den Adobe Reader oder Adobe Digital Editions.
eReader: Dieses eBook kann mit (fast) allen eBook-Readern gelesen werden. Mit dem amazon-Kindle ist es aber nicht kompatibel.
Smartphone/Tablet: Egal ob Apple oder Android, dieses eBook können Sie lesen. Sie benötigen dafür einen PDF-Viewer - z.B. die kostenlose Adobe Digital Editions-App.

Buying eBooks from abroad
For tax law reasons we can sell eBooks just within Germany and Switzerland. Regrettably we cannot fulfill eBook-orders from other countries.

Mehr entdecken
aus dem Bereich
der Praxis-Guide für Künstliche Intelligenz in Unternehmen - Chancen …

von Thomas R. Köhler; Julia Finkeissen

eBook Download (2024)
Campus Verlag
38,99