修改 host 文件 将下面的内容添加至末尾 ...
分类:
系统相关 时间:
2018-03-18 17:21:15
阅读次数:
357
这次的作业主要用到了单词查找树和深度优先搜索。 1.在深度优先搜索中,在当前层的递归调用前,将marked数组标记为true。当递归调用返回到当前层时,应将marked数组标记为false。这样既可以使访问完当前节点之后不会访问到达当前节点路径上的节点,又可以从其它路径上访问到该节点。 2.当词典中 ...
分类:
编程语言 时间:
2018-03-15 00:35:12
阅读次数:
258
相关学习资料如下: cousera课程: https://www.coursera.org/learn/robotics-perception youtube课程: https://www.youtube.com/watch?v=RDkwklFGMfo Tutorial: https://www.c ...
分类:
其他好文 时间:
2018-03-09 00:22:50
阅读次数:
295
一.初识机器学习 二.单变量线性回归问题(Linear regression with one variable) ...
分类:
其他好文 时间:
2018-03-06 17:50:34
阅读次数:
146
这个作业已经有点儿久远了,但是给我留下了很深的印象。这五周的作业中,就这个最困难了。自己真的花了两天时间在这次作业上面。最后解题思路还是在Coursera讨论上看到的。 brute force解法就不多说了,但还是踩了一些坑。 重点在FastCollinear的实现,回过头来发现只有一百多行代码真的 ...
分类:
其他好文 时间:
2018-03-05 11:03:12
阅读次数:
244
Coursera上Machine Learning课程中back propagation algorithm中有2个参考: https://www.coursera.org/learn/machine-learning/supplement/pjdBA/backpropagation-algorit ...
分类:
其他好文 时间:
2018-03-03 20:28:10
阅读次数:
123
学完了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
1、到官网https://turi.com/ 2、点击Coursera students 中 install GraphLab Create 3、选择版本,建议安装 Install with GraphLab Create Launcher 4、然后用管理员打开 5、根据提示,一路通畅 ...
分类:
其他好文 时间:
2018-02-15 16:34:21
阅读次数:
467
课程网址:https://www.coursera.org/learn/internet history 学习笔记: Week 1: History Dawn of Early Computing (1940 1960) + War Time Computing and Conmmunication ...
分类:
Web程序 时间:
2018-02-11 10:45:20
阅读次数:
217