一、Git的特性Speed 速度(git是用c语言写的。一般都是提交到本地)Simple designStrong support for non-linear development (thousands of parallel branches)(强有力的支持非线性开发)Fully distri...
分类:
其他好文 时间:
2015-04-24 20:55:10
阅读次数:
233
Problems:Classification,Clustering,Regression,Anomalydetection,Associationrules,Reinforcementlearning,Structurdprediction,Featurelearning,Onlinelearning,Semi-supervisedlearning,GrammarinductionSupervisedlearning:Decisiontrees,Ensembles(Bagging,Boostring,Ran..
分类:
系统相关 时间:
2015-04-24 09:25:26
阅读次数:
189
Description
Alexander Charles McMillan loves to gamble, and during his last trip to the casino he ran across a new game. It is played on a linear sequence of squares as shown below.
A chip is...
分类:
其他好文 时间:
2015-04-23 23:30:27
阅读次数:
290
章节地址:http://ufldl.stanford.edu/tutorial/supervised/LogisticRegression/章节名称:逻辑回归 (Logisitic Regression)第二章的主要问题是什么?是内存不够,艹Error using freadOut of memor...
分类:
其他好文 时间:
2015-04-23 15:01:53
阅读次数:
132
android中include标签是为了便于控件的覆用的一个很好解决方案。
但是也有一些需要注意的地方,下面是本人在项目中碰到过的一个问题,做此记录,便于以后查看。
include标签用法。
1.新建一个xml文件,命名 head.xml
head.xml文件内容如下:
android:id="@+id/index_linear_foo...
分类:
移动开发 时间:
2015-04-22 22:17:03
阅读次数:
155
/*在给元素设置渐变色时,此时的颜色是作为背景图片来显示*/
#content{ /*针对FireFox浏览器*/ background-image: -moz-linear-gradient(top,#fff,#eee); background-image:-webkit-linear-gradi...
分类:
Web程序 时间:
2015-04-22 11:26:58
阅读次数:
156
1.正交向量、正交空间、正交补空间2.号称是本书最重要的配图3.向量的cosine距离,投影变换,最小二乘4.正交基与Schmidt正交化与QR分解5.函数空间,傅里叶级数,Hilbert空间
分类:
移动开发 时间:
2015-04-22 00:05:59
阅读次数:
136
Kalman滤波简介 Kalman滤波是一种线性滤波与预测方法,原文为:A New Approach to Linear Filtering and Prediction Problems。文章推导很复杂,看了一半就看不下去了,既然不能透彻理解其原理,但总可以通过实验来理解其具体的使用方法。 K.....
分类:
其他好文 时间:
2015-04-20 22:07:36
阅读次数:
314
Logistic regression (逻辑回归)是当前业界比较常用的机器学习方法,用于估计某种事物的可能性。比如某用户购买某商品的可能性,某病人患有某种疾病的可能性,以及某广告被用户点击的可能性等。(注意这里是:“可能性”,而非数学上的“概率”,logisitc回归的结果并非数学定义中的概率值,...
分类:
其他好文 时间:
2015-04-20 20:50:07
阅读次数:
216
.fundNet { height:auto; overflow:hidden;/* Webkit: Safari 4-5, Chrome 1-9 */background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#F3F2F...
分类:
Web程序 时间:
2015-04-20 10:52:30
阅读次数:
147