检索机器学习入门,书籍推荐
《统计学习方法》李航 著
《机器学习》西瓜书 周志华 著
《Elements of Statistical Learning》(ESL), 《Machine Learning:A Probabilistic Perspective》(MLAPP)
这两本书可以是被奉为机器学习圣经的两本书,绝大多数的人都会推荐,但是实际上这本书对于新手不太友好,建议对机器学习有了深度理解后再去品尝。
Python 安装地址:Install the 64bit version of Python 3, for instance from https://www.python.org/
工具包 scikit-learn 安装地址:https://scikit-learn.org/stable/install.html