
机器学习
文章平均质量分 83
星琳之梦
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
ML 错题集
week 2. 1.Suppose m=4 students have taken some class, and the class had a midterm exam and a final exam. You have collected a dataset of their scores on the two exams, which is as follo原创 2016-08-14 20:58:40 · 4462 阅读 · 0 评论 -
李宏毅机器学习(2017full)-Lecture 0-1: Introduction of Machine Learning
Introduction of Machine Learning 机器学习: 写程序让机器有学习的能力 机器学习的步骤: Model-定出function set 让mechine 可以衡量model中的function好不好,和自己的数据集和label是否相符 让机器可以自动挑出最好的方法f∗f∗f^*。 regression - 输出是数值。 classificati...原创 2018-08-02 11:06:03 · 491 阅读 · 0 评论 -
李宏毅机器学习(2017full)-Lecture 2: Where does the error come from?
Where does the error come from? ML Lecture 2 参考 https://blog.youkuaiyun.com/abc8730866/article/details/70260188 Error的来源:Bias,Varience f^f^\hat{f}是计算pokemon真正的函数,只有Niantic公司知道 从训练集上,我们得出的一个估计f∗f∗f^* 故像射...原创 2018-08-11 10:49:23 · 779 阅读 · 1 评论 -
李宏毅机器学习(2017full)-Lecture 3 : Gradient Descent
Gradient Descent ML03 Tip1 小心调整Learning Rate Learning Rate: Adaptive Learning Rates Adagrad Comparison between different parameters Tip2 Stohastic Gradient Descent Tip3 Feature Scaling Gradient...原创 2018-08-11 13:48:02 · 1615 阅读 · 0 评论 -
李宏毅机器学习(2017full)-Lecture 1: Regression - Case Study
Regression (Case Study) ML01 regression 输出是数值 如:股票预测,自动驾驶(输入是各种sensor,输出方向盘角度),推荐系统 example 预测宝可梦的CP值。 source : http://www.openintro.org/stat/data/?data=pokenman 哈,真的,听课很开心~~) input(xxx):某一只宝...原创 2018-08-02 21:09:05 · 1392 阅读 · 0 评论