资源列表
Genetic-Algorithm
- 是进化算法的一种。进化算法最初是借鉴了进化生物学中的一些现象而发展起来的,这些现象包括遗传、突变、自然选择以及杂交等。遗传算法通常实现方式为一种计算机模拟。对于一个最优化问题,一定数量的候选解(称为个体)的抽象表示(称为染色体)的种群向更好的解进化-Genetic Algorithm
Artificial-Neural-Networks
- 用C++ 语言编写的神经网络算法,程序结构紧凑,非常适合初学者学习神经网络算法-Artificial Neural Networks
PCA
- 主成分分析,空间降维的人工智能算法,也能用来去相关性,在图像等信号处理常用-Principal component analysis, spatial dimensionality reduction of artificial intelligence algorithms, but also can come and relevance, in the image signal processing such as common
Pearsoncorrcoef
- 人工智能算法,衡量向量的线性相关程度。Pearson相关系数,做了归一化。-Artificial intelligence algorithms, to measure the degree of linear correlation vector. Pearson correlation coefficient normalized to do.
FDDL
- ICCV paper 《Fisher Discrimination Dictionary Learning for Sparse Representation 》 源码-ICCV paper 《Fisher Discrimination Dictionary Learning for Sparse Representation 》 CODE and pdf
SAA-TSP
- 模拟退火算法解决旅行商问题,城市数量27,初始温度3000,温度衰减率0.95。 -Simulated annealing algorithm to solve the traveling salesman problem, 27 the number of cities, the initial temperature of 3000, the rate of temperature decay 0.95.
BPA
- BPA neural network algo
ZDBZ
- arduino开源电子平台自动避障代码,以C语言和C++语言为基础-arduino open electronic platform automatic obstacle avoidance code in C language and C++ language-based
DFNN
- 动态模糊神经网络,做MG 数据的测试,已经调通,可靠运行,效果不错-Dynamic neural network, do MG test data has been transferred through the reliable operation, good results
XWY_BP_net
- 这是一个用遗传算法对神经网络模型进行寻优,得到最优的输入和输出的程序,类似于对非线性函数极值寻优。-This is a neural network model optimization using genetic algorithm, the optimal input and output procedures, similar to Extreme nonlinear function optimization.
wendang
- 这是一个讲述如何将训练好的神经网络的数学表达式提取出来的word文档,文档里面有实际的例子,供大家参考。-This is a mathematical expression that describes how the trained neural network extracted the word document, the document there are practical examples for your reference.
PSOmatlabdaima
- 这是一个关于PSO算法介绍的PDF文档,文档里面阐述了PSO的原理,以及改进的PSO,包含有相关的程序,可以根据自己的实际情况修改目标函数,从而满足自己的寻优要求。-This is a PSO algorithm describes the PDF document, the document which describes the principle of the PSO, and improved PSO, contains the relevant procedures, the obje
