码迷,mamicode.com
首页 >  
搜索关键字:components    ( 1669个结果
ML | PCA
what's xxxPCAprincipal components analysis is for dimensionality reduction.主要是通过对协方差矩阵Covariance matrix进行特征分解,以得出数据的主成分(即特征向量eigenvector)与它们的权值(即特征值ei...
分类:其他好文   时间:2014-07-19 23:23:11    阅读次数:241
手机web开发
jqmobi 可以代理 jquery mobile,似乎更加小和快http://app-framework-software.intel.com/components.phpbootstrap 团队做的手机端样式http://goratchet.com/components/------------...
分类:移动开发   时间:2014-07-19 21:13:38    阅读次数:229
Classical method of machine learning
1. PCAprincipal components analysis主要是通过对协方差矩阵Covariance matrix进行特征分解,以得出数据的主成分(即特征向量eigenvector)与它们的权值(即特征值eigenvalue)。PCA是最简单的以特征量分析多元统计分布的方法。其结果可以理...
分类:其他好文   时间:2014-07-19 18:05:19    阅读次数:190
取得日期、时间的各个位置的数字
直接看代码  最直接 //日期处理 NSDate *now = [NSDate date]; NSCalendar *calendar = [NSCalendar currentCalendar]; NSDateComponents *comonents = [calendar components:NSYearCalendarUnit|NSMonthCalend...
分类:其他好文   时间:2014-07-18 23:00:29    阅读次数:242
OCP-1Z0-053-V12.02-512题 【转】
http://blog.csdn.net/gisinfo/article/details/8159875 1.Which two statements correctly describe the relationship among the Scheduler components: job, p...
分类:其他好文   时间:2014-07-16 21:32:58    阅读次数:305
Flex ObjectHandles 构建绘图程序!
模型主画布组件:com/components/graph/GraphContainer.mxml 1){ objecthandles.selectionManager.clearSelection(); ...
分类:其他好文   时间:2014-07-16 18:33:48    阅读次数:262
【scrapy】Item Pipeline
After an item has been scraped by a spider,it is sent to the Item Pipeline which process it through several components that are executed sequentially....
分类:其他好文   时间:2014-07-14 00:20:06    阅读次数:323
You Probably Don’t Need a Message Queue
原文地址I’m a minimalist, and I don’t like to complicate software too early and unnecessarily. And adding components to a software system is one of the th...
分类:其他好文   时间:2014-07-13 19:59:16    阅读次数:480
DPF.Android.Native.Components.v2.8.1 for delphi xe6 使用DPFJAlertDialog遇到的问题
使用DPFJAlertDialog控件时发现DPFJAlertDialog1Click不能捕获到对话框到底按了那个按键,上网搜索后找到了解决方法:打开DPF.Android.JAlertDialog.pas文件,找到procedure TAlertDialogOnClickListener.onCl...
分类:移动开发   时间:2014-07-11 22:34:25    阅读次数:548
斯坦福ML公开课笔记14——主成分分析
本篇主要介绍PCA(Principal Components Analysis, 主成分分析),也是一种降维方法,但是该方法比较直接,只需计算特征向量就可以进行降维了。本篇对应的视频是公开课的第14个视频,该视频的前半部分为因子分析模型的EM求解,已写入笔记13,本篇只是后半部分的笔记,所以内容较少。...
分类:其他好文   时间:2014-07-09 12:45:57    阅读次数:196
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!