登录
首页 » AI-NN-PR » 实现了RBF网络,已载入训练和测试样本,可根据需要将其更换...

实现了RBF网络,已载入训练和测试样本,可根据需要将其更换...

于 2022-06-29 发布 文件大小:13.71 kB
0 161
下载积分: 2 下载次数: 1

代码说明:

实现了RBF网络,已载入训练和测试样本,可根据需要将其更换-Achieved a RBF network, has been printed in the training and test samples may be needed to replace

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

发表评论

0 个回复

  • 模拟退火算法 模拟退火算法(Simulated Annealing,简称SA算法)是模拟加热熔化的金属的退火过程,来寻找全局最优解的有效方法之一。 模拟退火的基...
    模拟退火算法 模拟退火算法(Simulated Annealing,简称SA算法)是模拟加热熔化的金属的退火过程,来寻找全局最优解的有效方法之一。 模拟退火的基本思想和步骤如下: 设S={s1,s2,…,sn}为所有可能的状态所构成的集合, f:S―R为非负代价函数,即优化问题抽象如下: 寻找s*∈S,使得f(s*)=min f(si) 任意si∈S (1)给定一较高初始温度T,随机产生初始状态S (2)按一定方式,对当前状态作随机扰动,产生一个新的状态S’ S’=S+sign(η).δ 其中δ为给定的步长, η为[-1,1]的随机数-simulated annealing algorithm (Simulated Annealing, or SA algorithm) is a simulation of heating molten metal in the annealing process, to find the global optimum one of the effective ways. Simulated Annealing basic ideas and the steps are as follows : S = (s1, s2, ..., sn) for all possible state posed by the pool, f : S-R non-negative cost function, that is abstract optimization problems are as follows : Find S* s, making f (s*) = min f (si) arbitrary si S (1) to set a higher initial temperature T, randomly generated initial state S (2) of a certain form, the current state of random disturbance, have a new state S "S" = S+ sign (). delta where given for the step, [-1,1] Random Number
    2022-08-26 01:32:21下载
    积分:1
  • matlab实现机器人基于两点法的路径规划,路径规划的实用例程...
    matlab实现机器人基于两点法的路径规划,路径规划的实用例程-Matlab 2:00 achieve robot path planning method, path planning practical routines
    2023-09-05 14:20:04下载
    积分:1
  • ID3算法的另一种用java实现的代码,利用向量。
    ID3算法的另一种用java实现的代码,利用向量。-Another ID3 algorithm realize with java code, using vector.
    2022-02-16 03:14:05下载
    积分:1
  • MIT University of speech machine learning curriculum, it is classic! Including c...
    MIT大学的机器学习课程讲稿,很经典的!包括分类,回归,判别式学习,产生式学习,SVM等,基本上包括常用的机器学习算法-MIT University of speech machine learning curriculum, it is classic! Including classification, regression, discriminant study, resulting in learning, SVM, etc., basically including the commonly used machine learning algorithms
    2022-07-09 23:14:57下载
    积分:1
  • 9。《遗传算法原理及应用》,周明,孙树栋编着 国防工业出版社 1999年第一版 本书全面系统的介绍了遗传算法的基本原理、数学基础、各种主要实现技术,并...
    9。《遗传算法原理及应用》,周明,孙树栋编着 国防工业出版社 1999年第一版 本书全面系统的介绍了遗传算法的基本原理、数学基础、各种主要实现技术,并给出了一些应用实例,同时还简单的介绍了进化计算的基本内容。本书具有系统性强、可读性强、可操作性强的特点。本书可供智能计算、自动控制、系统工程、优化计算、经济管理、运筹学、计算机等专业的研究人员、研究生、高年级大学生参考。 -9. "Genetic Algorithm Theory and Application", Zhou, Sun Shudong compile defense industry publisher in 1999 the first book version of the comprehensive and systematic introduction to the genetic algorithm to the basic principles mathematical basis, the major techniques, and gives some examples, also introduced a simple evolutionary computation of the basic elements. The book is systemic strong, readable, and it can be operational characteristics. The book smart, automatic control, systems engineering, optimization, economic management, and operations. computer and other professional researchers, graduate students and students of high-grade reference.
    2022-03-03 14:57:58下载
    积分:1
  • 小波人工神经网络C语言实现(代码),以及相关支持库,已调试,可运行....
    小波人工神经网络C语言实现(代码),以及相关支持库,已调试,可运行.-Wavelet artificial neural network C language (code), and related support libraries, have been debug run.
    2022-03-07 11:23:24下载
    积分:1
  • 机器人足球的程序,机器人足球大赛的有关源代码
    机器人足球的程序,机器人足球大赛的有关源代码-robot soccer procedures, the robot soccer competition of the source code
    2022-05-27 03:35:53下载
    积分:1
  • 本工具包主要是为对神经网络有兴趣人士提供的一种方便,灵活的学习和研究软件。 JNNT由java语言写成,具有跨平台的优越性能.java applet的...
    本工具包主要是为对神经网络有兴趣人士提供的一种方便,灵活的学习和研究软件。 JNNT由java语言写成,具有跨平台的优越性能.java applet的演示版更简单到只需要任何机器上的浏览器就可以运行,无需安装任何大型附加软件。更方便爱好者通过internet远程访问资源。 支持反向传播算法(BP),LBG聚类法和径向基网络(RBF) -This toolkit is for people interested in neural networks has provided a convenient, flexible learning and research software. JNNT by the java language, cross-platform with superior performance. Java applet demo version is more simple to just any machine can run a browser, without installing any large-scale add-on software. Enthusiasts through the internet more convenient remote access to resources. To support the back-propagation algorithm (BP), LBG clustering method and radial basis function network (RBF)
    2023-03-10 08:10:02下载
    积分:1
  • an ant colony algorithm, we want to fine Eastern, we had to share.
    一个蚁群算法,大家很想要得东东,共享给大家了。-an ant colony algorithm, we want to fine Eastern, we had to share.
    2022-02-27 06:24:46下载
    积分:1
  • CPN算法的matlab实现,CPN人工神经网络
    CPN算法的matlab实现,CPN人工神经网络-Matlab algorithm of network,The artificial neural network, network
    2022-05-21 00:01:13下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载