搜索资源列表
广义异或集成神经网络算法
- 本程序用C语言实现了集成神经网络解决广义异或问题。用神经网络集成方法做成表决网,可克服初始权值的影响,对神经网络分类器来说:假设有N个独立的子网,采用绝对多数投票法,再假设每个子网以1-p的概率给出正确结果,且网络之间的错误不相关,则表决系统发生错误的概率为 Perr = ( ) pk(1-p)N-k 当p<1/2时 Perr 随N增大而单调递减. 在工程化设计中,先设计并训练数目较多的子网,然后从中选取少量最佳子网形成表决系统,可以达到任意高的泛化能力。 -this pro
xxbgb
- 首先,用前插法建立链表,在算法中以create函数表示;其次,定义mergeab函数,表示算法的归并: 本算法的思路为:顺次逐个将单链表的ha中的节点(P节点)在链表 hb中查找是否有重复的结点,若有,则不插入到链表hb中,将其从链表ha中删除。若在链表hb中找到第一个大于P的节点的数据域值的节点(Q节点),则在Q节点之前插入P节点,否则将链表ha联接到链表hb的表尾。为了实现方便在单连表hb之前附加一个表头节点,带归并完成后,再归还该表头节点,返回归并后连表的头指针。 最后,
ballot.zip
- 利用MFC,实现投票系统,哪呢个够增加,修改删除头片人信息,并贴查询的信息和投票的情况。,The use of MFC, the realization of the voting system, which does个够increased, modified to delete the first piece people information, and paste the query information and voting.
toolbox_tensor_voting.zip
- 张量投票在matlab环境下的仿真。球型张量及棒型张量的仿真,Tensor voting in matlab simulation environment. Spherical and rod-type tensor tensor Simulation
DM4
- 执行流程: 1. 用户输入参数:K的选择,训练数据,测试数据的路径; 2. 读取训练数据集和测试数据集文件,用ArffFileReader类读取并组织起InstanceSet数据结构; 3. 利用上面的相似度量标准,对每一个测试集中的Instance,计算与其最相似的K个训练集中的Instance,通过投票进行分类,将分类结果存储经Instance的成员变量targetGuess中; 4. 对分类结果进行度量,包括分类正确率,各种类别实例的Precision,Recall;Con
AustralianVoting
- programming changllening p51页australian voting 解答源码-programming changllening p51 answer australian voting page source
gyy
- 从因子分析的角度出发解决基因表达谱分析问题。为解决独立成分分析方法在求解过程中的不稳定性,提出一种基于选择性独立成分分析的DNA微阵列数据集成分类器。首先对基因表达水平的重构误差进行分析,选择部分重构误差较小的独立成分进行样本重构,然后基于重构后的样本同时训练多个支持向量机基分类器,最后选择部分分类正确率较高的基分类器进行最大投票以得到最终结果。在3个常用测试集上验证了本文设计方法的有效性。-This paper tries to deal with gene expression proble
Recog_Test_Vote
- face recognition test by voting
voting
- Voting simulation in Matlab
vote
- 在线投票调查php写的,很简答,适合初学者-Online Voting Survey
det_code-1.0beta
- The main part of the code uses improved Shape Context as feature descr iptor and fit into a Hough Voting framework to detect objects. It can be used for initial hypothesis proposal. I hope you find this code helpful!
ss
- ACM竞赛题目 电子投票平台 很有价值的全部源码-ACM Contest valuable topic of electronic voting platform, all the source code
kNN2010
- k-NN based on Z-score standardized Euclidean distance & weighted voting
TVF
- 根据Medioni的张量投票理论,用matlab实现二维图像的重构。-According Medioni s tensor voting theory, with the realization of two-dimensional image reconstruction of matlab.
rgpca.tar
- Robust GPCA This package consists of implementations of three robust techinques to robustify GPCA-Voting in the presence of large amounts of outliers. For function details, please read the README file in the package.
atur
- 采用张量投票理论的三角网格特征边提取算法-Using tensor voting theory side of the triangular mesh feature extraction algorithm
voting-algorithm
- this a voting algorithm MATLAB codes for fault tolerant systems. file consist of five m-files that fours of them runs from testmaj m-file. inxmaj m-file is a function for inexact majority algorithm, inxplu is a function for inexact plurality algorith
voting-system
- 此代码是模拟投票系统的实现,用于实现投票系统的功能,计算出最终票数的高低情况-This code is the realization of the mock voting system, to achieve voting system, calculate the final votes level of
Congressional-voting-similarity
- 用相似性矩阵计算出有相似投票倾向的议员,同时预测其党派倾向-Congressional voting similarity
Majority-Vote-function-for-Matlab--master
- 使用matlab实现多数投票,可用于高光谱图像处理(a way of majority voting using matlab)