Scikit-Learn与TensorFlow机器学习实用指南(影印版) pdf epub mobi txt 电子书 下载 2024

图书介绍


Scikit-Learn与TensorFlow机器学习实用指南(影印版)

简体网页||繁体网页
Aurélien,Géron 著



点击这里下载
    


想要找书就要到 静流书站
立刻按 ctrl+D收藏本页
你会得到大惊喜!!

发表于2024-05-04

类似图书 点击查看全场最低价

出版社: 东南大学出版社
ISBN:9787564173715
版次:1
商品编码:12241590
包装:平装
开本:16开
出版时间:2017-10-01
用纸:胶版纸

Scikit-Learn与TensorFlow机器学习实用指南(影印版) epub 下载 mobi 下载 pdf 下载 txt 电子书 下载 2024

相关图书



Scikit-Learn与TensorFlow机器学习实用指南(影印版) epub 下载 mobi 下载 pdf 下载 txt 电子书 下载 2024

Scikit-Learn与TensorFlow机器学习实用指南(影印版) pdf epub mobi txt 电子书 下载



具体描述

内容简介

  通过具体的例子、很少的理论以及两款成熟的Python框架:Scikit-Learn和TensorFlow,作者Aurélien Géron会帮助你掌握构建智能系统所需要的概念和工具。你将会学习到各种技术,从简单的线性回归及发展到深度神经网络。每章的练习有助于你运用所学到的知识,你只需要有一些编程经验就行了。
  探索机器学习,尤其是神经网络
  使用Scikit-Learn全程跟踪一个机器学习项目的例子
  探索各种训练模型,包括:支持向量机、决策树、随机森林以及集成方法
  使用TensorFlow库构建和训练神经网络
  深入神经网络架构,包括卷积神经网络、循环神经网络和深度强化学习
  学习可用于训练和缩放深度神经网络的技术
  运用实际的代码示例,无需了解过多的机器学习理论或算法细节

作者简介

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

精彩书评

  “本书很好地介绍了利用神经网络解决问题的相关理论与实践。它涵盖了构建高效应用涉及的关键点以及理解新技术所需的背景知识。我向有兴趣学习实用机器学习的读者推荐这本书。”
  —— Pete Warden
  TensorFlow移动部门主管

目录

Preface

Part Ⅰ.The Fundamentals of Machine Learning
1. The Machine Learning Landscape
What Is Machine Learning?
Why Use Machine Learning?
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 tepping Back
Testing and Validating
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 Tradeoff
The ROC Curve
Multiclass Classification
Error Analysis
Multilabel Classification
Multioutput Classification
……

Part Ⅱ.Neural Networks and Deep Learning
A. Exercise Solutions
B. Machine Learning Project Checklist
C. SVM Dual Problem
D. Autodiff
E. Other Popular ANN Architectures
Index

精彩书摘

  《Scikit-Learn与TensorFlow机器学习实用指南(影印版)》:
  3.It is quite possible to speed up training of a bagging ensemble by distributing it across multiple servers, since each predictor in the ensemble is independent of the others.The same goes for pasting ensembles and Random Forests, for the same reason.However, each predictor in a boosting ensemble is built based on the previous predictor, so training is necessarily sequential, and you will not gain anything by distributing training across multiple servers.Regarding stacking ensembles, all the predictors in a given layer are independent of each other, so they can be trained in parallel on multiple servers.However, the predictors in one layer can only be trained after the predictors in the previous layer have all been trained.
  4.With out-of-bag evaluation, each predictor in a bagging ensemble is evaluated using instances that it was not trained on (they were held out).This makes it pos-sible to have a fairly unbiased evaluation of the ensemble without the need for an additional validation set.Thus, you have more instances available for training, and your ensemble can perform slightly better.
  5.When you are growing a tree in a Random Forest, only a random subset of the features is considered for splitting at each node.This is true as well for Extra-Trees, but they go one step further: rather than searching for the best possible thresholds, like regular Decision Trees do, they use random thresholds for each feature.This extra randomness acts like a form of regularization: if a Random Forest overfits the training data, Extra-Trees might perform better.Moreover, since Extra-Trees don't search for the best possible thresholds, they are much faster to train than Random Forests.However, they are neither faster nor slower than Random Forests when making predictions.
  6.Ifyour AdaBoost ensemble underfits the training data, you can try increasing the number of estimators or reducing the regularization hyperparameters of the base estimator.You may also try slightly increasing the learning rate.
  ……
Scikit-Learn与TensorFlow机器学习实用指南(影印版) 电子书 下载 mobi epub pdf txt

Scikit-Learn与TensorFlow机器学习实用指南(影印版) pdf epub mobi txt 电子书 下载
想要找书就要到 静流书站
立刻按 ctrl+D收藏本页
你会得到大惊喜!!

用户评价

评分

帮老公买的,包装不错,送货速度快

评分

这书很广,类似一份综述。

评分

应该是最好的上手机器学习书了

评分

书还不错,正在看第一章,内容详实通俗,赞?!

评分

不错的 挺新的机器学习读本 导师推荐读的 很好

评分

觉得超值的一本书,目前看了不到一半,依然觉得真是值了,把存储系统面临的问题以及各个特性的由来都描述得很清晰,推荐给所有想了解数据系统的童鞋~~

评分

质量还行,不是中文的有点遗憾

评分

书不错,希望自己有毅力能读完

评分

满分好评,物流速度一如既往得快,书籍包装完好,没有折损

类似图书 点击查看全场最低价

Scikit-Learn与TensorFlow机器学习实用指南(影印版) pdf epub mobi txt 电子书 下载


分享链接


去京东购买 去京东购买
去淘宝购买 去淘宝购买
去当当购买 去当当购买
去拼多多购买 去拼多多购买


Scikit-Learn与TensorFlow机器学习实用指南(影印版) bar code 下载
扫码下载










相关图书




本站所有内容均为互联网搜索引擎提供的公开搜索信息,本站不存储任何数据与内容,任何内容与数据均与本站无关,如有需要请联系相关搜索引擎包括但不限于百度google,bing,sogou

友情链接

© 2024 windowsfront.com All Rights Reserved. 静流书站 版权所有