登录
首页 » AI-NN-PR » 关于人工神经网络采用反向传播方法…

关于人工神经网络采用反向传播方法…

于 2022-05-18 发布 文件大小:101.41 kB
0 141
下载积分: 2 下载次数: 1

代码说明:

this about the artificial neural networks which uses the back propogation method.-this is about the artificial neural networks which uses the back propogation method.

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 连续型粒子群算法的java实现,可以自己设计粒子群算法(继承Swarm和Particle类),包含有三个个抽象类(Swarm、Particle、Problem)...
    连续型粒子群算法的java实现,可以自己设计粒子群算法(继承Swarm和Particle类),包含有三个个抽象类(Swarm、Particle、Problem),可以继承Problem类自定义新的问题。-continuous particle swarm algorithm to achieve the java can design their own PSO algorithm (inheritance and Particle Swarm), contains an abstract category 3 (Swarm, Particle, Problem), can be inherited from the definition of Class Problem new problems.
    2023-06-02 16:50:03下载
    积分:1
  • one we are looking for the em algorithm, achieving Matlab
    一个大家都在寻找的em算法,matlab实现-one we are looking for the em algorithm, achieving Matlab
    2022-02-13 23:10:55下载
    积分:1
  • dv-hop的定位算法,已知网络中几个锚节点就可以计算出网络中其他点的坐标,但这种算法有时由于网络密度的稀疏,可能误差会有一些-dv-hop positioning algorithm, known to the network a few anchor nodes on the network can calculate the coordinates of other points, but this algorithm is sometimes due to the sparse network density may be some errors
    2023-06-17 04:45:02下载
    积分:1
  •  人工神经网络(Aartificial Neural Network,下简称ANN)是模拟生物神经元的结构而提出的一种信息处理方法。早在1943年,已由心理学家...
     人工神经网络(Aartificial Neural Network,下简称ANN)是模拟生物神经元的结构而提出的一种信息处理方法。早在1943年,已由心理学家Warren S.Mcculloch和数学家Walth H.Pitts提出神经元数学模型,后被冷落了一段时间,80年代又迅猛兴起[1]。ANN之所以受到人们的普遍关注,是由于它具有本质的非线形特征、并行处理能力、强鲁棒性以及自组织自学习的能力。其中研究得最为成熟的是误差的反传模型算法(BP算法,Back Propagation),它的网络结构及算法直观、简单,在工业领域中应用较多。-Artificial Neural Networks (Aartificial Neural Network, under the short title of ANN) is a simulation of the structure of biological neurons and the information put forward a method of treatment. At early 1943, by Warren S. Mcculloch psychologists and mathematicians Walth H. Pitts proposed mathematical model of neurons, was left out in the cold for some time, and the rapid rise of the 80" s [1]. ANN because the general concern of the people is the essence of it is because of the non-linear characteristics of parallel processing capabilities, strong robustness and self-organizing capacity of self-learning. Research one of the most sophisticated are the error-propagation model of the algorithm (BP algorithm, Back Pro
    2022-01-25 18:56:13下载
    积分:1
  • 蚂蚁算法(或蚁群算法,ant colony algorithm)是由Colorni和Dorigo等人提出的一类模拟自然界蚁群行为的模拟进化算法。 这类算法主...
    蚂蚁算法(或蚁群算法,ant colony algorithm)是由Colorni和Dorigo等人提出的一类模拟自然界蚁群行为的模拟进化算法。 这类算法主要基于以下观察:像蚂蚁这类群居昆虫,虽然没有视觉且单个行为极其简单,但由这些简单的个体所组成的群体却常常表现出令人称奇的行为――能够在复杂的环境下最终找到从蚁穴到食物源的最短路径!仿生学家经过大量细致观察与研究发现,原来蚂蚁在寻食的过程中,通过一种称之为信息素(pheromone)的物质相互传递信息。更具体地,蚂蚁在运动过程中能够在它所经过的路径上留下信息素,而且在运动过程中感知这种信息素的存在及其强度,并以此指导自己的运动方向。蚂蚁倾向于朝着信息素强度高的方向前进,因此,由大量蚂蚁组成的蚁群的行为便表现出一种信息的正反馈现象:某一路径上走过的蚂蚁越多,则后来者选择该路径的概率就越大,蚂蚁群就是通过个体之间的这种信息交换机制来彼此协作达到搜索食物的目的。 -ant colony algorithm proposed by Colorni and Dorigo. The method is simulated by ants activity
    2022-04-09 15:02:02下载
    积分:1
  • 用隶属函数型神经网与模糊控制融合的解耦程序
    用隶属函数型神经网与模糊控制融合的解耦程序-Membership functions with neural networks and fuzzy control integration of the decoupling procedure
    2022-04-13 10:40:53下载
    积分:1
  • 微软嗯
    微软的基于HMM的人脸识别原代码, 非常经典的说-Microsoft HMM-based Face Recognition source, said the very classic
    2022-03-23 00:16:28下载
    积分:1
  • 采用动量梯度下降算法训练 BP 网络。
    采用动量梯度下降算法训练 BP 网络。 -Gradient descent algorithm using momentum BP network training.
    2022-08-17 05:42:45下载
    积分:1
  • 应用PCA(主成分分析)进行人脸识别的matlab程序,有较高成功率...
    应用PCA(主成分分析)进行人脸识别的matlab程序,有较高成功率-PCA (Principal Component Analysis) face recognition Matlab procedures, which have a higher success rate
    2022-02-04 22:43:47下载
    积分:1
  • 一个运用遗传算法来训练神经网络的程序
    一个运用遗传算法来训练神经网络的程序-use of a genetic algorithm to train the neural network process
    2022-03-30 16:37:14下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载