资源列表
Best-so-far-ABC
- 很好的一个蜂群算法 基于matlab的源程序 从作者那要过来的。 ARTIFICIAL BEE COLONY ALGORITHM-Good bee colony algorithm matlab source code from the author to come. ARTIFICIAL BEE COLONY ALGORITHM
Kmeans
- K-means聚类算法的java实现。一个类,可以直接调用。-K-means clustering algorithm implemented by java.you can use it directly in your coad.
adaboost
- 机器学习算法,利用adaboost元算法提高分类性能,处理非均衡分类问题-Machine learning algorithm, using adaboost element algorithm to improve the classification performance, handling classification problems disequilibrium
一个主要用于预测和分类的源程序
- 开发环境:Matlab 简要说明:程序包含的设置包括:列数、样本总个数、建模样本数、预报因子数、预报对象数、学习因子、 动量因子、训练次数、总体误差、隐节点数。-development environment : Matlab brief descr iption : program includes the installation including : number, the total sample number, the number of samples modeling
wxy353
- 程序包含的设置包括:列数、样本总个数、建模样本数、预报因子数、预报对象数、学习因子、 动量因子、训练次数、总体误差、隐节点数。-procedures contained in the set include : number, the total sample number, the number of samples modeling, forecasting several factors, forecasting several targets, learning factor, mome
SVM-function-matlab
- 支持向量机function函数,用来求解核函数-support vector machine function
maxminlibrary
- 基于IDL的交通公路与交通桥梁建模。可以在VC下调用IDL。
reproduce
- 遗传算法程序,是用java编写的,适合学习最优化的朋友来作为参考-Genetic Algorithm is used in the preparation of java, the most suitable learning optimized reference to a friend
BP-C
- BP人工神经网络改进算法C语言实现 TXT版本 简单实用-BP Artificial Neural Network Algorithm C language
bp_algorithm
- BP神经网络算法,自己编写,不调用神经网络工具性实现的。-bp algorithm coded without NNtoolbox
c45
- c45 经典算法,JAVA 实现,很有参考性-the c45 classic algorithm, JAVA implementation
ASTAR
- A*地图搜索,搜索到达目标的最佳路径. 用C编写的。-Searching in a map using A*.Seek for the best path to your goal,written in C language.