上一页 1 2 3 4 5 6 7 8 ··· 19 下一页
摘要: Matlab 环境: 1. 一元线性回归 ex1.m 多元线性回归 ex1_multi.m 特征缩放 computeCostMulti and gradientDescent是没有变的。 正规方程法 源码: https://github.com/twomeng/linear-regression- 阅读全文
posted @ 2018-08-24 17:40 暴走的二萌 阅读(313) 评论(0) 推荐(0)
摘要: 因为机器学习真的学的不是很好,西瓜书看过的内容都还回去了,看的也是最简单易懂的内容,反复几次也没记住个什么,纯写算法这项工作也没有做,学算法还是不能如此地囫囵吞枣,要学一样东西就彻彻底底地吃透了再move on。 看过五集网易公开课的Andrew Ng机器学习课程,碍于复杂的数学推导以及吴老师极其有 阅读全文
posted @ 2018-08-22 14:34 暴走的二萌 阅读(125) 评论(0) 推荐(0)
摘要: HDJ排序题目练习 HDU Sort Ignatius and the Pincess IV Problem Description "OK, you are not too bad, em... But you can never pass the next test." feng5166 say 阅读全文
posted @ 2018-08-21 20:50 暴走的二萌 阅读(512) 评论(0) 推荐(0)
摘要: div3 1006 E dfs系列 我的解法: 中规中矩但wa+timelimit了,估计是算法效率太低。 !!!!这个序列只需要递归一遍,从根节点开始,然后根据输入的查询查找序列即可 我的解法: 中规中矩但wa+timelimit了,估计是算法效率太低。 !!!!这个序列只需要递归一遍,从根节点开 阅读全文
posted @ 2018-08-21 10:23 暴走的二萌 阅读(280) 评论(0) 推荐(0)
摘要: Edit include <bits/stdc++.h> // 万能头文件 ios::sync_with_stdio(false); cin.tie(0); 加速c++输入输出流 setprecision() 浮点数从做到右一共能输出几个数字,但小数末尾为0则不能输出 fix 保留几位小数 cout 阅读全文
posted @ 2018-08-21 10:20 暴走的二萌 阅读(495) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 8 ··· 19 下一页