搜索资源列表
gaknn2008-12-08
- 本算法是实现基于KNN的基因遗传算法,是对KNN算法的改进,具有更好的分类效果。-gaKnn[Genetic Algorithm Optimized K Nearest Neighbor Classification framework] is a frameowork for KNN optimization with a genetic algorithm.
GA1E1
- 用K均值和遗传算法实现了半监督聚类算法,这是个一个已经发表的论文的源程序-Using K-means and genetic algorithm to achieve a semi-supervised clustering algorithm, this is a paper published source
gak-means3
- 基于遗传算法的k-means聚类分析代码 欢迎下载-Based on Genetic Algorithm k-means cluster analysis of the code are welcome to download
11111K-means
- 基于遗传算法的K-means算法研究,有相关程序和算法说明。-Genetic Algorithm Based K-means algorithm, related program and algorithm descr iption.
File3
- 数据挖掘,聚类,遗传算法,k-means算法,基于遗传算法的k-means聚类方法。-Data mining, clustering, genetic algorithm, k-means algorithm, based on genetic algorithm k-means clustering method.
genetic(java)
- 遗传算法具有全局搜索的功能,能够克服K-means算法的缺点。-Genetic algorithm global search function to overcome the shortcomings of K-means algorithm.
k-meansPgenetic_hybride
- HGK, an hybrid algorythm with k-means and genetic applied on a small dataset for clustering (finding patterns and approximative solutions). have to run k-means befor lunching the HGK
K-Means-GA
- k-menas using genetic algorithm for centroid initialization
Intrusion-Detection
- 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
gak-means
- 遗传算法 优化K均值算法 实现两种算法的优势互补 -Genetic Algorithm K-means algorithm to achieve complementary advantages of the two algorithms
mk
- matlab code for Genetic k means algorithm
dastebandi
- Design a feedforward network is u dehaze algorithms review path planning using GA and ACO... The neural network adaboost stron TS neural network m files, fast c bp neural network, written with C Bayes net and memory based learni
estekhraj-vijegi
- Design a feedforward network is u dehaze algorithms review path planning using GA and ACO... The neural network adaboost stron TS neural network m files, fast c bp neural network, written with C Bayes net and memory based learni
Ensemble-Classifier-for-Concept-Drift-Data-Stream
- In this era an emerging filed in the data mining is data stream mining. The current research technique of the data stream is classification which mainly focuses on concept drift data. In mining drift data with the single classifier is not sufficient
GA-k-means
- 遗传算法用在聚类方式时,其中的一个重要应用就是k-means算法,本文给出了源代码。-When the genetic algorithm used in the clustering mode, which is an important application of k-means algorithm, this paper presents the source code.
chenxuejing
- 基于kmeans与遗传算法结合的代码,对于新手很有作用,编码采用二进制-Based on k means algorithm combined with genetic code, useful for the novice action, binary encoding
GA_kmeans
- optimization using Genetic algorithm along with k-means clustering
lengsiu_v15
- 用MATLAB编写的遗传算法路径规划,使用混沌与分形分析的例程,基于K均值的PSO聚类算法。- Genetic algorithms using MATLAB path planning, Use Chaos and fractal analysis routines, K-means clustering algorithm based on the PSO.
K-means
- 使用k-means算法对图像进行分割,并利用遗传算法对k-means算法加以改进(The k-means algorithm is used for the segment of images, and the genetic algorithm is used to improve the k-means algorithm)
RBF-k均值聚类
- RBF(径向基神经网络)网络是一种重要的神经网络,RBF网络的训练分为两步,第一步是通过聚类算法得到初始的权值,第二步是根据训练数据训练网络的权值。RBF权值的初始聚类方法较为复杂,比较简单的有K均值聚类,复杂的有遗传聚类,蚁群聚类等,这个RBF网络的程序是基于K均值聚类的RBF代码。(RBF (radial basis function network) is an important neural network. The training of RBF network is divided