搜索资源列表
基于特征提取技术的源程序代码
- 基于特征提取技术的源程序代码,开发环境是vc,希望对大家的学习有帮助 严禁用于商业用途-feature extraction technology based on the source code and development environment is vc, we hope to help the learning for commercial purposes is strictly prohibited! !
SimulatedAnnealing
- 模拟退火程序:这部分代码是模式识别中结合模拟退火法的特征提取,大家可以对其进行简单的改进会获得更好的效果,比如改变温度表,加上“记忆体”,结合遗传算法等 -simulated annealing procedures : This code is part of pattern recognition in combination with simulated annealing method of feature extraction, you can perform simple im
c_SOM
- 一个用C编写的SOM(自组织特征映射)神经网络源代码。-a C prepared by the SOM (self-organizing feature map) neural network source code.
PRAssign
- 脱机手写体识别Matlab源程序 包括特征提取、bayes分类器、K近邻分类及最近邻分类。 Testscr iptRecognition.m:测试代码 scr iptFeaExtract.m :特征提取 KNearestEstimate.m :K近邻估计 NearestEstimate.m : 最近邻估计 BayesTrain.m :训练bayes分类器 Bayes.m :测试bayes分类器 CrossValidate.m :m交叉验证 -Offlin
Opensurf
- Surf,特征点检测算法,比sift还好的算法 论文和代码-Surf, feature point detection algorithm, the algorithm better than the paper sift and code
JAVA
- 基于JAVA实现的图像特征提取源代码 图像特征提取的源代码,使用sobel算子提取图像边缘,使用hu矩提取图像形状特征,使用颜色中心矩提取图像颜色特征,请使用eclipes导入该工程并运行test文件(可将test文件中去掉一些注释部分运行更多功能)。-JAVA based on the realization of the image feature extraction image feature extraction source code source code, use the sob
Gaborchanger
- 在MATLAB中调用gabor变换的代码,生成gaboe小波滤波器。主要用在模式识别的提取特征阶段。-In gabor transform call MATLAB code to generate a wavelet filter gaboe. Mainly used in pattern recognition feature extraction stage.
code
- 此为数据挖掘课程大作业,主要功能是对已给定的描述生物分子三维结构的139351 个属性中,分类预测出该分子化合物对目标体的化学活性,从而达到帮助药物设计的目的。实验现有的数据包括:110个已标记活性标签的描述分子三维结构的139351维数据,634 个为标记活性标签的三维结构数据。希望根据这些提供的数据,采用适当的分类方法,提供出一个经过训练的分类器,能够尽可能准确的帮助未标记活性的分子化合物确定其活性。-This is a big job data mining courses, the ma
genzong
- 目标跟踪代码,算法程序为纯c代码,是基于颜色特征的跟踪算法。-Tracking code, the algorithm procedure of pure c code, is based on color feature tracking algorithm.
Digit
- MATLAB 神经网络用于数字识别源程序,可以很好的识别数字,Digits Recognition有说明-MATLAB neural network for digital identification of the source code, you can identify the number of good, Digits Recognition described
SOFM
- 该目录包含了代码执行Kohonen自组织特征 地图网络。源代码中可以找到SOFM.CPP 。样本数据中发现 SOFMSAMP.PAT 。的自组织特征映射程序接受输入的载体和组成 计算重量。输出定向到屏幕上。-This directory contains the code to implement Kohonen self-organizing feature map network. Source code can be found SOFM.CPP. Found in the s
218_aubt
- 本代码是基于面部感情特征提取的一种遗传算法,-The code is based on the facial feature extraction of the feelings of a genetic algorithm,
computew
- svm训练时得到的特征向量,这个代码是可以把这些特征向量转换成所需要的权重w-svm training feature vectors obtained, the code is able to convert these feature vectors needed for the weight w
LMS-code
- 给出一种LMS算法,即最小均方算法,采用一种特殊的梯度估值,它的显著特点是它的简单性,不需要计算相关函数,也不需要矩阵求逆运算。-Gives a LMS algorithm, least mean square algorithm, using a special gradient estimates, and its distinctive feature is its simplicity, need not calculate the correlation function, does
BpDemo_beta1.0_201005222137
- Bp神经网络程序,特征提取方法很新颖,代码是完全原创的-Bp neural network programming, feature extraction method is novel, the code is completely original
pr_basic_code
- 模式识别基本方法matlab源代码,包括最小二乘法、SVM、神经网络、1_k近邻法、剪辑法、特征选择和特征变换-Basic method of pattern recognition matlab source code, including the least squares method, SVM, neural networks, 1_k neighbor method, the clip method, feature selection and feature transformati
matlab-code
- 用matlab实现三类三维的特征选择,效果特别好-feature selection code of matlab
Demo-code-for-E_Bike
- 第一个参数设定助力功能允许与否,1为允许,0为禁止 第二个参数设定助力力量(PWM占空比),数值范围:0~0x355,数值越大,力量越大 第三个参数设定助力时间,数值越大,时间越长 -The first parameter set boost feature allows it or not, one to allow, 0 to disable the second parameter set booster power (PWM duty cycle), value ran
Neuron-model-code
- 模拟人类实际神经网络的数学方法问世以来,人们已慢慢习惯了把这种人工神经网络直接称为神经网络。神经网络在系统辨识、模式识别、智能控制等领域有着广泛而吸引人的前景,特别在智能控制中,人们对神经网络的自学习功能尤其感兴趣,并且把神经网络这一重要特点看作是解决自动控制中控制器适应能力这个难题的关键钥匙之一。 -Since the actual neural network simulation of human mathematical methods available, it has grad
code
- 是关于文章Self-Adaptive Particle Swarm Optimization for Large-Scale Feature Selection in Classification的Matlab源代码,希望对从事这个方向的人员有所帮助。(Self-Adaptive Particle Swarm Optimization for Large-Scale Feature Selection in Classification)