作者:
Sebastian Raschka and Vahid Mirjalili
出版社: Packt Publishing
出版年: 2019-11-29
页数: 748
装帧: Paperback
ISBN: 9781789955750
出版社: Packt Publishing
出版年: 2019-11-29
页数: 748
装帧: Paperback
ISBN: 9781789955750
豆瓣评分
目录 · · · · · ·
Giving Computers the Ability to Learn from Data
Training Simple ML Algorithms for Classification
ML Classifiers Using scikit-learn
Building Good Training Datasets - Data Preprocessing
Compressing Data via Dimensionality Reduction
Best Practices for Model Evaluation and Hyperparameter Tuning
· · · · · · (更多)
Training Simple ML Algorithms for Classification
ML Classifiers Using scikit-learn
Building Good Training Datasets - Data Preprocessing
Compressing Data via Dimensionality Reduction
Best Practices for Model Evaluation and Hyperparameter Tuning
· · · · · · (更多)
Giving Computers the Ability to Learn from Data
Training Simple ML Algorithms for Classification
ML Classifiers Using scikit-learn
Building Good Training Datasets - Data Preprocessing
Compressing Data via Dimensionality Reduction
Best Practices for Model Evaluation and Hyperparameter Tuning
Combining Different Models for Ensemble Learning
Applying ML to Sentiment Analysis
Embedding a ML Model into a Web Application
Predicting Continuous Target Variables with Regression Analysis
Working with Unlabeled Data - Clustering Analysis
Implementing Multilayer Artificial Neural Networks
Parallelizing Neural Network Training with TensorFlow
TensorFlow Mechanics
Classifying Images with Deep Convolutional Neural Networks
Modeling Sequential Data Using Recurrent Neural Networks
GANs for Synthesizing New Data
RL for Decision Making in Complex Environments
· · · · · · (收起)
Training Simple ML Algorithms for Classification
ML Classifiers Using scikit-learn
Building Good Training Datasets - Data Preprocessing
Compressing Data via Dimensionality Reduction
Best Practices for Model Evaluation and Hyperparameter Tuning
Combining Different Models for Ensemble Learning
Applying ML to Sentiment Analysis
Embedding a ML Model into a Web Application
Predicting Continuous Target Variables with Regression Analysis
Working with Unlabeled Data - Clustering Analysis
Implementing Multilayer Artificial Neural Networks
Parallelizing Neural Network Training with TensorFlow
TensorFlow Mechanics
Classifying Images with Deep Convolutional Neural Networks
Modeling Sequential Data Using Recurrent Neural Networks
GANs for Synthesizing New Data
RL for Decision Making in Complex Environments
· · · · · · (收起)
Python Machine Learning (3rd Edition)的书评 · · · · · · ( 全部 14 条 )


内容更丰富、工具更新
相比第二版多了如下内容: ------------------- 第17章介绍一种常用的神经网络对抗训练机制,可用于生成逼真的新图像。该章首先简要地介绍自动编码器,这是一种可用于数据压缩的特定类型的神经网络体系结构。然后展示如何将自动编码器的解码器部分与第二个神经网络相结合,以区...
(展开)

第三版19年下半年就出来了
工作需要,考虑到Tensorflow更新到2.0,最近买了第三版。结果公司用的Pytorch平台,开始以为是坏事,毕竟又要学一个模块,结果却发现是个宝藏,这完全就是升级版的Numpy,比Tensorflow好用多了。这套书从第二版开始细看的,相比于那本法国人写的高分壁虎书,我觉得自己还是习惯...
(展开)

从原理到实战的较全面介绍
本书对机器学习介绍较全面,深入浅出,适合作为初学者入门读物和相关工作者的参考书。 书中公式较少。遇到公式跳过也无妨。其中图例和实例代码,需要结合文本描述,反复阅读。 但可能因受篇幅所限,很多深层原理解释偏简略。特别是深度学习部分。所以建议阅读后半部分之前,先...
(展开)

PyTorch版很有吸引力
这本PyTorch版应该也算作是《Python机器学习》这本第3版吧,只不过用的是PyTorch框架。PyTorch版大部分内容与第3版TensorFlow版差不多,删除原来“Web应用中嵌入机器学习模型”这章,这章可以找TensorFlow的第3版相关内容看下。新增加了“transformer:利用注意力机制改善自然...
(展开)

> 更多书评 14篇
论坛 · · · · · ·
在这本书的论坛里发言这本书的其他版本 · · · · · · ( 全部9 )
-
机械工业出版社 (2017)7.9分 48人读过
-
机械工业出版社 (2021)暂无评分 7人读过
-
Packt Publishing - ebooks Account (2015)8.4分 62人读过
-
Packt Publishing - ebooks Account (2017)8.6分 16人读过
以下书单推荐 · · · · · · ( 全部 )
- T (dhcn)
- 统计/机器学习 (杀意大名)
- 未评分 (橄榄树萍)
- 书单|Machine Learning (顽势布谷)
- data mining (pinkjar)
谁读这本书? · · · · · ·
二手市场
· · · · · ·
- 在豆瓣转让 有23人想读,手里有一本闲着?
订阅关于Python Machine Learning (3rd Edition)的评论:
feed: rss 2.0
1 有用 pinkjar 2021-11-15 17:12:55
写data mining的proposal的时候速读了。我觉得甚至没有外网上的一些免费网络资源好。说cookbook吧,recipe一点也不好,说教材吧,啥也没讲透。
2 有用 焚琴煮茶 2022-12-29 03:32:37 瑞典
写给 tf的教程是真的不行,理论实操各个方面比不上Hands-On,翻来覆去也就这些内容。倒是最新版写给torch的简直可以封神,torch本体讲的简洁明朗【跟用起来体验一样】,最近大红大紫的GNN,RL,transformer一应俱全,这年头不赶上潮流就变成冷饭了,可惜在db没有收录,但迫不及待在这里极力推荐!
0 有用 介错 2021-06-04 20:27:35
一下就第三版了 更新的真够快的
0 有用 霍尔顿 2021-07-27 11:45:42
我拿这个书主要是温习tensorflow。这个19版用了tensorflow2,上一版用了tf1,作者还特地讲了tf1和tf2的区别(不过没有tf doc讲的全,但会讲原因)。不过这版tf2部分作者讲的没有tf1深入,只是列举了用法,但没说为什么。对于想用这本书来入门机器学习,也是很不错的,因为作者会讲算法后的原理,以及工程学上的重点,你看了不会成为一个傻逼调包侠。这书的缺点是作者应该不是做ml的... 我拿这个书主要是温习tensorflow。这个19版用了tensorflow2,上一版用了tf1,作者还特地讲了tf1和tf2的区别(不过没有tf doc讲的全,但会讲原因)。不过这版tf2部分作者讲的没有tf1深入,只是列举了用法,但没说为什么。对于想用这本书来入门机器学习,也是很不错的,因为作者会讲算法后的原理,以及工程学上的重点,你看了不会成为一个傻逼调包侠。这书的缺点是作者应该不是做ml的,知识点和业界practice连接不上。 (展开)