搜索资源列表
ANN-GA
- 神经网络和遗传算法的课件,有一定的参考价值。-neural networks and genetic algorithms courseware has some reference value.
ANN+GA
- 使用遗传算法训练的神经网络VC++源代码,经测试,该算法有效。- The use heredity algorithm training nerve network VC source code, after the test, this algorithm is effective.
ArtificialStock
- java人工股市源码,用了GA(Genetic Algorithm)和ANN(Artificial Neural Network)。内附程序详细说明,强烈推荐!-artificial source, with the GA (Genetic Algorithm) and ANN (Artificial Neural Network). Enclosing procedures detailed descr iption, strongl
ann_and_ga_soft
- 用神经网络和遗传算法解决tsp问题,先使用神经网络训练出较优个体,然后再进化,可以反其道而行,-using neural networks and genetic algorithms to solve the problem tsp first use of neural network training of better individual, then evolution can be just the opposite.
ANN-GA
- 神经网络和遗传算法的课件,有一定的参考价值。-neural networks and genetic algorithms courseware has some reference value.
ann_jianggao
- 某大学的人工神经网络的课件,比较详细。其中介绍的一些参考书不错。-a University of Artificial Neural Network Software, a more detailed. Describing some good reference books.
Machine_Learning_Tom_M.Michell
- 一些机器学习的文档.有贝叶斯,决策树,ga,ann,规则学习,增强学习等ppt介绍文档-some machine learning documents. A Bayesian, decision tree, ga, ann, rule learning, to enhance learning ppt documents introduced
GA_Ann
- 神经网络和GA程序,是C语言编写的源码,适合各个行业-neural network and GA process, the preparation of the C language source code for all industries
ANN+GA
- 使用遗传算法训练的神经网络VC++源代码,经测试,该算法有效。- The use heredity algorithm training nerve network VC source code, after the test, this algorithm is effective.
GAnnbp
- matlab关于神经网络的全面教程(附源代码)-Matlab on Neural Networks comprehensive tutorial (source code)
ANN_gaolg2222
- 神经网络的全部算法程序源码,可用于模式识别领域-neural network algorithm for all procedures source can be used for pattern recognition
ga-annealing
- 与遗传算法混合的模拟退火算法的应用,已封装,可以使用.-mixed with genetic algorithm simulated annealing applications, encapsulation, can be used.
bpsuanfa
- 用GA直接训练BP网络的权重算法 主程序:gafault.m 它包括以下子程序: 1. BP网络初始化:nninit.m――给出P,T,R,S1,S2; 2. 适应值计算函数:gabpEval.m; 3.将遗传算法的编码解码为BP网络所对应的权值、阈值函数:gadecod.m; -GA directly with BP network training algorithm the weights of the mai
GAandBP
- 用GA训练BP网络的权值、阈值 。好的东西大家要共享啊。-GA training BP network with the weights, thresholds. U.S. to share the good things in ah.
ANN
- ANN是一个加快搜索速度的源码程序;通过C++编写,支持在任意高维空间的近似或准确的最近邻搜索。-ANN is a source to speed up the search speed of procedures through C++ Prepared to support the arbitrary high-dimensional space approximate or accurate nearest neighbor s
ann
- 很好的清华大学ppt电子讲稿,看后的每个人都受益匪浅啊!-Tsinghua good ppt e-scr ipt, look after everyone benefited ah!
GA-a-PSOPBP
- 遗传算法及粒子群算法优化的BP神经网络,用于多输入多输出的神经网络预测模型-GA and PSO optimized BP neural network. Can be used for ANN prediction models with multiple inputs and outputs
ann
- ann ga bp code ann.m with mathlab code
MATLAB Codes- GA
- ANN-GA matlab codes- Tested
GA-BP
- 遗传算法优化BP神经网络,解决局部最优解的问题(hybrid intelligent algorithm(combination of BP and GA))