-
数据挖掘中的ID3算法源码
决策树的经典算法之一。
数据挖掘中的ID3算法源码
决策树的经典算法之一。
-Data Mining Source ID3 decision tree algorithm, one of the classic algorithm.
- 2022-07-07 09:47:33下载
- 积分:1
-
有关智能优化方法(模拟退火,遗传算法,禁忌搜索,等等)
有关智能优化方法(模拟退火,遗传算法,禁忌搜索,等等)-The intelligent optimization methods (simulated annealing,genetic algorithm,tabu search,etc)
- 2022-02-03 22:57:19下载
- 积分:1
-
用matlab语言编写模拟退火算法,实现0-1被包问题
用matlab语言编写模拟退火算法,实现0-1被包问题-using Matlab language simulated annealing algorithm to achieve 0-1 by Kit
- 2023-01-16 22:15:03下载
- 积分:1
-
最大概率分词法,这种分词算法能够较好的解决汉语分词中的歧义问题,但分词效率比最大匹配分词算法要低...
最大概率分词法,这种分词算法能够较好的解决汉语分词中的歧义问题,但分词效率比最大匹配分词算法要低-greatest probability points accidence, Segmentation algorithm can be used to solve the Chinese word segmentation of Ambiguity, but Word efficient than the largest matching segmentation algorithm lower
- 2023-01-15 14:55:03下载
- 积分:1
-
将一个矩阵对libsvm格式
convert a matrix to a libsvm format
[class1 char1 char2 ... charN
class2 char1 char2 ... charN]
- 2023-03-31 04:50:04下载
- 积分:1
-
Ito demand function optimization algorithm source code download can be used dire...
求函数优化的伊藤算法源代码,下载后可以直接使用-Ito demand function optimization algorithm source code download can be used directly
- 2022-02-01 17:31:53下载
- 积分:1
-
java版的PrefixSpan算法实现,文件里包含了详细的文档说明,还有示例。...
java版的PrefixSpan算法实现,文件里包含了详细的文档说明,还有示例。-PrefixSpan algorithm. The document containing a detailed description and an example.
- 2022-02-01 07:50:37下载
- 积分:1
-
用c语言实现的bp神经网络实现异或功能,比较好用
用c语言实现的bp神经网络实现异或功能,比较好用
-use the C Language bp neural network XOR functions, better quality
- 2023-01-07 06:45:03下载
- 积分:1
-
神经网络与遗传算法在水科学领域的应用…
神经网络和遗传算法在水科学领域的应用-neural networks and genetic algorithms in the field of water science applications
- 2023-01-29 03:05:06下载
- 积分:1
-
微分进化算法DE是1995年由Rainer Storn和Kenneth Price首先提出。DE已被证明在求解过程中具有高效性、收敛性、鲁棒性等优点[5,6]...
微分进化算法DE是1995年由Rainer Storn和Kenneth Price首先提出。DE已被证明在求解过程中具有高效性、收敛性、鲁棒性等优点[5,6] 。它在许多优化问题中都表现出优于自适应模拟退火算法、POS 算法、GA算法的性能。DE利用实数值参数向量作为每一代的种群,它的自参考种群繁殖方案与其他优化算法不同。-DE was first proposed in 1995 by Rainer Storn and Kenneth Price and had been proven that it is efficient, convergent, and robust in the solution process. [5,6] In many optimize questions, its performance surpasses the adaptive simulated annealing algorithm, the POS algorithm, and the GA algorithm. DE gets each generation of population using the real value parameter vector, and the crucial idea of DE is a scheme for generating trial parameter vectors.
- 2022-04-30 12:55:51下载
- 积分:1