当前位置:
首页
资源下载

搜索资源 - genetic algorithm data classification
搜索资源列表
-
2下载:
(其中已经包含5个源码)所附源程序C或C++代码文件及其可执行文件 Scs.cpp 基本分类算法源程序, 输入数据文件cfile.txt,efile.txt,gfile.txt,pfile.txt ,rfile.txt,tfile.txt Sga.c 基本遗传算法源程序, 输入数据文件input,输出文件output A_life.c 基于遗传算法的人工生命模拟源程序, 输入数据文件world GA_nn.c 基于遗传算法优化神经网络结构源程序,输入数据文件sample Patmat.c 基于遗
-
-
0下载:
王小平《遗传算法——理论、应用与软件实现》随书光盘,内容有:
\\GA 本书中所附源程序C或C++代码文件及其可执行文件
Scs.cpp 基本分类算法源程序,输入数据文件cfile.txt,efile.txt,gfile.txt,pfile.txt,rfile.txt,tfile.txt
Sga.c 基本遗传算法源程序, 输入数据文件input,输出文件output
A_life.c 基于遗传算法的人工生命模拟源程序, 输入数据文件world
GA_nn.c 基于遗传算法优
-
-
0下载:
粗糙集是一种数据预处理算法,可以用遗传算法对其进行优化。是很好的分类算法-Rough set is a data pre-processing algorithm, genetic algorithm can be used for its optimization. Is a good classification algorithm
-
-
0下载:
基于VC的各种聚类和分类算法程序。
手写数字或者打开已有的手写数字图像后,在右视图空白处,单击鼠标左键,激活右视图,选择菜单中的各种分类算法,可以对手写数字进行分类。有模板匹配分类器、Bayes分类器、线性函数分类法、非线性分类法、神经网络分类器。
在左视图上单击鼠标左键,可获得3种数据源:标准数字聚类、手画图形聚类、位图文件分析聚类。可以进行特征提取、模糊聚类和遗传算法。-VC-based clustering and classification algorithm for a
-
-
0下载:
基本遗传算法的分类系统,主要应用于数据分类处理-Classification system based on genetic algorithm is mainly used in data classification
-
-
0下载:
classification algorithm. We use the genetic algorithm and a training data set to learn real-valued weights associated with individual attributes in the data set. We use the k nearest neighbors algorithm to classify new data records based on their we
-
-
0下载:
An effectual genetic coding is designed by constructing fullclassification
rule set. This coding results in full use of all kinds of excellent
traits of genetic algorithm in data classification. The genetic algorithm is paralleled
in process. S
-
-
0下载:
用遗传算法实现数据分类的源码,一个用VB编写的例程-Data Classification Using VB.NET and Genetic Algorithm
-
-
1下载:
实现最简单的根据遗传算法来进行二维的数据点的分类的功能。-According to realize the most simple two-dimensional genetic algorithm to the function of the classification of data points.
-
-
0下载:
源程序C或C++代码文件及其可执行文件
Scs.cpp 基本分类算法源程序,输入数据文件cfile.txt,efile.txt,gfile.txt,pfile.txt
,rfile.txt,tfile.txt
Sga.c 基本遗传算法源程序, 输入数据文件input,输出文件output
A_life.c 基于遗传算法的人工生命模拟源程序, 输入数据文件world
GA_nn.c 基于遗传算法优化神经网络结构源程序,输入数据文件sample
Patmat.c 基于遗传算
-
-
0下载:
分类是数据挖掘 、机器学习 和模式识别 中一个重要的研究领域。分类的目的是学会一个分类模型 (称作分类器),该模型能把未知类别的数据项映射到给定类别中。目前发展较成熟的几种分类算法 如决策树、神经网络、贝叶斯方法、遗传算法等。分类具有广泛的应用,例如医学诊断、信用卡系统的信用分级、图像模式识别等。本毕业设计通过使用鸢尾属植物(IRIS)数据集,对当前数据挖掘中具有代表性的优秀分类算法进行分析和比较,总结出了各种算法的特性,为使用者选择算法或研究者改进算法提供了依据。-Classificatio
-
-
0下载:
The problem of intrusion detection has been studied and received a lot of attention in
machine learning and data mining in the literature survey. The existing techniques are not
effective to improve the classification accuracy and to reduce high
-
-
0下载:
MATLAB代码,采用封装法利用K近邻和遗传算法的结合对数据进行分类-MATLAB code using encapsulation method using a K-nearest neighbor and genetic algorithm combined with data classification
-
-
0下载:
tMissing data in large insurance datasets affects the learning and classification accuracies in predictivemodelling. Insurance datasets will continue to increase in size as more variables are added to aid inmanaging client risk and will therefore be
-
-
0下载:
基于SVM的数据分类预测—一种最基本遗传算法和粒子群算法对的支持向量机的参数的优化,再此基础上可以对算法进行改进-Data classification based on SVM prediction- one of the most basic genetic algorithm and particle swarm optimization (pso) algorithm, the optimization of the parameters of the support vector ma
-
-
0下载:
主要描述BP神经网络、SVM 的数据分类预测、Elman神经网络的数据预测粒子群优化算法的寻优算法、遗传算法优化计算等书中详细介绍了每种源程序代码及编写规范。-Mainly describes the classification of data with BP neural network and SVM prediction, Elman neural network data prediction particle swarm optimization algorithm optimiza
-
-
0下载:
遗传算法无功优化,含噪脉冲信号进行相关检测,可以实现模式识别领域的数据的分类及回归。- Genetic algorithm based reactive power optimization, Noisy pulse correlation detection signal, You can achieve data classification and regression pattern recognition.
-
-
0下载:
MATLAB 代码
第1章 BP神经网络的数据分类——语音特征信号分类
第2章 BP神经网络的非线性系统建模——非线性函数拟合
第3章 遗传算法优化BP神经网络——非线性函数拟合
第4章 神经网络遗传算法函数极值寻优——非线性函数极值寻优
第5章 基于BP_Adaboost的强分类器设计——公司财务预警建模
第6章 PID神经元网络解耦控制算法——多变量系统控制
第7章 RBF网络的回归--非线性函数回归的实现
....等58章(MATLAB code
The first
-
-
0下载:
BP神经网络建模归一化数据处理神经网络训练分类以及遗传算法优化的BP神经网络函数拟合(BP neural network modeling normalized data processing neural network training classification and genetic algorithm optimization BP neural network function fitting)
-
-
0下载:
基于matlab的Iris、乳腺癌数据集的模式识别分类算法,含有 遗传算法+SVM、isodata、感知器算法、LMSE、神经网络等算法的实现代码,用于聚类效果良好,是模式识别大作业的参考资料(The pattern recognition classification algorithm based on MATLAB for Iris and breast cancer data sets contains the implementation code of genetic algorit
-