Description: 一个由Mike Gashler完成的机器学习方面的includes neural net, naive bayesian classifier, decision tree, KNN, a genetic algorithm, and some manifold learning algorithms. -by Mike Gashler a complete machine learning includes the neur al net, naive bayesian classifier. decision tree, KNN, a genetic algorithm, manifold and some learning algorithms. Platform: |
Size: 1625645 |
Author:lyb |
Hits:
Description: 一个由Mike Gashler完成的机器学习方面的includes neural net, naive bayesian classifier, decision tree, KNN, a genetic algorithm, and some manifold learning algorithms. -by Mike Gashler a complete machine learning includes the neur al net, naive bayesian classifier. decision tree, KNN, a genetic algorithm, manifold and some learning algorithms. Platform: |
Size: 1625088 |
Author:lyb |
Hits:
Description: 这是我自己编程的BP算法,所用数据为IRIS数据.欢迎下载.-This is my own programming BP algorithm, data used for the IRIS data. Welcome to download. Platform: |
Size: 16384 |
Author:pkama2008 |
Hits:
Description: 在训练集上通过随机属性选取生成若干属性子集,并以这些子集构建相应的贝叶斯分类器,进而采用遗传算法进行优选。
-Adopted in the training set to generate a number of random attributes selected subset of attributes and to build on them to build a subset of the corresponding Bayesian classifier, and thus the use of genetic algorithm optimization. Platform: |
Size: 23552 |
Author:lyh |
Hits:
Description: Classification of Traditional Chinese Medicine by Nearest-
Neighbour Classifier and Genetic Algorithm Platform: |
Size: 256000 |
Author:amila banuka |
Hits:
Description: 基于信息几何构建朴素贝叶斯分类器,一篇论文,写的挺好的。请改名为doc
简单的实现了遗传算法的功能。-Geometry-based Naive Bayes classifier to build, a paper written in very good shape. Simple implementation of genetic algorithm. Platform: |
Size: 165888 |
Author:大懒 |
Hits:
Description: 基于VC的各种聚类和分类算法程序。
手写数字或者打开已有的手写数字图像后,在右视图空白处,单击鼠标左键,激活右视图,选择菜单中的各种分类算法,可以对手写数字进行分类。有模板匹配分类器、Bayes分类器、线性函数分类法、非线性分类法、神经网络分类器。
在左视图上单击鼠标左键,可获得3种数据源:标准数字聚类、手画图形聚类、位图文件分析聚类。可以进行特征提取、模糊聚类和遗传算法。-VC-based clustering and classification algorithm for a variety of procedures. Handwritten numbers or open an existing handwritten digital images, the empty space in the right view, click the left mouse button to activate the right view, select the menu, the various classification algorithms can be handwritten digits classification. There template matching classifier, Bayes classifier, a linear function of classification, non-linear classification, neural network classifier. In the left view, click the left mouse button, access to three kinds of data sources: a standard digital cluster, hand-painted graphics clustering, clustering analysis of bitmap file. Can feature extraction, fuzzy clustering and genetic algorithm. Platform: |
Size: 3179520 |
Author:ft5272633 |
Hits:
Description: 基于L-M算法的BP神经网络分类器 对图像分类有较好的效果-LM algorithm based on BP neural network classifier for image classification has a good effect Platform: |
Size: 182272 |
Author:sds |
Hits:
Description: 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. So this leads to the improvement of classification and its ability
to deal with great data. Some defects of current classifier algorithm are tided
over by this algorithm. The analysis of experimental Platform: |
Size: 139264 |
Author:asad |
Hits:
Description: 机器学习领域经典分类算法综述,包括Decision Tree(ID3、C4.5(C5.0)、CART、PUBLIC、SLIQ和SPRINT算法),三种典型贝叶斯分类器(朴素贝叶斯算法、TAN算法、贝叶斯网络分类器),k-近邻 、 基于数据库技术的分类算法( MIND算法、GAC-RDB算法),基于关联规则(CBA:Classification Based on Association Rule)的分类(Apriori算法),支持向量机分类,基于软计算的分类方法(粗糙集(rough set)、遗传算法、模糊逻辑、人工神经网络算法)。-Classical machine learning classification algorithms overview。 Including Decision Tree (ID3, C4.5 (C5.0), CART, PUBLIC, SLIQ and SPRINT algorithm), three typical Bayesian classifier (Naive Bayes algorithm, TAN algorithm Bayesian network classifiers), k-nearest neighbor based classification algorithm (MIND algorithm, GAC-RDB algorithms) database technology, based on association rules (CBA: classification (Apriori algorithm) Classification Based on Association Rule), and support vector machine classification, classification method based on soft computing (rough sets (rough set), genetic algorithms, fuzzy logic, artificial neural network algorithm).... Platform: |
Size: 30720 |
Author:MM |
Hits:
Description: This is a matlab source code of genetic algorithm for optimizing a features based on KNN classifier... the data is available in matlab environment.This code ready to implement. Platform: |
Size: 1394688 |
Author:abdalla |
Hits:
Description: lung cancer automatic detection based on genetic algorithm and support vector machine classifier Platform: |
Size: 148480 |
Author:javad |
Hits:
Description: 1采用遗传算法对男女生样本数据中的身高,体重,喜欢数学,喜欢文学,喜欢运动,喜欢模式识别共6个特征进行特征选择,并基于所得到的最佳特征采用SVM设计男女生分类器,并计算模型预测性能(包含SE,SP,ACC和AUC )。提示:可以用6位的0/1进行编码,适应度函数可以考虑类似 。-1 genetic algorithm for boys and girls in the sample data of height, weight, like math, like literature, like sports, like pattern recognition feature a total of six feature selection, design and use of SVM classifier for boys and girls based on the best features of the resulting and calculating prediction performance model (including SE, SP, ACC and AUC). Tip: 6 may be encoded with the 0/1, the fitness function may be considered similar. Platform: |
Size: 10240 |
Author:xiapan |
Hits:
Description: MATLAB 代码
第1章 BP神经网络的数据分类——语音特征信号分类
第2章 BP神经网络的非线性系统建模——非线性函数拟合
第3章 遗传算法优化BP神经网络——非线性函数拟合
第4章 神经网络遗传算法函数极值寻优——非线性函数极值寻优
第5章 基于BP_Adaboost的强分类器设计——公司财务预警建模
第6章 PID神经元网络解耦控制算法——多变量系统控制
第7章 RBF网络的回归--非线性函数回归的实现
....等58章(MATLAB code
The first chapter is BP neural network data classification -- speech characteristic signal classification
The second chapter is the nonlinear system modeling of BP neural network nonlinear function fitting
The third chapter, genetic algorithm optimization BP neural network - nonlinear function fitting
The fourth chapter, neural network, genetic algorithm, function extreme value optimization nonlinear function extremum seeking
The fifth chapter is based on BP_Adaboost's strong classifier design -- the company financial early-warning model
The sixth chapter is PID neural network decoupling control algorithm multivariable system control
The seventh chapter is the regression of RBF network the realization of nonlinear function regression
.........the last is 58 chapters) Platform: |
Size: 12877824 |
Author:ddd121
|
Hits:
Description: 1.采用遗传算法对男女生样本数据中的身高,体重,喜欢数学,喜欢文学,喜欢运动,喜欢模式识别共6个特征进行特征选择,并基于所得到的最佳特征采用SVM设计男女生分类器,并计算模型预测性能(包含SE,SP,ACC和AUC )。要求自行编写代码实现遗传算法。(1. using genetic algorithm based on the sample data of male and female students in height, weight, love mathematics, love literature, love sports, love pattern recognition feature selection for a total of 6 characteristics, and based on the best features obtained by SVM design and classifier, and the computing model prediction performance (including SE, SP, ACC and AUC). Self coding is required to implement genetic algorithms.) Platform: |
Size: 14336 |
Author:liangyanbin
|
Hits: