机器学习入门:U Udacity机器学习入门代码和注释 源码
机器学习入门 Udacity课程的代码和注释。 要求 为了运行示例代码,您将需要以下软件包: 安装 如果您没有安装Python,请前往。 所有代码均使用Python 2.7版进行了测试。 运行以下命令以安装所有必需的依赖项: $ pip install -U numpy scipy matplotlib scikit-learn nltk 该项目也使用Enron数据集。 要下载数据集,请运行以下命令: # Go to the project directory. $ cd /path/to/intro-to-machine-learning # RUn the startup scri
下载地址
用户评论