登录
首页 » AI-NN-PR » 机器人仿真软件有助于从事着学习,方便编程操作,能很快的知其原理...

机器人仿真软件有助于从事着学习,方便编程操作,能很快的知其原理...

于 2022-01-25 发布 文件大小:9.65 MB
0 135
下载积分: 2 下载次数: 1

代码说明:

机器人仿真软件有助于从事着学习,方便编程操作,能很快的知其原理-Robot simulation software helps to engage with learning, to facilitate programming operations, will soon know the principle of

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

发表评论

0 个回复

  • 这个是遗传算法的PPT讲义 很有帮助 大家可以看看
    这个是遗传算法的PPT讲义 很有帮助 大家可以看看 -This is a genetic algorithm PPT helpful lectures we will look at the
    2022-02-13 13:45:59下载
    积分:1
  • 关于产生均匀分布和标准正态分布的随机变量的VC程序
    关于产生均匀分布和标准正态分布的随机变量的VC程序-on the production and distribution of uniform standard normal distribution of random variables VC Program
    2022-05-23 23:57:33下载
    积分:1
  • 此程序用于测试神经元的库函数 // 它展示了怎样用这个库所生成的多层BP网络来求解宇称问题...
    此程序用于测试神经元的库函数 // 它展示了怎样用这个库所生成的多层BP网络来求解宇称问题-this procedure for testing neuronal function of the library// it tells how to use this library generated by the multi-storey BP network to solve problems Parity
    2022-01-24 10:08:12下载
    积分:1
  • 基于人工神经网络求解TSP问题的论文,很不错.
    基于人工神经网络求解TSP问题的论文,很不错.-Based on artificial neural network to solve TSP problem papers, is pretty good.
    2022-01-25 20:09:42下载
    积分:1
  • According to the characteristics of particle swarm optimization, using vc wrote...
    根据粒子群算法的特点,用vc写出了源程序,可以实现粒子群的优化-According to the characteristics of particle swarm optimization, using vc wrote source code, you can achieve the particle swarm optimization
    2022-04-09 13:01:50下载
    积分:1
  • 改进的神经网络在股票市场预测中的改进
    1,改进BP神经网络在股市预测中的应用.2,基于MATLAB工具箱的开采煤层自燃危险性预测.3,基于改进的神经网络的电力系统负荷预报.4,基于神经网络的灌溉用水量预测.5,基于遗传算法改进BP网络的地表沉陷预计.6,利用遗传算法改进BP学习算法.7,模糊神经网络在电力市场短期负荷预测中的应用.8,神经网络学习算法存在的问题及对策.9,遗传神经网络在电力系统短期负荷预测中的应用.10,应用改进BP神经网络进行用水量预测.11,用遗传算法改进的BP模型在刹车系统诊断中的应用研究.12,遗传算法改进的BP神经网络对汛期三门峡水库泥沙冲淤量的计算13,基于遗传算法的人工神经网络学习算法14.自适应遗传算法优化管网状态估计神经网络模型.15,基于GA_RBF神经网络的电梯交通流模式识别的研究-Improved BP Neural Network in Stock Market Prediction
    2022-01-27 10:15:29下载
    积分:1
  • 这是反向传播算法的C++程序,对于研究BPNN的人来说,具有很好的参考价值...
    这是反向传播算法的C++程序,对于研究BPNN的人来说,具有很好的参考价值-This is the back-propagation algorithm C program for studying the BPNN people, have a good reference value
    2023-03-06 13:45:04下载
    积分:1
  • A*算法的一种简单描述,人工智能领域最为通用和重要的算法
    A*算法的一种简单描述,人工智能领域最为通用和重要的算法-A* most important and general algorithm in machine and here it is a kind of easy description
    2023-09-03 23:05:03下载
    积分:1
  • 关联规则中的频繁项集生成算法TreeMiner,可在linux和windows下编译运行。...
    关联规则中的频繁项集生成算法TreeMiner,可在linux和windows下编译运行。-Frequent one of related rule collect and produce algorithm TreeMiner , can compile running under linux and windows
    2022-06-26 11:47:17下载
    积分:1
  • 模拟退火算法 模拟退火算法(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
  • 696518资源总数
  • 106164会员总数
  • 18今日下载