Machine Learning Systems: Designs that scale

Jeff Smith

  • 出版商: Manning
  • 出版日期: 2018-07-08
  • 售價: $1,575
  • 貴賓價: 9.5$1,496
  • 語言: 英文
  • 頁數: 224
  • 裝訂: Paperback
  • ISBN: 1617293334
  • ISBN-13: 9781617293337
  • 相關分類: Machine Learning
  • 相關翻譯: 機器學習系統 (簡中版)
  • 立即出貨 (庫存 < 4)

  • Machine Learning Systems: Designs that scale-preview-1
  • Machine Learning Systems: Designs that scale-preview-2
  • Machine Learning Systems: Designs that scale-preview-3
  • Machine Learning Systems: Designs that scale-preview-4
  • Machine Learning Systems: Designs that scale-preview-5
  • Machine Learning Systems: Designs that scale-preview-6
  • Machine Learning Systems: Designs that scale-preview-7
  • Machine Learning Systems: Designs that scale-preview-8
  • Machine Learning Systems: Designs that scale-preview-9
  • Machine Learning Systems: Designs that scale-preview-10
  • Machine Learning Systems: Designs that scale-preview-11
  • Machine Learning Systems: Designs that scale-preview-12
  • Machine Learning Systems: Designs that scale-preview-13
  • Machine Learning Systems: Designs that scale-preview-14
  • Machine Learning Systems: Designs that scale-preview-15
  • Machine Learning Systems: Designs that scale-preview-16
  • Machine Learning Systems: Designs that scale-preview-17
  • Machine Learning Systems: Designs that scale-preview-18
  • Machine Learning Systems: Designs that scale-preview-19
  • Machine Learning Systems: Designs that scale-preview-20
  • Machine Learning Systems: Designs that scale-preview-21
Machine Learning Systems: Designs that scale-preview-1

買這商品的人也買了...

相關主題

商品描述

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

PART 2 - BUILDING A REACTIVE MACHINE LEARNING SYSTEM

PART 3 - OPERATING A MACHINE LEARNING SYSTEM

  1. Learning reactive machine learning
  2. Using reactive tools
  3. Collecting data
  4. Generating features
  5. Learning models
  6. Evaluating models
  7. Publishing models
  8. Responding
  9. Delivering
  10. Evolving intelligence