搜索资源列表
人工神经元网络
- 《人工神经元网络》含有实用的网络模型、学习规则和训练方法的一些算法程序,对学习人工智能,模式识别的人有一些帮助!-"artificial neural network" contains practical network model, learning rules and the training methods of some algorithm for the study of artificial intel
人工神经元网络
- 《人工神经元网络》含有实用的网络模型、学习规则和训练方法的一些算法程序,对学习人工智能,模式识别的人有一些帮助!-"artificial neural network" contains practical network model, learning rules and the training methods of some algorithm for the study of artificial intel
自组织系统Kohonen网络模型源程序
- 自组织系统Kohonen网络模型。对于Kohonen神经网络,竞争是这样进行的:对于“赢”的那个神经元c,在其周围Nc的区域内神经元在不同程度上得到兴奋,而在Nc以外的神经元都被抑制。网络的学习过程就是网络的连接权根据训练样本进行自适应、自组织的过程,经过一定次数的训练以后,网络能够把拓扑意义下相似的输入样本映射到相近的输出节点上。网络能够实现从输入到输出的非线性降维映射结构:它是受视网膜皮层的生物功能的启发而提出的。~..~-Koho
Stochastic-Programming-2
- 随机规划解决随机优化问题,主要用到遗传算法,神经元网络。-stochastic programming problem solving stochastic optimization, use genetic algorithms, neural network.
chap6_2
- 单神经元网络PID自动整定MATLAB程序-single neuron network automatic PID tuning MATLAB
moshi
- 模式识别入门与提高(代码大全)包括很多实例,尤其是神经元网络-entry and improve pattern recognition (code Daquan) includes many examples, in particular neural network
chap4_1
- 本程序是对基于单神经元网络的PID智能控制来进行仿真!-the procedure is based on single neuron network of intelligent PID control for simulation!
MultiNeuralNetwork
- 三个输出的神经元网络拟合如下函数(前面上传的文件搞错了)。 y1=x1ln(x2) + x2ln(x3);y2=x3ln(x4) + x4ln(x5);y3=x5ln(x6) + x6ln(x1) -three output neural network function fitting as follows (in front of uploaded files wrong). Y1 = x1ln (x2) x2ln (x3);
NoiseNeuralNetwork
- 单输出的神经元网络拟合有噪声干扰的函数:y=x1/(1+x1) + x2/(1+x2) + x3/(1+x3) + x4/(1+x4)-single output neuron network fitting a noise function : y = x/(1 x1) x2/(1 x2) x3/(1 x3) x/(1 x4)
neuroocr_src
- 利用神经元网络方法进行文字识别的算法,希望对大家有用-use neural network methods of character recognition algorithm, it may be useful to hope
BP.Arithmetic
- BP算法的C语言实现--三层神经元网络(适合普通BP算法和改进型BP[带缓冲项]算法)-BP algorithm in C language-- three-layer neural network (suitable for general algorithm and improved BP BP [WITH Buffer] algorithm)
ANNdesign
- 神经元网络系统设计方法:英文-neural network system design method : English
julei
- 本程序实现多种聚类算法,如k均值算法,ISODATA法,神经元网络算法-This procedure to achieve a variety of clustering algorithms, such as k-means algorithm, ISODATA method, neural network algorithm
new_art2
- art2神经元网络的 source code c-ART2 neural network source code c
BP1
- 使用matlab 中最基本的语言实现的BP神经元网络算法-Use the most basic language matlab realize the BP neural network algorithm
HOPFIELD
- 利用c语言实现人工智能神经元网络的hopfield算法-Use c language to achieve artificial intelligence neural network algorithm hopfield
matrix
- 神经元网络。可以进行矩阵神经网络计算。MFC写的,谁也没有用过这种方式做神经元。-Neural network. Neural network matrix can be calculated. MFC writing, nobody has used this way neurons do.
bpc
- 一个bp神经元网络的c++实现,优化了算法,有可执行界面-A bp neural network c++ to achieve and optimize the algorithm, there is an executable interface
bp_src
- 很好使的神经元网络,用vc实现,希望能给大家带来帮助-Good to make the neural network
FEF_DEMO
- 神经元网络模型,用来模拟生物神经元网络,研究神经元在网络中的特性(Neural network model)