登录
首页 » AI-NN-PR » 神经网络的算法,关于BP网络的编写

神经网络的算法,关于BP网络的编写

于 2022-12-22 发布 文件大小:2.25 kB
0 145
下载积分: 2 下载次数: 1

代码说明:

神经网络的算法,关于BP网络的编写-neural network algorithm, on the preparation of BP Network

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

发表评论

0 个回复

  • BP神经网络分类器C程序
    BP神经网络分类器C程序-BP neural network classifiers C Program
    2022-02-22 01:02:20下载
    积分:1
  • 使用BP网络进行模式识别,识别0-9的数字
    使用BP网络进行模式识别,识别0-9的数字-Using the BP network pattern recognition, identifying the number of 0-9
    2023-02-02 13:40:04下载
    积分:1
  • 由于K-均值聚类算法局部最优的特点,而模拟退火算法理论上具有全局最优的特点。因此,用模拟退火算法对聚类进行了改进。20组聚类仿真表明,平均每次对K结果值改进8次...
    由于K-均值聚类算法局部最优的特点,而模拟退火算法理论上具有全局最优的特点。因此,用模拟退火算法对聚类进行了改进。20组聚类仿真表明,平均每次对K结果值改进8次左右,效果显著。下一步工作:实际上在高温区随机生成邻域是个组合爆炸问题(见本人上载软件‘k-均值聚类算法’所述),高温跳出局部解的概率几乎为0,因此正考虑采用凸包约束进行模拟聚类,相关工作正在进行。很快将奉献给各位朋友。-as K-means clustering algorithm for optimal local characteristics, and simulated annealing algorithm theory with the characteristics of the global optimum. Thus, simulated annealing algorithm for clustering improvements. Cluster Group of 20 simulations show that the average value of K results improved about eight times, the results are obvious. The next step : In fact, in high temperature generated random neighborhood is a combination of explosives (see my software on the "k-means clustering algorithm" mentioned above), high-temperature solution of partial out almost zero probability, it is considering the use of convex hull bound for simulation cluster, the work under way . Soon dedication to the ladies.
    2023-05-08 08:05:03下载
    积分:1
  • Proposed based on minimizing the estimated generalization error bound of the non
    提出了基于最小化估计的泛化误差界非优化估计方法。目前大多数的核参数选择方法都是通过极小化了来得到最优参数值,但是求解优化问题的计算代价相当的大,并且不能很好地体现数据的分布特征。本文采用非优化技术,通过极小化泛化误差来优化核及相关参数,由于直接计算最小半径和最大间隔,避免了对优化问题的直接求解,因此可以很好地降低计算代价。并且该方法直接从样本出发,可以很好地体现数据的分布特征,不管数据分布是否均匀都可以适用。给出了基于凸包估计的SVM核选择的模型及实现算法。 -Proposed based on minimizing the estimated generalization error bound of the non-optimal estimation method. Most of the nuclear parameter selection methods are to get the best by minimizing the parameter values, but the computational cost for solving optimization problems is quite large, and can not properly reflect the distribution characteristics of the data. In this paper, the non-optimization technology, by minimizing the generalization error to optimize the nuclear and related parameters, due to the direct calculation of the minimum radius and maximum interval, avoiding the direct solution of the optimization problem, it can very well reduce the computation cost. And that the method directly from the sample one can well reflect the distribution chara
    2022-01-26 04:59:56下载
    积分:1
  • 首先采用某种编码方式将解空间映射到编码空间,每个编码对应问题的一个解,称为染色体或个体。一般通过随机方法确定起始的一群个体,称为种群,在种群中根据适应值或某种竞...
    首先采用某种编码方式将解空间映射到编码空间,每个编码对应问题的一个解,称为染色体或个体。一般通过随机方法确定起始的一群个体,称为种群,在种群中根据适应值或某种竞争机制选择个体,使用各种遗传操作算子产生下一代如此进化下去,直到满足期望的终止条件。-begin using some form of coding mapping to the solution space coding space, each encoding a corresponding solution to the problem, known as chromosome or individual. General randomly determined by the initial group of individuals, called stocks, the stocks based on fitness or some mechanism to choose the individual competition, the use of genetic Operator evolution of the next generation so on, until the termination meet expectations conditions.
    2022-03-05 00:58:22下载
    积分:1
  • 模拟遗传算法,JAVA
    模拟遗传算法,JAVA-Simulation of Genetic Algorithms, JAVA
    2022-11-19 22:35:08下载
    积分:1
  • 该程序是汉字识别算法的c++代码,通过训练后对输入的汉字进行识别,从原理上了解汉字识别的方法和实现过程。...
    该程序是汉字识别算法的c++代码,通过训练后对输入的汉字进行识别,从原理上了解汉字识别的方法和实现过程。 -The program is character recognition algorithm c++ Code, through training after the input of Chinese characters to identify, from the principle on the understanding of Chinese character recognition method and the realization of the process.
    2022-03-19 11:13:46下载
    积分:1
  • 用BP神经网络进行对啤酒质量的识别,各个参数可以自己进行修改。...
    用BP神经网络进行对啤酒质量的识别,各个参数可以自己进行修改。-Using BP neural network to identify the quality of beer, all parameters can be modified.
    2023-05-25 10:40:03下载
    积分:1
  • 一个简单的fisher分类器代码,并含有实验用的两个数据集合.
    一个简单的fisher分类器代码,并含有实验用的两个数据集合.-a simple fisher classifier code, and contains the two experimental data sets.
    2023-05-04 03:45:03下载
    积分:1
  • 随机规划问题的求解随机优化问题,利用遗传算法…
    随机规划解决随机优化问题,主要用到遗传算法,神经元网络。-stochastic programming problem solving stochastic optimization, use genetic algorithms, neural network.
    2022-07-16 04:01:06下载
    积分:1
  • 696518资源总数
  • 106242会员总数
  • 10今日下载