-
A small self
一个可自我学习的人工智能小模型,可进行训练,也可进行提问。 希望对大家研究人工智能算法上有帮助!-A small self-learning artificial intelligence model for training, but also ask questions. We hope that research on artificial intelligence algorithms help!
- 2022-03-06 02:23:50下载
- 积分:1
-
非常简单的一个神经网络小程序 自己写的 还用了遗传算法进行优化...
非常简单的一个神经网络小程序 自己写的 还用了遗传算法进行优化-Very simple neural network of a small program written in their own also used genetic algorithms to optimize
- 2023-07-15 19:35:03下载
- 积分:1
-
基于Hopfield神经网络解决旅行商问题,模式…
基于Hopfield神经网络解决旅行商问题,学习模式识别的朋友可以参考-Based on the Hopfield neural network to solve traveling salesman problem, pattern recognition learning can refer to a friend
- 2022-11-08 14:00:04下载
- 积分:1
-
matlab在神经网络中的一些界面函数
matlab在神经网络中的一些界面函数-Matlab in neural network interface function of
- 2022-02-26 18:34:44下载
- 积分:1
-
这是一个关于遗传算法的MATLAB程序,用于求某种函数的极值
这是一个关于遗传算法的MATLAB程序,用于求某种函数的极值-This is a genetic algorithm on the MATLAB program for a certain function for the Extreme
- 2022-03-21 16:53:08下载
- 积分:1
-
我的八数码游戏!! 学人工智能的编写的
我的八数码游戏!! 学人工智能的编写的-my eight digital game! ! The study prepared by the Artificial Intelligence
- 2022-03-24 03:27:20下载
- 积分:1
-
遗传算法人工生命模拟,这是一个遗传算法关于人工生命模拟的实例...
遗传算法人工生命模拟,这是一个遗传算法关于人工生命模拟的实例-Artificial Life Simulation of genetic algorithm, which is a genetic algorithm on the example of artificial life simulation
- 2022-08-21 15:18:42下载
- 积分:1
-
Visual C++实现的基因遗传算法库源代码以演示程序Free Source Code for Genetic algorithm
2008年05月21日...
Visual C++实现的基因遗传算法库源代码以演示程序Free Source Code for Genetic algorithm
2008年05月21日
C++, Windows, Win32, Visual Studio, MFC, STL, Arch, Dev, Design
基因遗传算法都是针对概率的,所以因为其随机的本质,导致其结果可能是好的,也可能是坏的,于是我们就需要一个方法确认这个解到底有多大的可用性。这是通过计算相似拟合度进行衡量的。染色体Chromosomes代表了基因遗传算法的结果。每次迭代,算法生成一个染色体,这些子孙染色体又会产生新的迭代……关键内容
这个基因算法库是用 Visual Studio 2005 编写的程序,第一个使用 Microsoft C/C++ 编译器,第二个使用Intel C++ 编译器。
如果你希望在你的程序你使用它,有两个办法,1是直接引用 Genetic Algorithm Library 项目,然后编译;2是添加GeneticAlgorithm.lib 静态链接库到项目中-err
- 2022-05-29 02:10:25下载
- 积分:1
-
KNN和BP的算法实现。输入一系列的样本值,进行训练和分类。源码是实现了两个分类器,已经调试通过
KNN和BP的算法实现。输入一系列的样本值,进行训练和分类。源码是实现了两个分类器,已经调试通过-KNN and BP algorithm. Enter a series of sample values, for training and classification. Source is to achieve the two classifiers have been debugging through
- 2022-03-17 14:09:57下载
- 积分:1
-
贝叶斯优化算法是一种新的演化算法,通过贝叶斯概率统计的知识来学习后代,可是使演化朝有利的方向前进,程序用C实现了贝叶斯优化算法。...
贝叶斯优化算法是一种新的演化算法,通过贝叶斯概率统计的知识来学习后代,可是使演化朝有利的方向前进,程序用C实现了贝叶斯优化算法。-Bayesian Optimization Algorithm is a new evolutionary algorithm, through Bayesian probability and statistics to learn the knowledge of future generations, but to enable the evolution towards a favorable direction, procedures C achieved a Bayesian Optimization Algorithm.
- 2022-07-03 10:48:26下载
- 积分:1