登录
首页 » AI-NN-PR » 神经网络算法

神经网络算法

于 2022-05-17 发布 文件大小:813.00 B
0 145
下载积分: 2 下载次数: 1

代码说明:

神经网络算法-Neural network algorithm

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

发表评论

0 个回复

  • This a neural network development kit. Ann directory under specific neural netwo...
    这是一个神经网络开发包。目录ann下是专门针对神经网络的代码,外部目录是一些公用的代码,与神经网络无关,但是神经网络的代码用到了它们。 ann目录下有一个目录demo,里面存放了一些示例程序,请参照它们进行编程。 ann/prj/vs7下是编译整个库的Visual Stdudio 2003工程文件-This a neural network development kit. Ann directory under specific neural network code, external directory is some common code, has nothing to do with the neural network, but neural networks use of their code. Ann directory is a directory demo, stored inside a sample program, please refer to their program. Ann/prj/vs7 under compiler for the entire 2003 Visual Stdudio engineering documents
    2022-08-17 18:20:25下载
    积分:1
  • 采用贝叶斯正则化算法提高 BP 网络的推广能力。我们采用两种训练方法,即 L...
    采用贝叶斯正则化算法提高 BP 网络的推广能力。我们采用两种训练方法,即 L-M 优化算法(trainlm)-?捎??
    2022-03-19 18:00:02下载
    积分:1
  • This is what I want done to improve the genetic algorithm, which is aimed at ove...
    这是我自己做的改进的遗传算法,主要是克服遗传算法的早熟问题-This is what I want done to improve the genetic algorithm, which is aimed at overcoming the genetic algorithm early problems
    2022-05-23 17:23:23下载
    积分:1
  • 10。《用于最优化的计算智能》,Nirwan Ansali,Edwin Hou着,李军,边肇棋译 清华大学出版社 1999年第一版 本书从讨论组合优化...
    10。《用于最优化的计算智能》,Nirwan Ansali,Edwin Hou着,李军,边肇棋译 清华大学出版社 1999年第一版 本书从讨论组合优化中的基本问题――NP问题入手,系统地讲述了近年来所发展起来的智能最优化的各种技术和方法,其中包括启发式搜索、Hopfield神经网络、模拟退火和随机机、均场退火以及遗传算法等;并在此基础上,通过一些典型的应用问题,如旅行商问题、模式识别中的点模式匹配问题、通信和任务调度等问题进一步阐明以上一些基本方法怎样用来解决这些原来具有NP性质的困难问题。本书是作者在美国新泽西州理工学院多年讲授有关课程的基础上写成的。全书深入浅出,理论联系实际。为帮助学生掌握基本概念,提高学习能动性,各章编写了习题。本书可作为通信、计算机、控制各专业的高年级学生和研究生学习有关课程的教材。它对于广大科研工作者也是一本很有实际价值的参考书。 -10. "Optimal for Computational Intelligence," Nirwan Ansali, with Edwin Hou, Li Jun, Pin Zhaoxing chess translation Tsinghua University Press in 1999 the first book version of combinatorial optimization from the discussion of basic questions-- NP problem start, the system described in recent years to develop the intelligent optimization of the technology and methods, These include heuristic search, Hopfield networks, simulated annealing and random machine, mean field annealing and genetic algorithms; and on this basis and through some typical applications, such as the traveling salesman probl
    2023-01-02 18:15:04下载
    积分:1
  • 基于贝叶斯的数据挖掘算法的实现,使用visual stutio2005编程实现。
    基于贝叶斯的数据挖掘算法的实现,使用visual stutio2005编程实现。-Bayesian data mining algorithm, using the visual stutio2005 programming.
    2023-04-14 10:30:04下载
    积分:1
  • FCM algorithm and testing, the achievement of the source data sets commonly used...
    FCM算法的实现及测试,该源码实现常用数据集的测试。-FCM algorithm and testing, the achievement of the source data sets commonly used test.
    2022-02-28 11:42:23下载
    积分:1
  • 遗传算法优化程序
    遗传算法优化程序-genetic algorithm optimization procedures
    2022-07-16 10:00:43下载
    积分:1
  • 特征提取技术。这种技术以传统的建模方式为前提,对于产生的模型的几何、拓扑等信息加以分析以提取其特征信息,这种技术一般多采用人工智能及模式识别等方面的知识。...
    特征提取技术。这种技术以传统的建模方式为前提,对于产生的模型的几何、拓扑等信息加以分析以提取其特征信息,这种技术一般多采用人工智能及模式识别等方面的知识。-feature extraction technology.
    2022-03-15 05:37:54下载
    积分:1
  • 模式识别分类程序,贝叶斯,神经网络分类训练程序,很不错啊...
    模式识别分类程序,贝叶斯,神经网络分类训练程序,很不错啊-the classification procedures, Bayesian neural network classifier training procedures, and it is very responds :
    2022-04-25 16:27:03下载
    积分:1
  • Kohonen network learning process can be described as follows : for each one netw...
    Kohonen网络的学习过程可描述为:对于每一个网络的输入,只调整一部分权值,使权向量更接近或更偏离输入矢量,这一调整过程就是竞争学习。随着不断的学习过程,所有输入矢量都在输入矢量空间相互分离,形成了各自代表输入空间的一类模式,这就是Kohonen网络的特征自动识别的聚类功能。请解压缩后按照readme提示进行操作。-Kohonen network learning process can be described as follows : for each one network input, only part of adjusting the weights, weight vector closer to or further from the input vector, the adjustment process is competitive learning. With the continuous process of learning, all the input vector in the importation of vector space separate form their own representatives importation of a type of space, and this is a Kohonen network of automatic clustering functions. Please decompress after readme according to instructions.
    2022-01-26 05:40:46下载
    积分:1
  • 696518资源总数
  • 106155会员总数
  • 8今日下载