机器学习
统计学习基础(第2版)(英文) 豆瓣
The Elements of Statistical Learning
作者: Trevor Hastie / Robert Tibsiranl 世界图书出版公司 2015 - 1
This book is our attempt to bring together many of the important new ideas in learning, and explain them in a statistical framework. While some mathematical details are needed, we emphasize the methods and their conceptual underpinnings rather than their theoretical properties. As a result, we hope that this book will appeal not just to statisticians but also to researchers and practitioners in a wide variety of fields.
2025年6月7日 想读
貌似是最经典最扎实的机器学习教科书了;可惜 MIT 貌似没教材;暂时放弃讲不清楚的 ISLR,改看这本;看到 Statistical Decision Theory,一下把机器学习在概率学下的最优解原理讲清除,还把线性回归和 k-nearest neighbor 串联起来了,妙。
机器学习
An Introduction to Statistical Learning 豆瓣
作者: Gareth James / Daniela Witten Springer 2021 - 7
An Introduction to Statistical Learning provides an accessible overview of the field of statistical learning, an essential toolset for making sense of the vast and complex data sets that have emerged in fields ranging from biology to finance to marketing to astrophysics in the past twenty years. This book presents some of the most important modeling and prediction techniques, along with relevant applications. Topics include linear regression, classification, resampling methods, shrinkage approaches, tree-based methods, support vector machines, clustering, deep learning, survival analysis, multiple testing, and more. Color graphics and real-world examples are used to illustrate the methods presented. Since the goal of this textbook is to facilitate the use of these statistical learning techniques by practitioners in science, industry, and other fields, each chapter contains a tutorial on implementing the analyses and methods presented in R, an extremely popular open source statistical software platform.
Two of the authors co-wrote The Elements of Statistical Learning (Hastie, Tibshirani and Friedman, 2nd edition 2009), a popular reference book for statistics and machine learning researchers. An Introduction to Statistical Learning covers many of the same topics, but at a level accessible to a much broader audience. This book is targeted at statisticians and non-statisticians alike who wish to use cutting-edge statistical learning techniques to analyze their data. The text assumes only a previous course in linear regression and no knowledge of matrix algebra.
This Second Edition features new chapters on deep learning, survival analysis, and multiple testing, as well as expanded treatments of naïve Bayes, generalized linear models, Bayesian additive regression trees, and matrix completion. R code has been updated throughout to ensure compatibility.
2025年6月7日 想读 读了几十页,发现这书真为了照顾非科班而略哆嗦,而且牺牲了 The expected value of the difference between predication and data 以及 The Bias-Variance Trade-Off 数学公式的推导过程,真不知道这省略有什么好处,容易害得读者只能死记硬背且不知其所以然。
机器学习 深度学习