-
这是目前网上所能找到的最全面的adaboost的C++算法,但是需要自己训练的数据...
这是目前网上所能找到的最全面的adaboost的C++算法,但是需要自己训练的数据-This is the Internet can find the most comprehensive adaboost C algorithms, However, it needs its own training data
- 2022-03-03 21:04:26下载
- 积分:1
-
地球模拟器,最经典的人工生命模型,研究人工智能的必看。一般地说,生命都具有新陈代谢、复制和进化的能力。在自然界中,生物是由有限的食物供给和有限的生存空间约束的。...
地球模拟器,最经典的人工生命模型,研究人工智能的必看。一般地说,生命都具有新陈代谢、复制和进化的能力。在自然界中,生物是由有限的食物供给和有限的生存空间约束的。在Tierra中,“生物”由一系列能够自我复制的机器代码或程序组成,它在计算机中的复制分别受到计算机的存储空间和CPU时间约束。能有效地占有内存空间和利用CPU时间的生物体,将具有更高的适应度,传递到下一代的机会就越大。
在Tierra中,计算机的RAM(随机访问存储器)中有一块专门的空间,这个空间中放置了一个“祖先有机体”,该祖先有机体根据它的汇编程序代码中的指令开始复制对它的生存是基本的代码。随着有机体的数目的增加,RAM中的空间减少了,因此有机体为了自己的生存空间开始竞争。-Earth Simulator, the most classic of artificial life model, the study of artificial intelligence Watchable. Generally speaking, life is metabolism, reproduction and the ability of evolution. In nature, biomass is limited by the supply of food and limited living space constraints. In Tierra, "biological" to a series of self-replicating machine code or procedure, in which computers were copied by the computer storage space and CPU time constraints. Effective occupy memory space and CPU time using the organisms, will have a higher degree of adaptability, conveying to the next generation the greater the chances. In Tierra, computer RAM (random access memory) is
- 2022-02-03 22:23:49下载
- 积分:1
-
这个计算机程序的目的是允许用户构建,训练…
The purpose of this computer program is to allow the user to construct, train and test differenttypes of artificial neural networks. By implementing the concepts of templates, inheritance andderived classes from C++ object oriented programming, the necessity for declaring multiple largestructures and duplicate attributes is reduced. Utilizing dynamic binding and memory allocationafforded by C++, the user can choose to develop four separate types of neural networks:
- 2022-10-01 19:30:03下载
- 积分:1
-
vc used to write, while useful bp algorithm and the use of rbf neural network tr...
用vc写的,同时有用bp算法和用rbf神经网络进行训练和识别的程序,可以看到两种不同方法得到的结果-vc used to write, while useful bp algorithm and the use of rbf neural network training and identification procedures, we can see the two different methods to obtain the result
- 2022-03-21 23:58:07下载
- 积分:1
-
遗传算法,实现的是一个猜答案的过程,
这种算法比较经典,可以借鉴...
遗传算法,实现的是一个猜答案的过程,
这种算法比较经典,可以借鉴-genetic algorithm to achieve guess the answer is a process, this method is classic, we can draw on
- 2023-03-20 18:05:04下载
- 积分:1
-
MCP(最大截问题)的模拟退火算法程序源码
MCP(最大截问题)的模拟退火算法程序源码-MCP (the largest cut-off issues) of the simulated annealing algorithm program source
- 2022-08-13 10:20:52下载
- 积分:1
-
LS-SVM_UserGuide是LS-SVM使用方法介绍的一篇文章,竟对我们学习支持向量机有很大的帮助。-LS-SVM_UserGuide is the use of LS-SVM method described in an article we had on the support vector machine learning of great help.
- 2022-08-15 09:27:41下载
- 积分:1
-
采用动量梯度下降算法训练 BP 网络。
采用动量梯度下降算法训练 BP 网络。 -Gradient descent algorithm using momentum BP network training.
- 2022-08-17 05:42:45下载
- 积分:1
-
仿真人工智能是指用人工的方法和技术,模仿、延伸和扩展人的智能,实现机器的智能化,人工情感指用人工的方法和技术,模仿、延伸和扩展人的情感,使机器具有识别、理解和表...
仿真人工智能是指用人工的方法和技术,模仿、延伸和扩展人的智能,实现机器的智能化,人工情感指用人工的方法和技术,模仿、延伸和扩展人的情感,使机器具有识别、理解和表达情感的能力。
- 2023-03-27 03:25:03下载
- 积分:1
-
模拟退火算法经常用于最优化问题,本算法通俗易用!
模拟退火算法经常用于最优化问题,本算法通俗易用!-Simulated annealing algorithm often used for optimization problems, this algorithm is popular to use!
- 2022-09-07 07:20:03下载
- 积分:1