搜索资源列表
MachineLearnngInActionandsourceCode
- 机器学习实战及配套Python代码,很好的入门书。-Machine Learning in Action. Source eode and book
Cluster
- 机器学习和数据挖掘中常用的K-means聚类算法,包含两个文件,kmeans.py是Python实现代码,bank-data.csv是测试数据-Machine learning and data mining commonly used K-means clustering algorithm contains two files, kmeans.py is a Python implementation code, bank-data.csv test data
MachineLearningInaction
- 本文件中的内容是《机器学习实战》这本书中的代码,语言采用的是python。(The content of this document is the code in this book "machine learning combat"and the language of code is Python.)
python机器学习
- python机器学习Chapter1.4的示例代码。使用jupyter notebook。python2.