buchspektrum Internet-Buchhandlung

Neuerscheinungen 2018

Stand: 2020-02-01
Schnellsuche
ISBN/Stichwort/Autor
Herderstraße 10
10625 Berlin
Tel.: 030 315 714 16
Fax 030 315 714 14
info@buchspektrum.de

Manuel Amunategui, Mehdi Roopaei (Beteiligte)

Monetizing Machine Learning


Quickly Turn Python ML Ideas into Web Applications on the Serverless Cloud
1st ed. 2018. xli, 482 S. 319 SW-Abb. 254 mm
Verlag/Jahr: SPRINGER, BERLIN; APRESS 2018
ISBN: 1-484-23872-9 (1484238729)
Neue ISBN: 978-1-484-23872-1 (9781484238721)

Preis und Lieferzeit: Bitte klicken


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.

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


Recommending with Singular Value Decomposition on GCP


Simplifying Complex Concepts with NLP and Visualization on Azure


Case Study Part 3: Enriching Content with Fundamental Financial Information


Google Analytics


A/B Testing on PythonAnywhere and MySQL


From Visitor To Subscriber

Case Study Part 4: Building a Subscription Paywall with Memberful


Conclusion