搜索资源列表
ANN-GA
- 神经网络和遗传算法的课件,有一定的参考价值。-neural networks and genetic algorithms courseware has some reference value.
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
- 遗传优化神经网络软件 需要在WIN98/95环境下能运行-genetic optimization neural network software in WIN98/95 environment can run
ANN+GA
- 使用遗传算法训练的神经网络VC++源代码,经测试,该算法有效。- The use heredity algorithm training nerve network VC source code, after the test, this algorithm is effective.
AIPROGRAM
- 难得的好书,有GA ANN,fuzzy 等详细的分析过程和源代码.吐血推荐.
stock_market_forecasting
- A fusion model of HMM, ANN and GA for stock market forecasting.pdf 股票预测,使用方法:HMM,ANN(神经网络),GA(遗传算法)等!
ga-RBF.rar
- 基于遗传算法对rbf神经网络的径向基宽度进行优化的matlab程序,Based on genetic algorithm rbf radial basis neural network to optimize the width of the matlab program
2008101523144260
- 一、用GA直接训练BP网络的权重算法 主程序:gafault.m 它包括以下子程序: 1. BP网络初始化:nninit.m――给出P,T,R,S1,S2; 2. 适应值计算函数:gabpEval.m; 3.将遗传算法的编码解码为BP网络所对应的权值、阈值函数:gadecod.m; 二、用GA先求BP网络的权重,再用纯BP直接训练BP的混合GA-BP算法 主程序:gabpfault.m 它包括以下子程序: 1. 网络初始化:nninit.m――给出P,T,
TSP
- 各种算法的TSP源码,包含GA、SA、TS、ANN。-TSP source of various algorithms, including GA, SA, TS, ANN.
ANN_GA_2
- 神经网络及遗传算法的应用与研究,本篇文章是我在期刊网上买的,自己阅读,认为很有意义.-ANN and GA application and research, this article is my journal online buying, their own reading, that makes sense.
ANN_GA_1
- 神经网络及遗传算法的应用与研究,本篇文章是我在期刊网上买的,自己阅读,认为很有意义.-ANN and GA application and research, this article is my journal online buying, their own reading, that makes sense.
GA-a-PSOPBP
- 遗传算法及粒子群算法优化的BP神经网络,用于多输入多输出的神经网络预测模型-GA and PSO optimized BP neural network. Can be used for ANN prediction models with multiple inputs and outputs
ann-and-ga-in-heat-verse-conduction
- 神经网络和遗传算法在热传导逆问题中应用,本文分别用BP网络、RBF网络和GA求解了一维导热反问题,分别用BP网络和GA求 解了二维导热反问题, -Neural networks and genetic algorithms in the application of the inverse problem of heat conduction
bigingiukhinthngminh
- ANN & GA In most of the industrial applications the liquid level control is of paramount importance, especially in petrochemical industries, pharmaceutical & food processing industries.
GA-solving-BP
- 遗传算法解BP网络异或问题源代码,计算效果一般,可供参考-GA Algorithm solving BP ANN XOR problem
ann
- ann ga bp code ann.m with mathlab code
ANN-GA
- 基于matlab的神经网络和遗传算法的案例和代码源,供大家参考和套用使用。-The case of neural network and genetic algorithm based on matlab and the source code, for your reference and to use. Please enter the text to be translated
GA
- GA algorithm with A-GA algorithm with ANN
MATLAB Codes- GA
- ANN-GA matlab codes- Tested
GA-BP
- 遗传算法优化BP神经网络,解决局部最优解的问题(hybrid intelligent algorithm(combination of BP and GA))