登录
首页 » AI-NN-PR » BP神经网络的C语言实现,对理解神经网络很有帮助。

BP神经网络的C语言实现,对理解神经网络很有帮助。

于 2022-12-23 发布 文件大小:3.83 kB
0 134
下载积分: 2 下载次数: 1

代码说明:

BP神经网络的C语言实现,对理解神经网络很有帮助。-BP neural network to achieve the C language, very helpful in understanding the neural network.

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

发表评论

0 个回复

  • VC establishment of integrated Savage and eight digital presentations. Savage pr...
    用VC编制的集成的野人和八数码演示程序。其中野人程序用动态的效果演示,并能设置进度。八数码程序能根据给出的源状态转换成目标状态。-VC establishment of integrated Savage and eight digital presentations. Savage procedures which use dynamic demonstration effect, and can be programmed to progress. Eight digital process according to the source is converted into a state target state.
    2023-03-18 11:35:03下载
    积分:1
  • L-M算法。除了动量法(基于梯度下降的训练算法)外,学习率自适应调整策略是BP算法改进的另一种途径,它利用Levenberg-Marquardt优化方法,从而使得学习时间更短。其缺点是,对于复杂的问题,该方法需要很大的存储空间。 -L-M algorithm. In addition to momentum (based on the gradient descent algorithm for training), learning rate adaptive strategy is to improve the algorithm BP Another approach, which uses Levenberg-Marquardt optimization method, which makes learning time is even shorter. Its weakness is that the complex problems that the method requires a lot of storage space.
    2023-08-10 03:25:04下载
    积分:1
  • 介绍了神经网络模式识别的基本知识,适合于模式识别领域的人员...
    介绍了神经网络模式识别的基本知识,适合于模式识别领域的人员-it introduces the ABC of the pattern recognation of NN, it is for the people of pattern recognation
    2022-01-26 05:30:24下载
    积分:1
  • 人工神经网络BPN,人工神经网络BP算法源代码
    人工神经网络BPN,人工神经网络BP算法源代码-Artificial neural network BPN, artificial neural network BP algorithm source code
    2022-03-05 03:52:20下载
    积分:1
  • 6. "Non
    6。《非数值并行算法――遗传算法》,刘勇等着 科学出版社 1995年第一版 本书系统地叙述了非数值并行算法之一的模拟退火算法的基本原理以及最新进展,同时为了便于读者解决实际问题,书中对具体算法的步骤作了详细介绍。本书共分七章,第一章介绍算法的思想、特点。发展过程和前景。第二章介绍算法的基本理论。第三章讨论算法解连续优化问题。第四章利用算法设计和优化神经网络。第五章介绍在组合优化中的应用。第六章介绍应用遗传程序设计解决程序设计自动化问题。第七章对遗传算法和其它适应性算法进行比较。 本书可供高校有关专业的师生、科研人员、工程技术人员阅读参考。-6. "Non- numerical parallel algorithms-- Genetic Algorithm" Liu Yong waiting 520-531 1995 version of the first book to systematically describe the non- numerical parallel algorithms one count of simulated annealing Law and the basic tenets of the latest progress, in order to help readers solve practical problems, book of the specific algorithm steps in detail. The book is divided into seven chapters, the first chapter describes the idea algorithm, characteristics. The development process and prospects. The second chapter describes the basic algorithm theory. The third chapter discusses Algorithm for continuous optimization problems. Chapter IV using the algorithm design and optimization of neural netw
    2022-01-26 05:11:28下载
    积分:1
  • 本文讨论的问题主要涉及货运的配载,而货运配载的目标是实现车与货的高效匹配, 降低空载率以减少货物运输过程中因此而造成的经济损失。货运配载问题涉及两方面的
    本文讨论的问题主要涉及货运的配载,而货运配载的目标是实现车与货的高效匹配, 降低空载率以减少货物运输过程中因此而造成的经济损失。货运配载问题涉及两方面的 内容:车辆利用和货物装载。本文主要从这两个角度角度来分析解决问题。 对于问题1,我们首先通过分析复杂的变量及他们之间的关系,建立规划模型。为 了求解这个模型,我们进行了一系列的简化,使得模型求解切实可行。求得较优的方案, 而且各辆车均匀负担。该方案的总费用为4877.2。 对于问题2,我们在模型1 的基础上进行了改进采用类似的方法求解。也得到了较 优的方案,其总费用为4484。该方案中只用了4 辆车,节省很大的成本。同时指出了模 型求解的关键困难所在,给出了新的思路。 问题3 的思考中,提出了利用图论的有关思想。 在文章的最后,我们针对所建的模型进行了分析,并提出了新的解题思想。对模型 进行了进一步扩展。 关键词:货物配载 运输 组合优化-err
    2022-08-09 06:48:09下载
    积分:1
  • TSP的智能算法,里面包含最大最小蚁群算法,蚂蚁系统,蚁群系统...
    TSP的智能算法,里面包含最大最小蚁群算法,蚂蚁系统,蚁群系统
    2023-07-25 18:50:03下载
    积分:1
  • 通过遗传算法对高校排课问题的解决,在高校的十佳环境中运行效果良好...
    通过遗传算法对高校排课问题的解决,在高校的十佳环境中运行效果良好-Through the College Course Scheduling of genetic algorithms to solve the problem, in the top ten colleges and universities run the effect of environmental good
    2022-06-14 06:19:27下载
    积分:1
  • 介绍模拟退火算法的经典资料,最后附了一些经典的例子
    介绍模拟退火算法的经典资料,最后附了一些经典的例子-Describes the classic simulated annealing algorithm information, finally attached to a number of classic examples of
    2022-03-17 07:57:14下载
    积分:1
  • PCA、LDA人脸检测,压缩包里实现了PCA、LDA、最小距离分类器,人脸检测!...
    PCA、LDA人脸检测,压缩包里实现了PCA、LDA、最小距离分类器,人脸检测!-PCA, LDA face detection, compression bag to achieve the PCA, LDA, minimum distance classifier, face detection!
    2022-02-06 18:28:51下载
    积分:1
  • 696518资源总数
  • 105540会员总数
  • 37今日下载