-
二进制的基本遗传算法,在VC++环境下编程实现。
二进制的基本遗传算法,在VC++环境下编程实现。-binary basic genetic algorithm, the VC environment programming.
- 2022-08-09 15:06:51下载
- 积分:1
-
中科院的《高级人工智能》课件,希望对大家学习有帮助。
中科院的《高级人工智能》课件,希望对大家学习有帮助。-Chinese Academy of Sciences
- 2023-04-10 16:45:05下载
- 积分:1
-
利用MATLAB的遗传算法优化程序的编写…
这是用matlab编写的用遗传算法优化神经网络的程序-using Matlab is prepared by using genetic algorithm optimization procedures for neural networks
- 2022-03-23 20:59:36下载
- 积分:1
-
遗传算法的讲义!
遗传算法的讲义!- Heredity algorithm printed lecture!
- 2023-03-16 03:20:04下载
- 积分:1
-
Perfect code to learn genetic algorithm
学习遗传算法的标准入门程序,这是我当初入门的时候用的。-Perfect code to learn genetic algorithm
- 2022-01-21 19:28:37下载
- 积分:1
-
BP算法的运算矩阵,很有用。
BP算法的运算矩阵,很有用。-BP algorithm computing matrix, very useful.
- 2022-08-18 12:26:40下载
- 积分:1
-
粒子群优化算法,很好,大家可以试试,很好的优化算法
粒子群优化算法,挺好,大家可以试试,非常好的优化算法-PSO algorithm, is very good, we could try, very good Optimization Algorithm
- 2022-01-30 22:58:46下载
- 积分:1
-
学习排序问题的一种方法是将问题转化为分类问题。
Learning to Rank的一个方法,把排序问题转换成了一个分类问题,然后用支持向量机(SVM)训练出一个模型来。-Learning to Rank of a way to sort problem is transformed into a classification problem, and then use support vector machine (SVM) to train a model.
- 2022-12-17 05:40:03下载
- 积分:1
-
LVQ(学习矢量量化)算法:它是Kohonen的有监督学习的扩展形式。融合了自组织和有导师监督的技术,学习方法是竞争的,但产生方式是有教师监督的,也就是说,竞争...
LVQ(学习矢量量化)算法:它是Kohonen的有监督学习的扩展形式。融合了自组织和有导师监督的技术,学习方法是竞争的,但产生方式是有教师监督的,也就是说,竞争学习是在由训练输入指定的各类中局部进行。-LVQ (LVQ) algorithm : it is Kohonen of supervised learning the expansion of the form. The convergence of self-organization and supervision of the instructors, learning methods of competition, but there are ways teachers to supervise, meaning that the competitive learning is the training input from the designated categories of partial.
- 2022-12-12 11:25:02下载
- 积分:1
-
FAST apriori.cpp 基于数组和为运算的apriori算法实现,采用为运算来测试子集的存在性,把测试子集存在性的复杂度由O(n^2)降低为O(n)...
FAST apriori.cpp 基于数组和为运算的apriori算法实现,采用为运算来测试子集的存在性,把测试子集存在性的复杂度由O(n^2)降低为O(n)-FAST apriori.cpp array-based computing and for the apriori algorithm, adopted as the operator to test the existence of a subset to test the existence of a subset of the complexity from O (n ^ 2) reduced to O (n)
- 2022-08-16 14:04:17下载
- 积分:1