码迷,mamicode.com
首页 >  
搜索关键字:斯坦福    ( 685个结果
斯坦福大学CS224d基础1:线性代数知识
斯坦福大学CS224d基础1:线性代数知识 作者:Zico Kolter (补充: Chuong Do) 翻译:@MOLLY(mollyecla@gmail.com) @OWEN 校正:@寒小阳(hanxiaoyang.ml@gmail.com) @龙心尘(johnnygong.ml@gmail.c... ...
分类:其他好文   时间:2016-06-11 00:42:09    阅读次数:393
斯坦福大学的机器学习跟深度学习。
http://openclassroom.stanford.edu/MainFolder/CoursePage.php?course=MachineLearning http://deeplearning.stanford.edu/wiki/index.php/UFLDL_Tutorial http ...
分类:其他好文   时间:2016-06-04 00:26:30    阅读次数:238
深度学习与自然语言处理(1)_斯坦福cs224d Lecture 1
这是本课程的第一节,我们会先介绍自然语言处理(NLP)的概念和NLP现在所面对问题;然后开始讨论用数学向量代表自然语言词组的设想。最后我们会讨论现行的词向量构造方法。...
分类:编程语言   时间:2016-06-02 18:25:39    阅读次数:715
深度学习与自然语言处理(1)_斯坦福cs224d Lecture 1
本文为斯坦福大学CS224d课程的中文版内容笔记,已得到斯坦福大学课程@Richard Socher教授的授权翻译与发表...
分类:编程语言   时间:2016-06-02 18:24:19    阅读次数:399
斯坦福大学科研软件
常见的一些科研分析软件都找到了,排名第一的赫然是Abaqus...这名字取得好,中国六七十年代的小孩名字多以丁、乙之类短笔画为主。 COMSOL、NI Labview差不多全了,奇怪的是居然没找到ANSYS和MSC...Provider: Software LicensingClick on a p ...
分类:其他好文   时间:2016-05-31 13:45:46    阅读次数:204
[课堂笔记]斯坦福大学公开课:IOS 7应用开发 lecture7
1.One is CGFloat.It’s a floating point number.All floating point numbers that have to do with drawing on the screen or getting touch events or whateve ...
分类:移动开发   时间:2016-05-29 23:15:37    阅读次数:246
[课堂笔记]斯坦福大学公开课:IOS 7应用开发 lecture6
1.Abstract means that this class cannot be instantiated and used,it’s only useful as a superclass for other classes that are concrete. (04:00) 2.And I ...
分类:移动开发   时间:2016-05-23 21:15:10    阅读次数:241
[课堂笔记]斯坦福大学公开课:IOS 7应用开发 lecture5
1.There is a class called NSNotificationCenter .It has a class method called defaultCenter.That returns a shared instance kind of like NSUserDefault,s ...
分类:移动开发   时间:2016-05-22 20:00:08    阅读次数:241
【编译器】斯坦福公开课学习2
02-01 将会为教学用语言COOL编写编译器,把COOL编译成MIPS汇编语言。会分为五个部分讲解,首先是写一个COOL程序,程序本身会是一个解释器。之后是词法分析、语法分析、语义分析、代码生成。这些部分都是分离的。即在我们自己实现语法分析时,我们将自己完成的部分嵌入到一个参考编译器中。参考编译器 ...
分类:其他好文   时间:2016-05-22 00:38:52    阅读次数:205
[课堂笔记]斯坦福大学公开课:IOS 7应用开发 lecture4
1.All objects in an array are held onto strongly in the heap.So as long as that array itself is in the heap,as long as someone has a strong pointer to ...
分类:移动开发   时间:2016-05-20 22:19:19    阅读次数:269
685条   上一页 1 ... 34 35 36 37 38 ... 69 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!