资源列表
Q-Learning
- q学习算法的C语言源代码,用在机器人探索未知环境的实例,关于rewards和环境的描述均有注解-q-learning algirethem
ELM
- 新的单隐层神经网络算法,学习速度快,泛化能力强-ELM method
Bayes
- 利用贝叶斯网络对IRIS数据(鸢尾花)进行分类,含原始数据-Bayesian network IRIS data (iris) are classified, including raw data
BPtrain
- BP神经网络实现测试数据预测(将训练集与测试集数据进行归一化 建立BP神经网络,并训练;利用训练好的BP神经网络对测试集中的23个样本的抗压强度进行预测;输出结果并绘图)-BP neural network to predict the test data (the training set and test data set is normalized the BP neural network and training use of the trained BP neural netwo
Ant-colony-algorithm
- 利用蚁群算法寻找以下10个城市的TSP最短路径。 10个城市的X、Y坐标分别为:(0.1,0.6)、(0.2,0.3)、(0.4,0.1)、(0.5,0.5)、(0.7,0.2)、(0.8,0.4)、(0.2,0.8)、(0.5,0.9)、(0.7,0.6)、(0.9,0.8)。 要求输出最短路径顺序及其长度,以及蚁群算法迭代过程中的最短路径长度进化曲线。 -Ant colony algorithm to find the following 10 cities TSP sho
simulated-nnealing-algorithm
- 模拟退火算法对求解函数最小值很有效果 代码-sa simulated nnealing-spso-algorithm
pso
- 粒子群算法 java 源码 计算函数最小值 很好用-pso java
Deep-Learning(UFLDL)
- Stanford大学Andrew Ng的Deep Learning(UFLDL)教程中文翻译合集,原网址:http://deeplearning.stanford.edu/wiki/index.php/UFLDL E6 95 99 E7 A8 8B-Deep Learning(UFLDL)Translation Version(Chinese)
nsga2
- 多目标遗传算法 NSGA2 包括非支配排序和拥挤度计算等核心程序 亲测可运行 放心使用下载-Multi-Objective Genetic Algorithm NSGA2 Including non-dominated sorting and crowding calculation kernel Ease of use pro-test can be run download
FuzzyPSO
- 模糊粒子群算法 用于解决参数寻优和工程最优化问题 亲测程序可以完美运行 希望可以帮到你-Fuzzy particle swarm algorithm for solving the parameter optimization and engineering optimization problems pro-test program can run perfectly hope you can help
kunflv
- 遗传算法优化BP神经网络-非线性函数拟合-Genetic algorithm optimization BP neural network- a nonlinear function fitting
PhD
- 非常有用的人脸识别工具包,包含了各种PCA,LDA, KPCA, KFA及其变种。在Matlab环境下可以直接运行。-The PhD (Pretty helpful Development functions for) face recognition toolbox is a collection of Matlab functions and scr ipts intended to help researchers working in the field of face recognit
