码迷,mamicode.com
首页 >  
搜索关键字:machine leraning    ( 5191个结果
OpenCV Machine Learning 之 K最近邻分类器的应用 K-Nearest Neighbors
OpenCV Machine Learning 之 K最近邻分类器的应用 {CSDN:CODE:376557}...
分类:其他好文   时间:2014-06-20 13:12:23    阅读次数:177
OpenCV Machine Learning 之正态贝叶斯分类器源代码分析(Normal Bayes Classifier)
1.类定义 在ml.hpp中有以下类定义: [cpp] view plaincopyprint? class CV_EXPORTS_W CvNormalBayesClassifier : public CvStatModel   {   public:       CV_WRAP CvNormalBayesClassifier();...
分类:其他好文   时间:2014-06-20 12:56:27    阅读次数:202
OpenCV Machine Learning 之 K最近邻分类器 K-Nearest Neighbors
K-Nearest Neighbors The algorithm caches all training samples and predicts the response for a new sample by analyzing a certain number (K) of the nearest neighbors of the sample using voting, calcu...
分类:其他好文   时间:2014-06-20 11:51:33    阅读次数:337
WinCE将开始那里的“挂起”隐藏,去掉,禁止的办法
在我们WINCE工程编译的release目录的shell.reg的HKEY_LOCAL_MACHINE\Explorer添加suspend子键来控制 [HKEY_LOCAL_MACHINE\Explorer] "RecycleBinSize"=dword:A "ShowExt"=dword:0 "ShowSys"=dword:0 "UseCompatibleBGIma...
分类:Windows程序   时间:2014-06-07 14:29:53    阅读次数:373
win7解决桌面修改文件名每次都要刷新问题
在开始菜单的搜索栏中输入“regedit”打开注册表,展开HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control分支,点击右键选择新建“项”,名称是update,在update项下新建一个名称为updatemode的DWORD类型字符串,数值0.修改项...
分类:Windows程序   时间:2014-06-07 00:40:06    阅读次数:598
rock machine equipment
Rock crusher or rock machine equipment mainly includes crusher machine and grinding mills etc. Jaw crusher is the most widely used crusher machine equ...
分类:其他好文   时间:2014-06-06 09:06:19    阅读次数:255
Machine Learning Done Wrong【转】
1. Take default loss function for grantedMany practitioners train and pick the best model using the default loss function (e.g., squared error). In pr...
分类:其他好文   时间:2014-06-05 21:54:12    阅读次数:487
ARM, X86和MIPS
ARMARM架构,过去称作高级精简指令集机器(Advanced RISC Machine,更早称作:Acorn RISC Machine),是一个32位精简指令集reduced instruction set computing(RISC)处理器架构,其广泛地使用在许多嵌入式系统设计。由于节能的特点...
分类:其他好文   时间:2014-06-05 15:20:52    阅读次数:381
xe6+firedac连接sybase
一、Win7 X64系统安装sybase odbc:1、 下载对应包至c:\system_odbc(文件夹名自己取,在后面注册表内容需要用到);2、 将值信息写入到注册表内:Windows Registry Editor Version 5.00[HKEY_LOCAL_MACHINE\SOFTWAR...
分类:数据库   时间:2014-06-02 08:45:12    阅读次数:420
xe6+firedac 连接sybase
一、Win7X64系统安装sybaseodbc:1、下载对应包至c:\system_odbc(文件夹名自己取,在后面注册表内容需要用到),接着需要将该目录添加至path环境变量下;2、将值信息写入到注册表内:WindowsRegistryEditorVersion5.00[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\ODBC\ODBCINST.IN..
分类:数据库   时间:2014-06-02 03:21:37    阅读次数:336
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!