码迷,mamicode.com
首页 >  
搜索关键字:stanford    ( 475个结果
Eclipse下使用Stanford CoreNLP的方法
CoreNLP在Eclipse下的使用方法。
分类:系统相关   时间:2014-12-09 15:23:21    阅读次数:348
算法优化:从1天到1s
最近参加了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
[Stanford 2011] Psychologist
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
[Stanford 2011] segue
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
[Stanford 2011] hapiness
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...
分类:Windows程序   时间:2014-12-02 22:04:01    阅读次数:292
编译器课程
Coursera上面有Stanford的课程“Compilers”,该课程使用“龙书”作为参考书,并有一个编程项目,完成一个完整的编译器。这个编译器支持的语言称为COOL,是一个面向对象的用于教学的语言,支持完整的面向对象特性。COOL项目给出了一些基础源码,学生在这个基础源码上实现词法分析、语.....
分类:其他好文   时间:2014-11-30 00:19:17    阅读次数:247
ufldl学习笔记与编程作业:Convolutional Neural Network(卷积神经网络)
ufldl出了新教程,感觉比之前的好,从基础讲起,系统清晰,又有编程实践。 在deep learning高质量群里面听一些前辈说,不必深究其他机器学习的算法,可以直接来学dl。 于是最近就开始搞这个了,教程加上matlab编程,就是完美啊。 新教程的地址是:http://ufldl.stanford.edu/tutorial/...
分类:Web程序   时间:2014-11-22 23:08:11    阅读次数:740
深度学习 Deep Learning UFLDL 最新Tutorial 学习笔记 5:Softmax Regression
官方Tutorial地址:http://ufldl.stanford.edu/tutorial/supervised/SoftmaxRegression/...
分类:其他好文   时间:2014-11-20 20:24:03    阅读次数:289
【UFLDL】多层神经网络
原英文教程地址见:http://ufldl.stanford.edu/tutorial/supervised/MultiLayerNeuralNetworks 本文是在学习该教程时记得笔记,供参考。周末的时候利用空闲时间用python实现了一下,但是训练结果总是不对,原因尚未查清楚,如果公式推导有误请指出,谢谢!...
分类:其他好文   时间:2014-11-17 19:27:28    阅读次数:282
BP网络的代码分析
去年在学习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
475条   上一页 1 ... 39 40 41 42 43 ... 48 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!