-
这是一种模式识别算法的休假
这是一个模式识别中的留一法算法的一个简单仿真分类实例,其中female.txt和male.txt是训练样本,test.txt是测试样本,分类效果非常好,对于模式学习的初学者将会有很大帮助。-This is a pattern recognition algorithm for leave-one simulation of a simple classification example, is one of female.txt and male.txt training samples, test.txt is the measurement, classification effect is very good for beginners will be learning model there is a great help.
- 2022-02-25 14:08:00下载
- 积分:1
-
基于VC开发的遗传算法源程序,有详尽的注释说明
基于VC开发的遗传算法源程序,有详尽的注释说明-based on the development of the VC genetic algorithm source files, a detailed Explanatory notes
- 2022-01-25 21:02:37下载
- 积分:1
-
This a neural network development kit. Ann directory under specific neural netwo...
这是一个神经网络开发包。目录ann下是专门针对神经网络的代码,外部目录是一些公用的代码,与神经网络无关,但是神经网络的代码用到了它们。 ann目录下有一个目录demo,里面存放了一些示例程序,请参照它们进行编程。-This a neural network development kit. Ann directory under specific neural network code, external directory is some common code, has nothing to do with the neural network, but neural networks use of their code. Ann directory is a directory demo, stored inside a sample program, please refer to their program.
- 2022-03-01 10:58:26下载
- 积分:1
-
primes factor in scheme
primes factor in scheme
- 2022-02-25 18:47:05下载
- 积分:1
-
The source code of bayes classfication using VC
利用VC实现的贝叶斯分类器的源代码,可以用来分类或识别,很值得收藏-The source code of bayes classfication using VC
- 2022-04-21 03:49:15下载
- 积分:1
-
本程序用国外流行的NetLogo开发,模拟蚂蚁群寻食
本程序用国外流行的NetLogo开发,模拟蚂蚁群寻食-this program popular with foreign NetLogo development, simulation Ant group ants
- 2022-08-03 10:08:13下载
- 积分:1
-
用于求解多目标优化问题,多目标进化算法源程序
用于求解多目标优化问题,多目标进化算法源程序-The code for multi-objective optimization algorithm
- 2022-03-24 10:35:25下载
- 积分:1
-
我自己编写的A*搜索算法,效率还是很不错的,推荐。
我自己编写的A*搜索算法,效率还是很不错的,推荐。-myself prepared by the A* search algorithm, the efficiency is still very good and recommended.
- 2022-08-21 23:11:33下载
- 积分:1
-
AI 人工智能 在C#环境下实现 9宫格 算法
AI 人工智能 在C#环境下实现 9宫格 算法-AI
- 2023-07-03 03:40:03下载
- 积分:1
-
PSOt为PSO的工具箱,该工具箱将PSO算法的核心部分封装起来,提供给用户的为算法的可调参数,用户只需要定义好自己需要优化的函数(计算最小值或者最大值),并设...
PSOt为PSO的工具箱,该工具箱将PSO算法的核心部分封装起来,提供给用户的为算法的可调参数,用户只需要定义好自己需要优化的函数(计算最小值或者最大值),并设置好函数自变量的取值范围、每步迭代允许的最大变化量(称为最大速度,Max_V)等,即可自行优化。
- 2022-01-26 19:15:08下载
- 积分:1