码迷,mamicode.com
首页 >  
搜索关键字:feature selection    ( 3203个结果
【Papers】《Deconvolutional Networks》阅读笔记
作者利用各种优化方法提取图像的feature map,避免了普通Convolutional Neural Network中得encoder部分。参考资料: Deconvolutional Networks, Matthew D. Zeiler, Dilip Krishnan, Graham W. ....
分类:Web程序   时间:2014-09-06 23:41:14    阅读次数:1789
SQL Server 2012安装错误案例:Error while enabling Windows feature: NetFx3, Error Code: -2146498298
案例环境: 服务器环境 : Windows Server 2012 R2 Standard 数据库版本 : SQL Server 2012 SP1 案例介绍: 在Windows Server 2012 R2 Standard版本上安装SQL SERVER 2012时,安装过程弹出如下错误提示:Err...
分类:数据库   时间:2014-09-04 18:28:59    阅读次数:342
JAVA选择排序
选择排序(Selection sort)是一种简单直观的排序算法。它的工作原理如下。首先,在未排序序列中找到最小(大)元素,存放到排序序列的起始位置,然后,再从剩余未排序元素中继续寻找最小(大)元素,然后放到已排序序列的末尾。以此类推,直到所有元素均排序完毕。如,有一个数组为 int[] arrs=...
分类:编程语言   时间:2014-09-03 16:42:46    阅读次数:218
[转]Direct3D 11 Tessellation Tutorial
The new hardware tessellation feature available on Direct3D 11 video cards has great potential, but using it effectively currently requires understand...
分类:其他好文   时间:2014-09-02 19:35:45    阅读次数:348
Sublime Text 2 快捷键
#按键说明 --- 本文快捷键以 MAC OSX 为例说明,Windows 用户可自行映射 * `?` :Command * `?` :Control * `?` :Option * `?` :Shift * `` :← → #Selection --- ###移动光标: (移动的快捷键多是 OS...
分类:其他好文   时间:2014-09-02 10:42:25    阅读次数:236
Android news Display Owner Info on Your Android Device in Case It Gets Lost
Display Owner Info on Your Android Device in Case It Gets LostThe latest versions of Android include a handy feature that you might not know about: th...
分类:移动开发   时间:2014-09-02 09:01:24    阅读次数:210
HOG
HOG Descriptor Histogram of oriented gradients (HOG) are feature descriptors for the object detection purpose. Descriptor is a set of feature vectors....
分类:其他好文   时间:2014-09-01 19:09:03    阅读次数:257
PowerDesigner 的几个使用技巧
1.生成sql脚本Database→GenerateDatabase选择要输出的文件路径,即文件存储路径,并根据需要修改文件名,单击确定后便会生成sql脚本。在Options选项卡里,可以个性化选择和配置sql脚本,如取消外键,去除drop语句等。Selection选项卡中可以选择哪些表要生成sql脚本。在Preview..
分类:其他好文   时间:2014-09-01 15:50:34    阅读次数:211
PowerDesigner 的几个使用技巧
1. 生成sql脚本 Database→Generate Database 选择要输出的文件路径,即文件存储路径,并根据需要修改文件名,单击确定后便会生成sql脚本。 在Options选项卡里,可以个性化选择和配置sql脚本,如取消外键,去除drop语句等。 Selection...
分类:其他好文   时间:2014-09-01 15:15:23    阅读次数:231
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!