您的位置:首页 > 其它

1.Machine Learning Basics

2016-07-27 14:38 411 查看

Key tasks of Machine Learning

Supervised Learning(Tell the al what to predict)

Classfication

Regression

Unsupervised Learning(no label or target value given for the data)

Clustering(Group)

Density Estimation(Find statistic values that describe the data)

Dimension Reduction



Our Key Python Modules

NumPy(For Linear Algebra)

SciPy()

Matplotlib()
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: