码迷,mamicode.com
首页 >  
搜索关键字:斯坦福大学公开课    ( 56个结果
[课堂笔记]斯坦福大学公开课: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
[课堂笔记]斯坦福大学公开课: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
[课堂笔记]斯坦福大学公开课:IOS 7应用开发 lecture1
1.The difference is card.h is the public API.That’s what your dot h is.It’s your public API.It’s what methods in your class you want to make public so ...
分类:移动开发   时间:2016-05-14 18:43:44    阅读次数:239
【机器学习详解】线性回归、梯度下降、最小二乘的几何和概率解释
线性回归即线性拟合,给定N个样本数据(x1,y1),(x2,y2)....(xN,yN)(x_1,y_1),(x_2,y_2)....(x_N,y_N)其中xix_i为输入向量,yiy_i表示目标值,即想要预测的值。采用曲线拟合方式,找到最佳的函数曲线来逼近原始数据。通过使得代价函数最小来决定函数参数值。 采用斯坦福大学公开课的例子:假如一套房子的价格只考虑由房屋面积(Living area)与...
分类:其他好文   时间:2016-03-14 00:20:17    阅读次数:651
转: ios学习入门进阶
著作权归作者所有。商业转载请联系作者获得授权,非商业转载请注明出处。作者:利炳根链接:https://www.zhihu.com/question/19627420/answer/45962351来源:知乎 看视频:斯坦福大学公开课:iOS 7应用开发斯坦福大学公开课:iOS 8开发看书OC 《Ob
分类:移动开发   时间:2016-01-27 21:07:03    阅读次数:200
[傅里叶变换及其应用学习笔记] 十三. 分布的傅里叶变换
这份是本人的学习笔记,课程为网易公开课上的斯坦福大学公开课:傅里叶变换及其应用。分布傅里叶变换的定义在傅里叶变换领域中,测试函数$\varphi$选择了速降函数(Schwartz Functions)。与之对应的分布$T$通常被称为缓增分布(Tempered Distributions)。$$上式表...
分类:其他好文   时间:2015-12-16 01:39:48    阅读次数:416
[傅里叶变换及其应用学习笔记] 十. 卷积与中心极限定理
这份是本人的学习笔记,课程为网易公开课上的斯坦福大学公开课:傅里叶变换及其应用。中心极限定理(Central Limit Theorem)中心极限定理,简称CLT。大多数概率事件,当有足够多的取样时,都服从高斯分布。(Most probabilities – some kind of average...
分类:其他好文   时间:2015-12-03 07:13:49    阅读次数:168
[傅里叶变换及其应用学习笔记] 九. 继续卷积的讨论
这份是本人的学习笔记,课程为网易公开课上的斯坦福大学公开课:傅里叶变换及其应用。卷积在滤波中的应用浑浊度(Turbidity)研究是关于测量水的清澈度的研究。大致方法是把光传感器放置到深水区域,然后测量光线的昏暗程度,测量出来的值将随时间变化。(由于没有真实数据,下面用mathematica比较粗糙...
分类:其他好文   时间:2015-12-03 00:34:27    阅读次数:315
56条   上一页 1 2 3 4 5 6 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!