突发奇想入一下机器学习的坑,STEP 1,想卒

检索机器学习入门,书籍推荐

《统计学习方法》李航 著

《机器学习》西瓜书 周志华 著

《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/

 Python 3.12 部署不成功,怀疑系统版本不匹配,更新系统至 22H2后顺利安装。

更新Windows10系统至 22H2 ,更新工具 https://www.microsoft.com/zh-cn/software-download/windows10/

 

 ==========================================================================================

IDE选择了 Spyder ,界面类似于Matlab

下载地址 https://www.spyder-ide.org/

 

==========================================================================================

数据分析常用工具包 scikit-learn 安装地址:https://scikit-learn.org/stable/install.html

 可在线部署,以管理员身份运行cmd

pip3 install -U scikit-learn

 

 

 

posted @ 2023-12-19 14:30  中年二班  阅读(4)  评论(0编辑  收藏  举报