万本电子书0元读

万本电子书0元读

顶部广告

Mastering Scala Machine Learning电子书

售       价:¥

1人正在读 | 0人评论 9.8

作       者:Alex Kozlov

出  版  社:Packt Publishing

出版时间:2016-06-01

字       数:234.3万

所属分类: 进口书 > 外文原版书 > 电脑/网络

温馨提示:数字商品不支持退换货,不提供源文件,不支持导出打印

为你推荐

  • 读书简介
  • 目录
  • 累计评论(0条)
  • 读书简介
  • 目录
  • 累计评论(0条)
Advance your skills in efficient data analysis and data processing using the powerful tools of Scala, Spark, and Hadoop About This Book This is a primer on functional-programming-style techniques to help you efficiently process and analyze all of your data Get acquainted with the best and newest tools available such as Scala, Spark, Parquet and MLlib for machine learning Learn the best practices to incorporate new Big Data machine learning in your data-driven enterprise to gain future scalability and maintainability Who This Book Is For Mastering Scala Machine Learning is intended for enthusiasts who want to plunge into the new pool of emerging techniques for machine learning. Some familiarity with standard statistical techniques is required. What You Will Learn Sharpen your functional programming skills in Scala using REPL Apply standard and advanced machine learning techniques using Scala Get acquainted with Big Data technologies and grasp why we need a functional approach to Big Data Discover new data structures, algorithms, approaches, and habits that will allow you to work effectively with large amounts of data Understand the principles of supervised and unsupervised learning in machine learning Work with unstructured data and serialize it using Kryo, Protobuf, Avro, and AvroParquet Construct reliable and robust data pipelines and manage data in a data-driven enterprise Implement scalable model monitoring and alerts with Scala In Detail Since the advent of object-oriented programming, new technologies related to Big Data are constantly popping up on the market. One such technology is Scala, which is considered to be a successor to Java in the area of Big Data by many, like Java was to C/C++ in the area of distributed programing. This book aims to take your knowledge to next level and help you impart that knowledge to build advanced applications such as social media mining, intelligent news portals, and more. After a quick refresher on functional programming concepts using REPL, you will see some practical examples of setting up the development environment and tinkering with data. We will then explore working with Spark and MLlib using k-means and decision trees. Most of the data that we produce today is unstructured and raw, and you will learn to tackle this type of data with advanced topics such as regression, classification, integration, and working with graph algorithms. Finally, you will discover at how to use Scala to perform complex concept analysis, to monitor model performance, and to build a model repository. By the end of this book, you will have gained expertise in performing Scala machine learning and will be able to build complex machine learning projects using Scala. Style and approach This hands-on guide dives straight into implementing Scala for machine learning without delving much into mathematical proofs or validations. There are ample code examples and tricks that will help you sail through using the standard techniques and libraries. This book provides practical examples from the field on how to correctly tackle data analysis problems, particularly for modern Big Data datasets.
目录展开

Mastering Scala Machine Learning

Table of Contents

Mastering Scala Machine Learning

Credits

About the Author

Acknowlegement

www.PacktPub.com

eBooks, discount offers, and more

Why subscribe?

Preface

What this book covers

What you need for this book

Who this book is for

Conventions

Reader feedback

Customer support

Downloading the example code

Downloading the color images of this book

Errata

Piracy

Questions

1. Exploratory Data Analysis

Getting started with Scala

Distinct values of a categorical field

Summarization of a numeric field

Grepping across multiple fields

Basic, stratified, and consistent sampling

Working with Scala and Spark Notebooks

Basic correlations

Summary

2. Data Pipelines and Modeling

Influence diagrams

Sequential trials and dealing with risk

Exploration and exploitation

Unknown unknowns

Basic components of a data-driven system

Data ingest

Data transformation layer

Data analytics and machine learning

UI component

Actions engine

Correlation engine

Monitoring

Optimization and interactivity

Feedback loops

Summary

3. Working with Spark and MLlib

Setting up Spark

Understanding Spark architecture

Task scheduling

Spark components

MQTT, ZeroMQ, Flume, and Kafka

HDFS, Cassandra, S3, and Tachyon

Mesos, YARN, and Standalone

Applications

Word count

Streaming word count

Spark SQL and DataFrame

ML libraries

SparkR

Graph algorithms – GraphX and GraphFrames

Spark performance tuning

Running Hadoop HDFS

Summary

4. Supervised and Unsupervised Learning

Records and supervised learning

Iris dataset

Labeled point

SVMWithSGD

Logistic regression

Decision tree

Bagging and boosting – ensemble learning methods

Unsupervised learning

Problem dimensionality

Summary

5. Regression and Classification

What regression stands for?

Continuous space and metrics

Linear regression

Logistic regression

Regularization

Multivariate regression

Heteroscedasticity

Regression trees

Classification metrics

Multiclass problems

Perceptron

Generalization error and overfitting

Summary

6. Working with Unstructured Data

Nested data

Other serialization formats

Hive and Impala

Sessionization

Working with traits

Working with pattern matching

Other uses of unstructured data

Probabilistic structures

Projections

Summary

7. Working with Graph Algorithms

A quick introduction to graphs

SBT

Graph for Scala

Adding nodes and edges

Graph constraints

JSON

GraphX

Who is getting e-mails?

Connected components

Triangle counting

Strongly connected components

PageRank

SVD++

Summary

8. Integrating Scala with R and Python

Integrating with R

Setting up R and SparkR

Linux

Mac OS

Windows

Running SparkR via scripts

Running Spark via R's command line

DataFrames

Linear models

Generalized linear model

Reading JSON files in SparkR

Writing Parquet files in SparkR

Invoking Scala from R

Using Rserve

Integrating with Python

Setting up Python

PySpark

Calling Python from Java/Scala

Using sys.process._

Spark pipe

Jython and JSR 223

Summary

9. NLP in Scala

Text analysis pipeline

Simple text analysis

MLlib algorithms in Spark

TF-IDF

LDA

Segmentation, annotation, and chunking

POS tagging

Using word2vec to find word relationships

A Porter Stemmer implementation of the code

Summary

10. Advanced Model Monitoring

System monitoring

Process monitoring

Model monitoring

Performance over time

Criteria for model retiring

A/B testing

Summary

Index

累计评论(0条) 0个书友正在讨论这本书 发表评论

发表评论

发表评论,分享你的想法吧!

买过这本书的人还买过

读了这本书的人还在读

回顶部