fid=intval($_GET['fid']); $this->assign('fid',$this->fid); if ($this->fid){ $thisClassify=M('Classify')->find($this->fid); $this->assign('thisClassify... ...
分类:
Web程序 时间:
2016-09-26 15:52:56
阅读次数:
206
试图根据一个集合是Set、Liist、还是其他的集合类型,对它进行分类的程序: 期望打印出的是Set,List,Unknown Collection,但实际上却是三个Unknown Collection。classify方法被重载,而要调用哪个重载方法是在编译时做出决定的,而三个集合的参数在编译时的 ...
分类:
其他好文 时间:
2016-08-07 00:55:56
阅读次数:
137
LiblinearTextClassifier我认为LiblinearTextClassifier是整个分类器中最核心的模块,实现了训练,分类等功能。LiblinearTextClassifier实现的是TextClassifier的接口,实现了TextClassifier中定义的
addTrainingText, train, saveModel, loadModel, classify, sa...
分类:
其他好文 时间:
2016-05-27 13:05:46
阅读次数:
236
HALCON算子函數——Chapter 1 : Classification
Chapter_1_:Classification
1.1 Gaussian-Mixture-Models
1.add_sample_class_gmm
功能:把一個訓練樣本添加到一個高斯混合模型的訓練數據上。
2.classify_class_gmm
功能:通過一個高斯混合模型來計算一個特征向量的類。
...
分类:
其他好文 时间:
2016-05-27 12:12:54
阅读次数:
436
老规矩,直接贴报告~
Programe list:
Programe was developed in the condition of Windows aswell as Linux server, programming language is Matlab (www.mathworks.com).
Classify.m, Kmeans.m: function for K-means...
分类:
编程语言 时间:
2016-05-12 18:22:48
阅读次数:
362
原文地址:http://cs231n.github.io/linear-classify/
##############################
内容列表:
1.介绍线性分类器
2.线性成绩函数
3.解释一个线性分类器
4.损失函数
4.1.多类支持向量机
4.2 . Softmax分类器
4.3 . 支持向量机 vs Softmax
5.线性分类器的交...
分类:
系统相关 时间:
2016-05-06 16:02:20
阅读次数:
463
halcon的算子列表 Chapter 1 :Classification 1.1 Gaussian-Mixture-Models 1.add_sample_class_gmm 功能:把一个训练样本添加到一个高斯混合模型的训练数据上。 2.classify_class_gmm 功能:通过一个高斯混合 ...
分类:
其他好文 时间:
2016-05-04 17:03:28
阅读次数:
3922
这几天完成了树回归的相关学习,这一部分内容挺多,收获也挺多,刚刚终于完成了全部内容,非常开心。
树回归这一章涉及了CART,CART树称作(classify and regression tree) 分类与回归树,既可以用于分类,也可以用于回归。这正是前面决策树没有说到的内容,在这里补充一下。正好也总结一下我们学的3种决策树。
ID3:用信息增益来选择特性进行分类,只能处理分类问题。缺点是往往...
分类:
其他好文 时间:
2016-04-09 00:23:43
阅读次数:
323
A simple network to classify handwritten digits Having defined neural networks, let's return to handwriting recognition. We can split the problem of r ...
分类:
其他好文 时间:
2016-03-26 13:53:55
阅读次数:
734
#classify ul li div{width:100px; height:200px;display:none; position:absolute;left:100px; top:0px;}#classify ul li:hover div {display:block;}主要用到的CSS代...
分类:
Web程序 时间:
2016-01-25 08:48:54
阅读次数:
900