资源列表
rbf
- 实现了RBF网络,已载入训练和测试样本,可根据需要将其更换-Achieved a RBF network, has been printed in the training and test samples may be needed to replace
k-means
- 基于K-means聚类算法的社团发现方法 先定义了网络中节点关联度,并构建了节点关联度矩阵, 在此基础上给出了一种基于 K-means聚类算法的复杂网络社团发现方法。 以最小关联度原则选取新的聚类中心, 以最大关联度原则进行模式归类,直到所有的节点都划分完为止, 最后根据模块度来确定理想的社团数-K-means clustering algorithm based on the association discovery To define a network node cor
GA_TRAIN_BP
- 遗传优化BP神经网络程序,GA训练BP。VC程序-GA train BP in VC6.0,it could improve accurate.
quicksort
- 此程序是算法快速排序quicksort的迭代形式-This procedure is an iterative algorithm quicksort quicksort form
Ann5
- 基于小波神经网络的时间序列预测的短时交通流量预测的matlab源程序与数据-Based on wavelet neural network time series forecasting short-term traffic flow prediction matlab source code and data
Orbitmodel
- 飞行器轨道仿真模型,参照飞行器教科书建模-Aircraft 6-DOF simulation model, refer to the textbook model aircraft
colorspacet
- 一个颜色空间转换的程序,可以实现任何空间的转换,如rgb到L*a*b颜色空间转换等。-A color space conversion process, conversion of any space can be achieved, such as rgb to the L* a* b color space conversion.
ISM
- ISM 解释型结构模型 根据邻接矩阵求可达矩阵,进行级划分的算法-ISM model to explain structure up under the adjacency matrix matrix, the class division algorithm
single
- 带遗忘因子的卡尔曼滤波程序 MATLAB仿真程序-With forgetting factor of the Kalman filter procedure MATLAB simulation program
a
- 基于遗传算法的多目标优化(包含单目标) MATLAB-Genetic algorithm
958346svmlight
- 支持向量机分类器 训练器 可以直接使用 C++语言实现 SVMLight-Support Vector Machine classifier training can direct the use of C++ language SVMLight
curvefiting
- 该程序利用最小二乘法进行拟合多元非线性方程。是我做毕设的时候写的。希望对大家有用。-This code can fit multivariable nonlinear equation by using least squares.