-
用于数据挖掘的分类算法,基于c语言的,一个c4.5分类算法
用于数据挖掘的分类算法,基于c语言的,一个c4.5分类算法-used for the classification of data mining algorithms, based on the c language, a classification algorithm c4.5
- 2022-02-05 13:11:08下载
- 积分:1
-
针对著名的UCI机器学习数据库中的iris data的kmeans聚类分析程序,具有代表性...
针对著名的UCI机器学习数据库中的iris data的kmeans聚类分析程序,具有代表性-For the well-known UCI machine learning repository of the iris data of kmeans cluster analysis procedure, a representative
- 2023-04-21 07:25:04下载
- 积分:1
-
Voltage regulation simulation software may biggest transmission
power
电压稳定的仿真软件
可以的出最大传输功率
- Voltage regulation simulation software may biggest transmission
power
- 2022-06-26 11:23:23下载
- 积分:1
-
这是一个非常好用的蚂蚁算法(蚁群算法)模拟程序,很好用噢,快来试试吧...
这是一个非常好用的蚂蚁算法(蚁群算法)模拟程序,很好用噢,快来试试吧-This a very user-friendly ant algorithm (ant colony algorithm) simulation program, easy to use Oh, Come and try!
- 2022-07-02 21:11:49下载
- 积分:1
-
bp achieve with the digital identification procedures, the use of classical bp a...
用bp实现的数字识别程序,用到了经典的bp算法,可移植到其他应用程序中去-bp achieve with the digital identification procedures, the use of classical bp algorithm can be transplanted to other applications go
- 2023-02-14 16:30:05下载
- 积分:1
-
神经网络算法源程序,如ADALINE,提供针对算法的演示源程序
神经网络算法源程序,如ADALINE,提供针对算法的演示源程序-neural network algorithm source, such as ADALINE provide demonstration against the algorithm source code
- 2022-01-26 06:37:48下载
- 积分:1
-
用c语言演绎“生命游戏",本世纪70年代,人们曾疯魔一种被称作“生命游戏”的小游戏,这种游戏相当简单。假设有一个像棋盘一样的方格网,每个方格中放置一个
生命...
用c语言演绎“生命游戏",本世纪70年代,人们曾疯魔一种被称作“生命游戏”的小游戏,这种游戏相当简单。假设有一个像棋盘一样的方格网,每个方格中放置一个
生命细胞,生命细胞只有两种状态:“生”或“死”。-with language interpretation c Life "game", the 1970s, It had been a crazy demons known as the "Game of Life" of the games, this game is quite simple. Suppose a chessboard like the same grid, each square place a living cell, cell lives only two states : "Health" or "dead."
- 2022-06-18 16:24:31下载
- 积分:1
-
BP neural network C language package
BP神经网络C语言程序包-BP neural network C language package
- 2022-01-24 09:28:46下载
- 积分:1
-
人工智能是现在科学发展的热门,该程序通过人工神经网络的原理实现图像的分类功能...
人工智能是现在科学发展的热门,该程序通过人工神经网络的原理实现图像的分类功能-The scientific development of artificial intelligence is now the most popular, the program adopted the principle of artificial neural network classification of image features
- 2022-04-20 10:15:52下载
- 积分:1
-
我们解决八数码问题,广度优先搜索可能会导致内存不够用,采用启发式搜索,启发函数为f(x)=g(x)+h(x) g(x)为该结点不同于目标结点的个数,h(x)为该...
我们解决八数码问题,广度优先搜索可能会导致内存不够用,采用启发式搜索,启发函数为f(x)=g(x)+h(x) g(x)为该结点不同于目标结点的个数,h(x)为该结点的深度,选择那f(x)结点最小的那个结点进行扩展, 引入了一个"扩展数组[4]"(因为扩展的结点最多只有4个),该数组保存着某个结点的0点向各个方向的扩展的结点对象,然后对该扩展数组进行分析,利用启发函数在进行递归扩展... -us solve eight digital, BFS may lead to insufficient memory, using heuristic search, heuristic function f (x) = g (x) h (x) g (x) for the target node is different from the number of nodes, h (x) for the nodes of depth, the choice between f (x) nodes that the smallest node expansion. the introduction of an "expanded array [4]" (because the expansion of the nodes at most four), The array maintains a node of 0:00 a.m. to expand in all directions in the target node, and then expanded array analysis, use heuristic function during recursive expansion ...
- 2022-08-06 14:22:02下载
- 积分:1