登录
首页 » AI-NN-PR » The BP algorithm to improve the process, everyone would like to help. If necessa...

The BP algorithm to improve the process, everyone would like to help. If necessa...

于 2022-10-28 发布 文件大小:1.99 kB
0 173
下载积分: 2 下载次数: 1

代码说明:

改进的BP算法程序,希望对大家有所帮助.如果需要,请-The BP algorithm to improve the process, everyone would like to help. If necessary, please take a look at.

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

发表评论

0 个回复

  • Kalman filter simulator
    卡尔曼滤波模拟器
    2022-03-17 12:36:25下载
    积分:1
  • 我们解决八数码问题,广度优先搜索可能会导致内存不够用,采用启发式搜索,启发函数为f(x)=g(x)+h(x) g(x)为该结点不同于目标结点的个数,h(x)为该...
    我们解决八数码问题,广度优先搜索可能会导致内存不够用,采用启发式搜索,启发函数为f(x)=g(x)+h(x) g(x)为该结点不同于目标结点的个数,h(x)为该结点的深度,选择那f(x)结点最小的那个结点进行扩展, 引入了一个"扩展数组[4]"(因为扩展的结点最多只有4个),该数组保存着某个结点的0点向各个方向的扩展的结点对象,然后对该扩展数组进行分析,利用启发函数在进行递归扩展... -us solve eight digital, BFS may lead to insufficient memory, using heuristic search, heuristic function f (x) = g (x) h (x) g (x) for the target node is different from the number of nodes, h (x) for the nodes of depth, the choice between f (x) nodes that the smallest node expansion. the introduction of an "expanded array [4]" (because the expansion of the nodes at most four), The array maintains a node of 0:00 a.m. to expand in all directions in the target node, and then expanded array analysis, use heuristic function during recursive expansion ...
    2022-08-06 14:22:02下载
    积分:1
  • 产品设计时间智能预测方法的研究,值得借鉴一下
    产品设计时间智能预测方法的研究,值得借鉴一下-product design time intelligent prediction method of research, worth learning about
    2022-09-21 23:45:03下载
    积分:1
  • use of genetic algorithm search function to the optimum solution c source
    利用遗传算法搜索函数最优解的c++源程序 -use of genetic algorithm search function to the optimum solution c source
    2022-04-12 21:36:00下载
    积分:1
  • Radial basis function networks Polynomial Approximation and fitting
    径向基网络对Polynomial函数的逼近和拟合-Radial basis function networks Polynomial Approximation and fitting
    2022-05-05 04:07:56下载
    积分:1
  • 基于VC++的小波提升程序,包含小波提升的详细算法。对初学者有很大帮助...
    基于VC++的小波提升程序,包含小波提升的详细算法。对初学者有很大帮助-Based on VC++ The Wavelet Lifting procedures, including detailed algorithm Wavelet Lifting. Have a great help for beginners
    2022-02-02 23:53:56下载
    积分: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
  • 神经网络程序代码,小小初学,不知甚多,望多多指教。
    神经网络程序代码,小小初学,不知甚多,望多多指教。-Neural network program code, little beginner, I do not know a lot, hope the exhibitions.
    2022-03-21 06:49:40下载
    积分:1
  • 基于自组织特征映射网络的聚类分析,是在神经网络基础上发展起来的一种新的非监督聚类方法,分析了基于自 组织特征映射网络聚类的学习过程,分析了权系数自组织过程中...
    基于自组织特征映射网络的聚类分析,是在神经网络基础上发展起来的一种新的非监督聚类方法,分析了基于自 组织特征映射网络聚类的学习过程,分析了权系数自组织过程中邻域函数和学习步长的一般取值问题,给出了基于自组织 特征映射网络聚类实现的具体算法,并通过实际示例测试,证实了算法的正确性。 -Based on self-organizing feature map network cluster analysis, neural network is developed on the basis of a new non-supervised clustering method, analysis based on self-organizing feature map network clustering of the learning process, analyzed the weights of self-organization the process of neighborhood function and learning step-size problem of the general values are given based on the self-organizing feature map network clustering algorithm to achieve concrete and practical examples of tests, confirmed the correctness of the algorithm.
    2022-04-18 02:23:38下载
    积分:1
  • 在自然界中生物从其亲代继承特性或性状,这种现象称为遗传(Heredity),研究这种现象的科学叫遗传学(Genetics)。 在构成生物的细胞(Cell)中...
    在自然界中生物从其亲代继承特性或性状,这种现象称为遗传(Heredity),研究这种现象的科学叫遗传学(Genetics)。 在构成生物的细胞(Cell)中含有染色体(Chromosome),生物的遗传信息都包含在染色体中。遗传信息由基因(Gene)组成,基因是DNA(Deoxyribonucleic Acid)或RNA(Ribonucleic Acid)中占有一定位置的基本遗传单位。在DNA中遗传信息在长链上按照一定模式排列,即进行了遗传编码。遗传基因在染色体中占据的位置称为基因座(Locus),同一个基因座可能具有的全部基因称为等位基因(Allele),一个细胞核中所有染色体携带的遗传信息的全体称为基因组(Genome)。-err
    2022-05-27 18:00:39下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载