null
Loading... Please wait...
FREE SHIPPING on All Unbranded Items LEARN MORE
Print This Page

Machine Learning Systems (Designs that scale)

List Price: $44.99
SKU:
9781617293337
Quantity:
Minimum Purchase
25 unit(s)
  • Availability: Confirm prior to ordering
  • Branding: minimum 50 pieces (add’l costs below)
  • Check Freight Rates (branded products only)

Branding Options (v), Availability & Lead Times

  • 1-Color Imprint: $2.00 ea.
  • Promo-Page Insert: $2.50 ea. (full-color printed, single-sided page)
  • Belly-Band Wrap: $2.50 ea. (full-color printed)
  • Set-Up Charge: $45 per decoration
FULL DETAILS
  • Availability: Product availability changes daily, so please confirm your quantity is available prior to placing an order.
  • Branded Products: allow 10 business days from proof approval for production. Branding options may be limited or unavailable based on product design or cover artwork.
  • Unbranded Products: allow 3-5 business days for shipping. All Unbranded items receive FREE ground shipping in the US. Inquire for international shipping.
  • RETURNS/CANCELLATIONS: All orders, branded or unbranded, are NON-CANCELLABLE and NON-RETURNABLE once a purchase order has been received.
  • Product Details

    Author:
    Jeff Smith
    Format:
    Paperback
    Pages:
    224
    Publisher:
    Manning (July 8, 2018)
    Language:
    English
    ISBN-13:
    9781617293337
    ISBN-10:
    1617293334
    Weight:
    12.5oz
    Dimensions:
    7.38" x 9.25" x 0.5"
    File:
    Eloquence-SimonSchuster_05022026_P10038138_onix30_Complete-20260502.xml
    Folder:
    Eloquence
    List Price:
    $44.99
    Case Pack:
    16
    As low as:
    $40.49
    Publisher Identifier:
    P-SS
    Discount Code:
    G
    Pub Discount:
    37
    Imprint:
    Manning
  • Overview

    Summary

    Machine Learning Systems: Designs that scale is an example-rich guide that teaches you how to implement reactive design solutions in your machine learning systems to make them as reliable as a well-built web app.

    Foreword by Sean Owen, Director of Data Science, Cloudera

    Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications.

    About the Technology

    If you’re building machine learning models to be used on a small scale, you don't need this book. But if you're a developer building a production-grade ML application that needs quick response times, reliability, and good user experience, this is the book for you. It collects principles and practices of machine learning systems that are dramatically easier to run and maintain, and that are reliably better for users.

    About the Book

    Machine Learning Systems: Designs that scale teaches you to design and implement production-ready ML systems. You'll learn the principles of reactive design as you build pipelines with Spark, create highly scalable services with Akka, and use powerful machine learning libraries like MLib on massive datasets. The examples use the Scala language, but the same ideas and tools work in Java, as well.

    What's Inside
    • Working with Spark, MLlib, and Akka
    • Reactive design patterns
    • Monitoring and maintaining a large-scale system
    • Futures, actors, and supervision

    About the Reader

    Readers need intermediate skills in Java or Scala. No prior machine learning experience is assumed.

    About the Author

    Jeff Smith builds powerful machine learning systems. For the past decade, he has been working on building data science applications, teams, and companies as part of various teams in New York, San Francisco, and Hong Kong. He blogs (https: //medium.com/@jeffksmithjr), tweets (@jeffksmithjr), and speaks (www.jeffsmith.tech/speaking) about various aspects of building real-world machine learning systems.

    Table of Contents

    PART 1 - FUNDAMENTALS OF REACTIVE MACHINE LEARNING
    1. Learning reactive machine learning
    2. Using reactive tools

    PART 2 - BUILDING A REACTIVE MACHINE LEARNING SYSTEM
    1. Collecting data
    2. Generating features
    3. Learning models
    4. Evaluating models
    5. Publishing models
    6. Responding

    PART 3 - OPERATING A MACHINE LEARNING SYSTEM
    1. Delivering
    2. Evolving intelligence