资源列表
NegativApplet
- Artificial immune system
PRV123ECG
- 利用EEMD对心率变异性信号进行分解并计算出心率变异性的频域参数-Frequency domain parameters of heart rate variability by eemd decomposition technology
ImageSegament
- 基于遗传算法的图像分割,使用遗传算法分割图像。-Image Segmentation Based on Genetic Algorithm
BPToNonlinear
- 基于BP算法的神经网络实现非线性分类,用matlab编程-nonlined classifying
BFS_DFS_Astar
- Implemented BFS, DFS and A* To compile this project, use the following command: g++ -o search main.cpp Then you can run it: ./search The input is loaded from a input file in.txt Here is the format of the input file: The firs
Extreme-Learning-Machine
- 极限学习机的matlab源程序,实测可运行,并且可自动显示预测结果与实测结果,便于进行对比-Extreme Learning Machine matlab source, measured runs, and automatically displays the forecast and actual results for easy comparison
GA
- 遗传算法求解最优解求函数的最大值 : f(x,y)=21.5+x*sin(4*PI*x)+y*sin(20*PI*y) | 定义域 D: -3 <=x <=12.1 , 4.1 <=y <=5.8 | | 注: 目前最好结果:f(11.6255448,5.7250441)=38.8502944790207 -failed to translate
SRC_AR_showversion
- 基于稀疏表示的人脸识别算法,是核心算法的演示版本-Face recognition algorithm based on sparse representation is the demo version of the core algorithm
zju-max-Ga
- 一个求函数最值得c程序,使用遗传算法。简解明了。非常实用。-a function for most c, the use of genetic algorithm. Mr Xie understand. Very practical.
GA-TSP
- 用遗传算法求解TSP问题。。。matlab编写,并附带有城市坐标用于检验。
cc
- Bp人工神经网络的代码,三个输入神经元,9个隐层神经元,1个输出神经元。 -BP artificial neural network
clustering
- c++通过聚类算法实现分类和预测,是比较基础,易懂的算法。-Through clustering algorithm to realize the classification and prediction, c++ is a basic and simple algorithm.