最近学习特征工程(Feature Enginnering)的相关技术,主要包含两块:特征选取(Feature Selection)和特征抓取(Feature Extraction)。这里记录一些要点,作为备忘。特征选取R中的FSelector包实现了一些特征选取的算法,主要分两大类:Algorith...
分类:
其他好文 时间:
2014-11-18 23:32:39
阅读次数:
317
原文转自:http://www.sellarafaeli.com/blog/native_javascript_data_bindingTwo-way data-binding is such an important feature - align your JS models with your...
分类:
编程语言 时间:
2014-11-17 10:21:15
阅读次数:
191
if you‘re having this same issue the problem is probably an out-of-date SDK. As of Android 4.2.2 there is a security feature that requires you to confirm the RSA fingerprint of the connecting devic...
分类:
移动开发 时间:
2014-11-16 12:13:57
阅读次数:
362
matlab可以用-Conjugate gradient-BFGS-L-BFGS等优化后的梯度方法来求解优化问题。当feature过多时,最小二乘计算复杂度过高(O(n**3)),此时这一些列优化版梯度下降算法就成为了解优化问题的更优选择。它们的优点为:不需要像对原始梯度下降那样手动选择学习速率α一...
分类:
其他好文 时间:
2014-11-14 22:45:17
阅读次数:
785
1.SIFTSIFT(Scale-invariant feature transform)是一种检测局部特征的算法,该算法通过求一幅图中的特征点(interest points,or corner points)及其有关scale 和 orientation 的描述子得到特征并进行图像特征点匹配,获...
分类:
其他好文 时间:
2014-11-14 10:41:23
阅读次数:
286
We Recommend a Singular Value Decomposition
我们推荐奇异值分解
奇异值分解可以方便地把一个矩阵(包含我们感兴趣的数据)分解得更加简单和有意义。 本文讲解了奇异值分解的几何解释,顺便也介绍了一些应用。
From http://www.ams.org/samplings/feature-column/fcarc-svd
David Austin,Grand ValleyState University
本文的主题是奇异值分解(singular value...
分类:
其他好文 时间:
2014-11-13 16:37:17
阅读次数:
439
Android:去掉标题栏的三种方法和全屏的三种方法第一种:一般入门的时候常常使用的一种方法onCreate函数中增加下面代码:requestWindowFeature(Window.FEATURE_NO_TITLE);//去掉标题栏注意这句一定要写在setContentView()方法的前面,不然...
分类:
移动开发 时间:
2014-11-13 12:35:37
阅读次数:
138
============问题描述============ 要在title栏里设置一个button,新建了title.xml,也在OnCreate方法里调用了requestWindowFeature(Window.FEATURE_CUSTOM_TITLE); setContentView(R.layo...
分类:
移动开发 时间:
2014-11-12 13:18:36
阅读次数:
156
转自什么是MantisMantisBT is a free popular web-based bugtracking system (feature list). It is written in the PHP scripting language and works with MySQL, M...
分类:
其他好文 时间:
2014-11-11 18:06:27
阅读次数:
306
Volley主页https://android.googlesource.com/platform/frameworks/volleyhttp://www.youtube.com/watch?v=yhv8l9F44qo&feature=player_embedded1. 什么是Volley在这之前,...
分类:
移动开发 时间:
2014-11-11 14:00:17
阅读次数:
285