书籍 Hands-On Machine Learning with Scikit-Learn, Keras, and TensorFlow (3/e)的封面

Hands-On Machine Learning with Scikit-Learn, Keras, and TensorFlow (3/e)

Aurélien Géron

出版社

出版时间

2022-11-29

ISBN

9781098125974

评分

★★★★★
书籍介绍

Through a recent series of breakthroughs, deep learning has boosted the entire field of machine learning. Now, even programmers who know close to nothing about this technology can use simple, efficient tools to implement programs capable of learning from data. This best-selling book uses concrete examples, minimal theory, and production-ready Python frameworks--scikit-learn, Keras, and TensorFlow--to help you gain an intuitive understanding of the concepts and tools for building intelligent systems.

With this updated third edition, author Aurelien Geron explores a range of techniques, starting with simple linear regression and progressing to deep neural networks. Numerous code examples and exercises throughout the book help you apply what you've learned. Programming experience is all you need to get started.

Use scikit-learn to track an example machine learning project end to end

Explore several models, including support vector machines, decision trees, random forests, and ensemble methods

Exploit unsupervised learning techniques such as dimensionality reduction, clustering, and anomaly detection

Dive into neural net architectures, including convolutional nets, recurrent nets, generative adversarial networks, and transformers

Use TensorFlow and Keras to build and train neural nets for computer vision, natural language processing, generative models, and deep reinforcement learning

Train neural nets using multiple GPUs and deploy them at scale using Google's Vertex AI

Aurélien Géron is a Machine Learning consultant. A former Googler, he led YouTube's video classification team from 2013 to 2016. He was also a founder and CTO of Wifirst from 2002 to 2012, a leading Wireless ISP in France, and a founder and CTO of Polyconseil in 2001, a telecom consulting firm.

Before this he worked as an engineer in a variety of domains: finance (JP Morgan and...

(展开全部)

用户评论
deep learning越到后面讲得越不清楚,包括transformer
第三版新增了lightgbm的基础算法 histogram-based gradient boosting ,几乎重写了RNN部分,引用了更多的第二版(19)以来出版的paper,甚至还补充了diffusion model。实践与理论操作最佳入门指南了
我从这本书学到了很多,这是一本要啥有啥的书,有原理有方法有实践有前沿介绍。如果我在研究生的时候看的是这本书而不是r语言实战,很多事会明白得更早(虽然也不知道有没有啥用……)
看过约60%。实用性极强,tensorflow和keras的涉及十分全面,代码丰富,十分值得作为参考材料。托这本书的福,机器学习总算入了门,经典方法、CNN、RNN、GAN、FL,各种方法需要多多理解。 还有一些需要学习的内容,numpy和matplotlib的tutorial、scikit-learn,总之,有机会再多多看看吧。
跨学科作为入门,适合上手。