码迷,mamicode.com
首页 >  
搜索关键字:linear regression    ( 2874个结果
解决 cocos2dx iOS/mac 设置纹理寻址模式后纹理变黑的问题
sprite:getTexture():setTexParameters(gl.LINEAR,gl.LINEAR,gl.REPEAT,gl.REPEAT)在安卓设备上,设置了纹理自定义寻址模式,纹理图片的宽高大小可以任意设置,但在ios或者mac设备上,纹理图片的大小一定要是2的n次方,不然渲染出来...
分类:移动开发   时间:2015-10-14 14:00:36    阅读次数:227
统计回归书籍
应用线性回归,美 S. Weisberg,中国统计出版社,王静龙 / 梁小筠 / 李宝慧译;Applied Linear Regression,SANFORD WEISBERG;Linear Regression Analysis,GEORGE A. F. SEBER and ALANJ.LEE;r...
分类:其他好文   时间:2015-10-13 16:50:28    阅读次数:228
逻辑回归(LogisticRegression)--python实现
1、概述 Logistic regression(逻辑回归)是当前业界比较常用的机器学习方法,用于估计某种事物的可能性。 在经典之作《数学之美》中也看到了它用于广告预测,也就是根据某广告被用 户点击的可能性,把最可能被用户点击的广告摆在用户能看到的地方,然后叫他“你点我啊!”用户点了,你就有钱收.....
分类:编程语言   时间:2015-10-13 16:40:23    阅读次数:910
【线性代数】 01 - 古老的新学科
线性代数(Linear Algebra)这门学科大家并不陌生,如果有人还是觉得有点生疏,那么“行列式”、“矩阵”这些概念你总该还有印象。大学各个专业都会深浅不同地学习这门课,文科一般放在《大学数学》里,工科生一般在《线性代数》或《高等数学》中见到它,而我们数学系更多地是上《高等代数》这门课。线性.....
分类:其他好文   时间:2015-10-12 14:06:14    阅读次数:166
判别式模型和产生式模型 (discriminative model and generative m
最经典的莫过于 Andrew Ng在NIPS2001年有一篇专门比较判别模型和产生式模型的文章: On Discrimitive vs. Generative classifiers: A comparision of logistic regression and naive Bayes (http://robotics.stan...
分类:其他好文   时间:2015-10-10 17:23:50    阅读次数:138
Leetcode Single Number
Given an array of integers, every element appearstwiceexcept for one. Find that single one.Note:Your algorithm should have a linear runtime complexity...
分类:其他好文   时间:2015-10-10 12:00:43    阅读次数:125
HDU 2767 Proving Equivalences(强联通缩点)
Proving EquivalencesProblem DescriptionConsider the following exercise, found in a generic linear algebra textbook.Let A be an n × n matrix. Prove tha...
分类:移动开发   时间:2015-10-09 20:00:36    阅读次数:264
The composition, seasonal variation and potential sources of the atmospheric wet sulfur (S) and nitrogen (N) _Method
MethodsNo linear relationship was found between NO2 tropospheric column and NO3-, but both well simulated byy=y0+a*sin(b*x+c)+e*xindicating NO2 tropos...
分类:其他好文   时间:2015-10-08 10:14:59    阅读次数:194
TODO list
A Linear Time Majority Vote Algorithmhttp://www.cs.utexas.edu/~moore/best-ideas/mjrty/index.htmlFind Duplicate in O(n) by Knuthhttp://keithschwarz.com...
分类:其他好文   时间:2015-10-06 16:42:53    阅读次数:95
Single Number
Given an array of integers, every element appearstwiceexcept for one. Find that single one.Your algorithm should have a linear runtime complexity. C.....
分类:其他好文   时间:2015-10-06 15:17:44    阅读次数:125
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!