本文内容摘自 谷歌机器学习免费课程MLCC: https://developers.google.com/machine-learning/crash-course/ 什么是(监督式)机器学习?简单来说,它的定义如下: 机器学习系统通过学习如何组合输入信息来对从未见过的数据做出有用的预测。 下面我们 ...
分类:
其他好文 时间:
2018-03-02 18:50:15
阅读次数:
165
学完了Coursera上Andrew Ng的Machine Learning后,迫不及待地想去参加一场Kaggle的比赛,却发现从理论到实践的转变实在是太困难了,在此记录学习过程. 一:安装Anaconda 教程大多推荐使用Jupyter Notebook来进行数据科学的相关编程,我们通过Anaco ...
分类:
其他好文 时间:
2018-03-01 19:57:14
阅读次数:
538
Week1: Machine Learning: A computer program is said to learn from experience E with respect to some class of tasks T and performance measure P, if its ...
分类:
系统相关 时间:
2018-03-01 19:51:56
阅读次数:
575
https://developers.google.com/machine-learning/crash-course/ https://developers.google.com/machine-learning/crash-course/ MLCC课程约为15小时,包括互动课程、谷歌研究人员的讲 ...
分类:
其他好文 时间:
2018-03-01 14:49:08
阅读次数:
418
coursera 上的 华盛顿大学 machine learning: regression 第四周笔记 通常, 过拟合的一个表现是拟合模型的参数很大。 为了防止过拟合 Total cost = measure of fit + measure of magnitude of coefficient ...
分类:
其他好文 时间:
2018-03-01 00:42:39
阅读次数:
203
Welcome Welcome to Machine Learning!(video) What is machine learning?You probably use it dozens of times a day without even knowing it.1.Each time you ...
分类:
其他好文 时间:
2018-02-28 10:38:05
阅读次数:
251
听说最近冒出的大批呱儿子个个都是撑着眼皮也要看书的无眠小青蛙。我们学习Machine Learning的脚步又怎能停下来?动动手指,上滑开始~ 今天的内容是 【特征工程—结构化数据】 场景描述 特征工程是指结合问题寻找有效的特征并进行处理成适合模型的输入形式。机器学习中有句经典的话叫做“Garbag ...
分类:
其他好文 时间:
2018-02-27 23:40:19
阅读次数:
436
[codeforces][1] 一句话题意 求区间数字出现次数的mex,带修改 sol 带修膜队不解释 带修膜队的排序! cpp struct query{ int id,l,r,t; bool operator include include using namespace std; int gi ...
分类:
系统相关 时间:
2018-02-25 12:57:09
阅读次数:
321
Large Scale Machine Learning 选B 选CD 选CD 选AC 不确定 ...
分类:
其他好文 时间:
2018-02-10 14:00:47
阅读次数:
113
Large scale machine learning Learning with large datasets 如果我们有一个低方差的模型,增加数据集的规模可以帮助你获得更好的结果。我们应该怎样应对一个有 100 万条记录的训练集? 以线性回归模型为例,每一次梯度下降迭代,我们都需要计算训练集的 ...
分类:
其他好文 时间:
2018-02-10 13:06:53
阅读次数:
210