搜索资源列表
包括蚁群,模拟退火,遗传,神经网络,禁忌搜索等智能优化算法对TSP问题的解决
- 包括蚁群,模拟退火,遗传,神经网络,禁忌搜索等智能优化算法对TSP问题的解决,matlab程序。
BP_蚁群算法_ANN
- 利用蚁群算法优化BP神经网络,程序里面有现成的数据和结果,能够自行检验
ACO-BP
- 实现了蚁群算法与BP神经网络的结合。 -ACO-BP
algorithms
- 我个人收集的各类智能算法,共有20多个源代码,包括:遗传算法,蚁群算法,粒子群算法,微分进化算法,遗传神经网络算法,粒子群SVM算法,粒子群神经网络算法等混合算法-I collect all kinds of intelligent algorithms, a total of more than 20 source code, including: genetic algorithms, ant colony optimization, particle swarm optimization,
Matlab
- 各类人工智能算法源代码哦,包括蚁群、粒子群、遗传、神经网络-The source code of various artificial intelligence algorithms Oh
MATWORK
- 分别使用遗传算法、Hopfiled神经网络和蚁群算法基于MATLAB实现了TSP问题的近似求解。-COMPARATIVE STUDY AND COMPREHENSIVE EVALUATION OF SEVERAL INTELLIGENT ALGORITHMS FOR SOLVING TSP PROBLEM
algorithm
- 平时学习时搜集的算法书,聚类,神经网络,蚁群算,遗传算法-some e-books about the algorithm
shenjinwangluo
- 神经网络蚁群算法,共三段,非常有用,快来下啊-Ant colony algorithm for neural networks, a total of three sections, very useful
modern_youhua
- 现代最优化算法(有170多页的PPT,2010年的) 分为三个部分 Part 1 概论 Part 2 模拟退火算法 Part 3 遗传算法 现在常用的优化算法 禁忌搜索算法 模拟退火算法 遗传算法 人工神经网络 蚁群算法 粒子群算法 混合算法-Modern optimization algorithm is divided into three parts Part 1 Part 2 Introduction Part 3 simul
aa-bp
- 使用蚁群算法及改进的蚁群算法优化BP神经网络的程序-Ant colony algorithm to optimize the BP neural network program
suanfa
- 神经网络 蚁群 遗传算法 线性规划 非线性规划-Neural network Ant Colony Genetic Algorithm Linear Programming Nonlinear Programming
pso-for-shenjingwangluo
- 神经网络蚁群算法,主要可用于搜索最优路径 即求某一个函数的最值问题-Neural Networks ant colony algorithm, can mainly be used to search for the optimal path that is seeking a particular function' s value problems
《MATLAB 神经网络30个案例分析》程序和数据
- MATLAB代码,蚁群算法采用matlab开发的仿真平台:算法实现,路径显示,人机交互控制等(MATLAB code,Ant colony algorithm using matlab simulation platform developed: algorithm, path shows that human-computer interaction control)
adhacekhyintegrate
- 用java实现的利用蚁群算法实现的tsp问题,有图形输出()
1729831
- 生物模型认知无线电,应用了蚁群算法,希望对您有所帮助,()
706344
- 基于蚁群算法的WSN 移动信标路径获取研究 根据ROI( Region of Interest) 面积给出了等距三重优化覆盖()
wequirements
- 几个蚁群算法源代码打包,文件里为网页格式,希望对大家有帮助()
蚁群
- 这个是教程,帮助学习蚁群算法,对于神经网络的运用有较好的理解(This is a tutorial to help learn ant colony algorithm, which has a better understanding of neural network application.)
蚁群bp
- 用蚁群算法优化bp神经网络,增加预测精度(Using ant colony algorithm to optimize BP neural network and increase prediction accuracy)
神经网络入门13课源码
- 神经网络入门13课源码 第一课 MATLAB入门基础 第二课 MATLAB进阶与提高 第三课 BP神经网络 第四课 RBF、GRNN和PNN神经网络 第五课 竞争神经网络与SOM神经网络 第六课 支持向量机( Support Vector Machine, SVM ) 第七课 极限学习机( Extreme Learning Machine, ELM ) 第八课 决策树与随机森林 第九课 遗传算法( Genetic Algorithm, GA ) 第十课 粒子群优化( Part