Kirjailija
Max Pumperla
Kirjat ja teokset yhdessä paikassa: 4 kirjaa, julkaisuja vuosilta 2017–2024, suosituimpiin kuuluu MLOps with Ray. Vertaile teosten hintoja ja tarkista saatavuus suomalaisista kirjakaupoista.
4 kirjaa
Kirjojen julkaisuvuodet: 2017–2024.
Get started with Ray, the open source distributed computing framework that simplifies the process of scaling compute-intensive Python workloads. With this practical book, Python programmers, data engineers, and data scientists will learn how to leverage Ray locally and spin up compute clusters. You'll be able to use Ray to structure and run machine learning programs at scale. Authors Max Pumperla, Edward Oakes, and Richard Liaw show you how to build machine learning applications with Ray. You'll understand how Ray fits into the current landscape of machine learning tools and discover how Ray continues to integrate ever more tightly with these tools. Distributed computation is hard, but by using Ray you'll find it easy to get started. Learn how to build your first distributed applications with Ray Core Conduct hyperparameter optimization with Ray Tune Use the Ray RLlib library for reinforcement learning Manage distributed training with the Ray Train library Use Ray to perform data processing with Ray Datasets Learn how work with Ray Clusters and serve models with Ray Serve Build end-to-end machine learning applications with Ray AIR
It's nearly impossible to build a competent Go-playing machine using conventional programming techniques, let alone have it win. By applying advanced AI techniques, in particular deep learning and reinforcement learning, users can train their Go-bot in the rules and tactics of the game. Deep Learning and the Game of Go opens up the world of deep learning and AI by teaching readers to build their own Go-playing machine. Key Features · Getting started with neural networks · Building your Go AI · Improving how your Go-bot plays and reacts Audience No deep learning experience required. All you need is high school level math and basic Python skills. This book even teaches you how to play Go! Author Bio Max Pumperla is a Data Scientist and Engineer specializing in Deep Learning at the artificial intelligence company skymind.ai. He is the cofounder of the Deep Learning platform aetros.com. Kevin Ferguson has 18 years of experience in distributed systems and data science. He is a data scientist at Honor, and has experience at companies such as Google and Meebo. Together, Max and Kevin are co-authors of betago, one of very few open source Go bots, developed in Python.
Mastering Machine Learning with Spark 2.x
Alex Tellez; Max Pumperla; Michal Malohlava
Packt Publishing Limited
2017
nidottu
Unlock the complexities of machine learning algorithms in Spark to generate useful data insights through this data analysis tutorial About This Book • Process and analyze big data in a distributed and scalable way • Write sophisticated Spark pipelines that incorporate elaborate extraction • Build and use regression models to predict flight delays Who This Book Is For Are you a developer with a background in machine learning and statistics who is feeling limited by the current slow and “small data” machine learning tools? Then this is the book for you! In this book, you will create scalable machine learning applications to power a modern data-driven business using Spark. We assume that you already know the machine learning concepts and algorithms and have Spark up and running (whether on a cluster or locally) and have a basic knowledge of the various libraries contained in Spark. What You Will Learn • Use Spark streams to cluster tweets online • Run the PageRank algorithm to compute user influence • Perform complex manipulation of DataFrames using Spark • Define Spark pipelines to compose individual data transformations • Utilize generated models for off-line/on-line prediction • Transfer the learning from an ensemble to a simpler Neural Network • Understand basic graph properties and important graph operations • Use GraphFrames, an extension of DataFrames to graphs, to study graphs using an elegant query language • Use K-means algorithm to cluster movie reviews dataset In Detail The purpose of machine learning is to build systems that learn from data. Being able to understand trends and patterns in complex data is critical to success; it is one of the key strategies to unlock growth in the challenging contemporary marketplace today. With the meteoric rise of machine learning, developers are now keen on finding out how can they make their Spark applications smarter. This book gives you access to transform data into actionable knowledge. The book commences by defining machine learning primitives by the MLlib and H2O libraries. You will learn how to use Binary classification to detect the Higgs Boson particle in the huge amount of data produced by CERN particle collider and classify daily health activities using ensemble Methods for Multi-Class Classification. Next, you will solve a typical regression problem involving flight delay predictions and write sophisticated Spark pipelines. You will analyze Twitter data with help of the doc2vec algorithm and K-means clustering. Finally, you will build different pattern mining models using MLlib, perform complex manipulation of DataFrames using Spark and Spark SQL, and deploy your app in a Spark streaming environment. Style and approach This book takes a practical approach to help you get to grips with using Spark for analytics and to implement machine learning algorithms. We'll teach you about advanced applications of machine learning through illustrative examples. These examples will equip you to harness the potential of machine learning, through Spark, in a variety of enterprise-grade systems.