登录
首页 » AI-NN-PR » 一本不错的与神经网络相关的英文教材。介绍了多种神经网络算法及针对每种算法弱点的改进算法。...

一本不错的与神经网络相关的英文教材。介绍了多种神经网络算法及针对每种算法弱点的改进算法。...

于 2022-03-04 发布 文件大小:20.12 MB
0 133
下载积分: 2 下载次数: 1

代码说明:

一本不错的与神经网络相关的英文教材。介绍了多种神经网络算法及针对每种算法弱点的改进算法。-A good correlation with the neural network of the English teaching materials

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

发表评论

0 个回复

  • 微分进化算法DE是1995年由Rainer Storn和Kenneth Price首先提出。DE已被证明在求解过程中具有高效性、收敛性、鲁棒性等优点[5,6]...
    微分进化算法DE是1995年由Rainer Storn和Kenneth Price首先提出。DE已被证明在求解过程中具有高效性、收敛性、鲁棒性等优点[5,6] 。它在许多优化问题中都表现出优于自适应模拟退火算法、POS 算法、GA算法的性能。DE利用实数值参数向量作为每一代的种群,它的自参考种群繁殖方案与其他优化算法不同。-DE was first proposed in 1995 by Rainer Storn and Kenneth Price and had been proven that it is efficient, convergent, and robust in the solution process. [5,6] In many optimize questions, its performance surpasses the adaptive simulated annealing algorithm, the POS algorithm, and the GA algorithm. DE gets each generation of population using the real value parameter vector, and the crucial idea of DE is a scheme for generating trial parameter vectors.
    2022-04-30 12:55:51下载
    积分:1
  • 模式识别
    模式识别(讲义练习).-pattern recognation
    2022-05-14 15:46:01下载
    积分:1
  • 一个利用遗传算法解决TSP问题的程序,有利于对遗传算法进一步的理解....
    一个利用遗传算法解决TSP问题的程序,有利于对遗传算法进一步的理解.-A use of genetic algorithms to solve TSP problems procedure is beneficial to further understanding of genetic algorithm.
    2022-08-11 07:32:01下载
    积分:1
  • 同遗传算法比较,PSO的优势在于简单容易实现并且没有许多参数需要调整。目前已广泛应用于函数优化,神经网络训练,模糊系统控制以及其他遗传算法的应用领域...
    同遗传算法比较,PSO的优势在于简单容易实现并且没有许多参数需要调整。目前已广泛应用于函数优化,神经网络训练,模糊系统控制以及其他遗传算法的应用领域-comparison with the genetic algorithm, the advantages of PSO is simple and easy to achieve without many parameters need to be adjusted. Now it has been widely used function optimization, neural networks, fuzzy systems control and other genetic algorithm applications
    2022-09-18 01:05:03下载
    积分:1
  • a TSP example, prepared with delphi. A very good reference value
    一个求解TSP问题的例子,用delphi编写.有很好的参考价值 -a TSP example, prepared with delphi. A very good reference value
    2022-04-22 04:38:55下载
    积分:1
  • 人工神经网络的C++源代码的实现,包括实现…
    人工神经网络的c++实现源码,含实现神经网络层的类,神经网络的类,中文详细注释, 并含有使用示例,学习神经网络的好源码-Artificial neural network c++ implementation source code, including achieve the type of neural network layer, the type of neural network, a detailed English notes, and contain the use of examples of good learning neural network source code
    2022-02-16 09:53:24下载
    积分:1
  • 八数码难题源代码
    八数码难题源代码-eight digital source code problems
    2022-08-16 23:42:30下载
    积分:1
  • 有关神经网络的源码
    有关神经网络的源码-the neural network source
    2022-02-13 10:29:45下载
    积分: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
  • ID3 algorithm to a certain extent self
    ID3算法有一定的自学习、自组织能力,适用于复杂系统的智能诊断。以实例验证了该算法对RH-KTB真空抽气系统故障诊断的有效性。-ID3 algorithm to a certain extent self-learning, self-organization, applied to a complex system of intelligent diagnosis. Examples to show that the algorithm of RH- KTB vacuum exhaust system fault diagnosis arrival.
    2023-04-24 21:50:03下载
    积分:1
  • 696518资源总数
  • 106222会员总数
  • 14今日下载