
ML
文章平均质量分 91
源代码_SC
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
The Fundamentals of Machine Learning
What is Machine Learning? Machine Learning is the science(and art) of programming computers so they can learn from data. ML is the field of study that gives computers the ability to learn without be...原创 2018-08-20 09:08:33 · 491 阅读 · 0 评论 -
First ML Project Procedure
大框架 对课题有个整体的了解,明确背景,情况,矛盾,目标。 明确问题 了解解决这个问题的作用,也许是为了其他工作做准备,故抓重点,明流程。 评判标准 Root Mean Square Error (RMSE):均方根误差 Mean Absolute Error(MAE):绝对平均误差 检查假设 记录所有的假设,标准,定义等。例如0-100 -> cheap, 100-2000...原创 2018-08-20 09:08:53 · 393 阅读 · 0 评论 -
Classification
MNIST 这是一个包含了70000个手写阿拉伯数字的图片样例, GetTheData ML教材上的代码样例会报错,可能是某个模块版本升级后的问题,查询github得到以下替代代码。 from shutil import copyfileobj from six.moves import urllib from sklearn.datasets.base import get_data_...原创 2018-08-20 11:36:13 · 3448 阅读 · 0 评论