《机器学习实用指南》套装

《机器学习实用指南》套装

查阅电子书
手机扫码
  • 微信扫一扫

    关注微信公众号

因版权原因待上架

编辑推荐

通过一系列的技术突破,深度学习促进了整个机器学习领域的发展。如今,即使对这种技术一无所知的程序员也可以使用简单、有效的工具来实现用数据进行学习的程序。这本畅销书的升级版借助具体示例、简介的理论和可用于生产的Python框架来帮助你直观地理解构建智能系统的概念和工具。

你将学习一系列可以快速使用的技术。通过每一章的练习来帮助你应用所学的知识,你所需要的只是编程经验。所有代码都可以再GitHub上找到,代码已经更新到TensorFlow 2和新版的Scikit-Learn。

内容简介

通过Scikit-Learn和pandas的端到端项目学习机器学习基础知识

使用TensorFlow 2构建和训练若干神经网络架构,解决分类和回归问题

探索对象检测、语义分割、注意力机制、语言模型,生成对抗网络(GAN)等

探索Keras API,TensorFlow 2的官方高级API

使用TensorFlow的数据API、分布式策略API、TF Transform和TF-Serving来部署用于生产的TensorFlow模型

在Google Cloud 人工智能平台或移动设备上进行部署

探索无监督学习技术,如降维、聚类和异常检测

通过强化学习创建自主学习代理,包括使用TF-Agents库

作者简介

Aurélien Géron,是一名机器学习咨询顾问和培训师。作为一名前Google职员,在2013至2016年间,他领导了YouTube视频分类团队。在2002至2012年间,他身为法国主要的无线ISP Wifirst的创始人和CTO,在2001年他还是Polyconseil的创始人和CTO,这家公司现在管理着电动汽车共享服务Autolib'。

章节目录

Preface

Part I. The Fundamentals of Machine Learning

1. The Machine Learning Landscape

What Is Machine Learning?

Why Use Machine Learning?

Examples of Applications

Types of Machine Learning Systems

Supervised/Unsupervised Learning

Batch and Online Learning

Instance-Based Versus Model-Based Learning

Main Challenges of Machine Learning

Insufficient Quantity of Training Data

Nonrepresentative Training Data

Poor- Quality Data

Irrelevant Features

Overfitting the Training Data

Underfitting the Training Data

Stepping Back

Testing and Validating

Hyperparameter Tuning and Model Selection

Data Mismatch

Exercises

2. End-to-End Machine Learning Project

Working with Real Data

Look at the Big Picture

Frame the Problem

Select a Performance Measure

Check the Assumptions

Get the Data

Create the Workspace

Download the Data

Take a Quick Look at the Data Structure

Create a Test Set

Discover and Visualize the Data to Gain Insights

Visualizing Geographical Data

Looking for Correlations

Experimenting with Attribute Combinations

Prepare the Data for Machine Learning Algorithms

Data Cleaning

Handling Text and Categorical Attributes

Custom Transformers

Feature Scaling

Transformation Pipelines

Select and Train a Model

Training and Evaluating on the Training Set

Better Evaluation Using Cross-Validation

Fine-Tune Your Model

Grid Search

Randomized Search

Ensemble Methods

Analyze the Best Models and Their Errors

Evaluate Your System on the Test Set

Launch, Monitor, and Maintain Your System

Try It Out!

Exercises

3. Classification

MNIST

Training a Binary Classifier

Performance Measures

Measuring Accuracy Using Cross-Validation

Confusion Matrix

Precision and Recall

Precision/Recall Trade-off

The ROC Curve

Multiclass Classification

……

Part II. Neural Networks and Deep Learning

A. Exercise Solutions

B. Machine Learning Project Checklist

C. SVM Dual Problem

D. Autodiff

E. Other Popular ANN Architectures

F. Special Data Structures

G. TensorFIow Graphs

Index

《机器学习实用指南》套装是2020年由东南大学出版社出版,作者Aurélien。

得书感谢您对《《机器学习实用指南》套装》关注和支持,如本书内容有不良信息或侵权等情形的,请联系本网站。

购买这本书

你可能喜欢
机器学习案例实战 电子书
机器学习已经广泛地应用于各行各业,深度学习的兴起再次推动了人工智能的热潮。本书结合项目实践,首先讨论了TensorFlow、PySpark、TI-ONE等主流机器学习平台的主要特点;然后结合Tableau介绍了数据可视化在银行客户用卡行为分析的应用。在此基础上,利用上述介绍的这些平台,通过多个项目案例,详细地分析了决策树、随机森林、支持向量机、逻辑回归、贝叶斯网络、卷积神经网络、循环神经网络、对抗
Python机器学习经典实例 电子书
用流行的Python库scikitlearn解决机器学习问题。
Python机器学习开发实战 电子书
Python机器学习入门,以实战为重点,配有大量代码和案例,简单、快速、易学。
机器学习算法评估实战 电子书
在机器学习算法的实际应用中,我们不仅要知道算法的原理,也要了解如何评估算法上线服务的可靠性。
机器学习算法竞赛实战 电子书
本书是算法竞赛领域一本系统介绍竞赛的图书,书中不仅包含竞赛的基本理论知识,还结合多个方向和案例详细阐述了竞赛中的上分思路和技巧。