登录
首页 » AI-NN-PR » 开发owl的API,提供了W3C规定标准接口,是目前比较少的API.

开发owl的API,提供了W3C规定标准接口,是目前比较少的API.

于 2022-07-24 发布 文件大小:9.81 MB
0 80
下载积分: 2 下载次数: 1

代码说明:

开发owl的API,提供了W3C规定标准接口,是目前比较少的API.-development owl API provides a standard interface W3C, is the relatively small API.

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

发表评论


0 个回复

  • 非线性规划中求解无约束问题中的一个有效方法
    非线性规划中求解无约束问题中的一个有效方法--模矢法(步长加速法),并用图表示出来步骤.-Nonlinear Programming Solution unconstrained problem of an effective method-- vector mode (step acceleration), and using map out steps.
    2022-07-26 07:10:08下载
    积分:1
  • 实现马尔可夫决策过程模型的算法,该研究方向是当前热门的研究领域。...
    实现马尔可夫决策过程模型的算法,该研究方向是当前热门的研究领域。-Markov Decision Process Model realize the algorithm, the research direction is currently a hot research field.
    2022-02-11 20:05:03下载
    积分:1
  • 蚁群算法上传一个文件这么复杂啊?生命在长期进化过程中,积累了很多新奇的功能,人类很早就从中得到启发而改进自己的工具,如史书中记戴“见蓬转而做车辑”,传说鲁班被茅...
    蚁群算法上传一个文件这么复杂啊?生命在长期进化过程中,积累了很多新奇的功能,人类很早就从中得到启发而改进自己的工具,如史书中记戴“见蓬转而做车辑”,传说鲁班被茅苇划破,而发明锯子……也许早先的发明,只是偶然的模仿和发现,后来人们已有意识地进行这方面的研究,这就是“仿生学”。仿生学顾名思义就是模仿生物的某些功能的学问。有名的例子很多,如模仿海豚皮而构造的“海豚皮游泳衣”、科学家研究鲸鱼的皮肤时,发现其上有沟漕的结构,于是有个科学家就依照鲸鱼皮构造,造成一个薄膜蒙在飞机的表面,据实验可节约能源3%,若全国的飞机都蒙上这样的表面,每年可节约几十亿。又如有科学家研究蜘蛛,发现蜘蛛的腿上没有肌肉,有脚的动物会走,主要是靠肌肉的收缩,现在蜘蛛没有肌肉为什么会走路?经研究蜘蛛不是靠肌肉的收缩进行走路的,而是靠其中的“液压”的结构进行走路,据此人们发明了液压步行机……总之,从自然界得到启迪, 模仿其结构进行发明创造.这就是仿生学. 这是我们向自然界学习的一个方面.另一方面,我们还可以从自然的规律中得到启迪,利用其原理进行设计(包括设计算法),这就是智能计算的思想.-Ant Algorithm upload a document so complicated ah? Life in the long evolutionary process, the accumulated growth of many functions, from very early human to be inspired to improve their own tools, such as history books remember wearing "See Peng turn out of the car series," Mao legend Luban Reed was scratched, and the invention saws ... perhaps earlier invention, only occasionally parody and found that there was awareness of the people to carry out this kind of research, and it is a "bionics."
    2023-01-04 09:05:03下载
    积分:1
  • 粒子群优化算法是一种进化技术(进化有限公司)。
    粒子群优化算法(PSO)是一种进化计算技术(evolutionary computation).源于对鸟群捕食的行为研究 PSO同遗传算法类似,是一种基于叠代的优化工具。系统初始化为一组随机解,通过叠代搜寻最优值。但是并没有遗传算法用的交叉(crossover)以及变异(mutation)。而是粒子在解空间追随最优的粒子进行搜索。详细的步骤以后的章节介绍 同遗传算法比较,PSO的优势在于简单容易实现并且没有许多参数需要调整。目前已广泛应用于函数优化,神经网络训练,模糊系统控制以及其他遗传算法的应用领域-Particle Swarm Optimization (PSO) is an evolutionary technology (evolutionary computation). Predatory birds originated from the research PSO with similar genetic algorithm is based on iterative optimization tools. Initialize the system for a group of random solutions, through iterative search for the optimal values. However, there is no genetic algorithm with the cross- (crossover) and the variation (mutation). But particles in the solution space following the optimal particle search. The steps detailed chapter on the future of genetic algorithm, the advantages of PSO is simple and easy to achieve without many parameters need to be adjusted. Now it has been widely used function optimization, neural networks, fuzzy systems control and ot
    2022-02-05 13:05:45下载
    积分:1
  • BP神经网络的C语言实现,对理解神经网络很有帮助。
    BP神经网络的C语言实现,对理解神经网络很有帮助。-BP neural network to achieve the C language, very helpful in understanding the neural network.
    2022-12-23 08:20:02下载
    积分:1
  • bp_算法~在bp_.cpp文件里~
    bp_算法~在bp_.cpp文件里~-11 bp_.cpp algorithm to the document ~
    2023-07-26 11:50:04下载
    积分:1
  • 演化计算是基于随即搜索的新算法;它的技术模型源于自然的演化。下面是一个例子,该函数是典型的多峰(震动剧烈)的函数。用的算法是郭涛算法。...
    演化计算是基于随即搜索的新算法;它的技术模型源于自然的演化。下面是一个例子,该函数是典型的多峰(震动剧烈)的函数。用的算法是郭涛算法。-evolutionary computation is based on the then new search algorithm; It stems from the technical model of the natural evolution. Below is an example of this function is a typical multi-feng (severe shock) function. The algorithm is Guo Tao algorithm.
    2022-08-06 16:25:44下载
    积分:1
  • C++,Fortran和Matlab分别实现的bp算法程序 方便初学者学习和调用...
    C++,Fortran和Matlab分别实现的bp算法程序 方便初学者学习和调用-C++, Fortran and Matlab algorithm bp, respectively, procedures realize the convenience of beginners to learn and call
    2022-05-17 21:55:56下载
    积分:1
  • Adaline Network Pattern Recognition 人工智能人工神经网络源码
    Adaline Network Pattern Recognition 人工智能人工神经网络源码-Adaline Network Pattern Recognition of artificial neural network artificial intelligence source
    2022-03-30 09:59:27下载
    积分:1
  • 基于改进SVM的特征选择,可以帮助大家认识SVM
    基于改进SVM的特征选择,可以帮助大家认识SVM-To improve the SVM-based feature selection can help you understand the SVM
    2023-03-14 14:50:02下载
    积分:1
  • 696518资源总数
  • 105300会员总数
  • 3今日下载