最近参加了Coursera的课程,Stanford大学的《算法:设计与分析》。这是一门非常值得学习的课程。在老师布置的作业中,有这样一道题目:
The goal of this problem is to implement a variant of the 2-SUM algorithm .
The file contains 1 million integers, both pos...
分类:
编程语言 时间:
2014-12-04 23:15:49
阅读次数:
325
From: view 6(00:44-)1.Our psychologist will make a diagnosis and use the Happiness MVC to communicate it.Psychologist really has no Model(perhaps its"...
分类:
其他好文 时间:
2014-12-03 01:38:19
阅读次数:
166
From:view 6(00:17)Knowledge Points:1. The segue is the thing that made it so that it moved over to the other MVC.2. How the segue gets set up? To crea...
分类:
其他好文 时间:
2014-12-03 00:10:51
阅读次数:
191
From:view6-view7(00:17)1.Introduction: Implement two gestures:pinch and pan. We first implement the pinch. Weadd delegate to faceView(the view) that a...
Coursera上面有Stanford的课程“Compilers”,该课程使用“龙书”作为参考书,并有一个编程项目,完成一个完整的编译器。这个编译器支持的语言称为COOL,是一个面向对象的用于教学的语言,支持完整的面向对象特性。COOL项目给出了一些基础源码,学生在这个基础源码上实现词法分析、语.....
分类:
其他好文 时间:
2014-11-30 00:19:17
阅读次数:
247
ufldl出了新教程,感觉比之前的好,从基础讲起,系统清晰,又有编程实践。
在deep learning高质量群里面听一些前辈说,不必深究其他机器学习的算法,可以直接来学dl。
于是最近就开始搞这个了,教程加上matlab编程,就是完美啊。
新教程的地址是:http://ufldl.stanford.edu/tutorial/...
分类:
Web程序 时间:
2014-11-22 23:08:11
阅读次数:
740
官方Tutorial地址:http://ufldl.stanford.edu/tutorial/supervised/SoftmaxRegression/...
分类:
其他好文 时间:
2014-11-20 20:24:03
阅读次数:
289
原英文教程地址见:http://ufldl.stanford.edu/tutorial/supervised/MultiLayerNeuralNetworks
本文是在学习该教程时记得笔记,供参考。周末的时候利用空闲时间用python实现了一下,但是训练结果总是不对,原因尚未查清楚,如果公式推导有误请指出,谢谢!...
分类:
其他好文 时间:
2014-11-17 19:27:28
阅读次数:
282
去年在学习Stanford的ML课程的时候整理过一篇BP神经网络原理的解析,链接地址,不过没有对它的code实现作太多的解读,只是用MATLAB的工具箱做了实验。
Jeremy Lin
具体的原理性资料可以参考:
[1] BP神经网络解析 http://blog.csdn.net/linj_m/article/details/9897839
[2] Tom M.Mitchell 机器学习教...
分类:
其他好文 时间:
2014-11-01 19:17:29
阅读次数:
420