刚刚完成了Andrew Ng在Cousera上的Machine Learning的第十周课程,这周主要介绍的是大规模机器学习,现将笔记整理在下面。Gradient Descent with Large DatasetsLearning With Large Datasets在前面介绍bias-variance的时候,我们曾提到一个比较各种算法孰优孰劣的实验,结论是”it’s not who has...
分类:
系统相关 时间:
2016-04-14 14:26:02
阅读次数:
301
PRML exercise 1.8: To derive mean: change of variable z = x - u, use symmetry To derive variance: differentiate normaliation condition (integrate to 1 ...
分类:
其他好文 时间:
2016-04-11 07:02:03
阅读次数:
132
http://www.oschina.net/translate/how-i-explained-ood-to-my-wifeSRP原则 单一责任原则
http://baike.baidu.com/link?url=Jmu20CjqoC1LRVv5-7z6e1E6pMro4PW9XSyp6jlBh-DkTZfCVxdJiRhWDdSsj7cT9JLKkL-LM_NE0yyzlgTCiKSR...
分类:
其他好文 时间:
2016-04-04 11:54:26
阅读次数:
367
降维 参考网址http://dataunion.org/20803.html 【低方差滤波 (Low Variance Filter)】需先对数据做归一化处理 【高相关滤波】认为当两列数据变化趋势相似时,它们包含的信息也相似 【随机森林】对目标属性产生许多巨大的树,然后根据对每个属性的统计结果找到信
分类:
其他好文 时间:
2016-02-18 11:32:53
阅读次数:
269
https://dzone.com/articles/netbeans-lookups-explained ———————————————————————————————————————————————————————— Lookups are one of the most important p
分类:
Web程序 时间:
2016-02-05 12:07:42
阅读次数:
360
1. 预执行 explain plan for 实际并没有执行SQL语句。 SQL> explain plan for select ca_cstid from c_acc; Explained. SQL> @?/rdbms/admin/utlxpls PLAN_TABLE_OUTPUT------...
分类:
其他好文 时间:
2016-02-05 01:44:34
阅读次数:
209
Android USB Connections Explained: MTP, PTP, and USB Mass StorageOlder Android devices support USB mass storage for transferring files back and forth ...
分类:
移动开发 时间:
2016-01-10 09:19:55
阅读次数:
483
怎么区分哪些措施对我们有用呢?----首先根据learning curve来判断你的问题是high bias or variance当你的算法是high bias问题时,如果你get more training examples是没有用处的,这时我们就不要浪费时间在get5 more trainin...
分类:
其他好文 时间:
2015-12-17 17:38:47
阅读次数:
399
画learning curves可以用来检查我们的学习算法运行是否正常或者用来改进我们的算法,我们经常使用learning cruves来判断我们的算法是否存在bias problem/variance problem或者两者皆有。learning curves上图是Jtrain(θ)与Jcv(θ)...
分类:
其他好文 时间:
2015-12-16 22:54:22
阅读次数:
201