-
基于遗传算法改进的稀疏分解算法,已调试过了,写论文是编写的...
基于遗传算法改进的稀疏分解算法,已调试过了,写论文是编写的-Based on genetic algorithm to improve the sparse decomposition algorithm, has been testing and writing papers are prepared
- 2022-07-14 15:51:38下载
- 积分:1
-
EKF
基于EKF的机器人SLAM演示程序, 对于搞机器人定位及地图构建的朋友会有一定帮助, 这个版本用的人比较多-EKF-based SLAM demo of the robot, the robot carry out positioning and mapping will have a certain friend to help, this version used by many people
- 2023-07-07 15:50:03下载
- 积分:1
-
这是一种模式识别算法的休假
这是一个模式识别中的留一法算法的一个简单仿真分类实例,其中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
-
动态规划代码
Dynamic Programming Code for the TSP
- 2023-07-19 07:30:02下载
- 积分:1
-
8王后问题的演示程序,算法封装在类GAQueen,演示程序是界面程序...
8王后问题的演示程序,算法封装在类GAQueen,演示程序是界面程序-8 queen problem demo program, the algorithm is packaged in a category GAQueen, demo program is the interface procedures
- 2022-01-27 09:54:15下载
- 积分:1
-
mean算法实现程序
K-mean算法实现程序-K-mean algorithm program! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! !
- 2022-02-01 19:00:34下载
- 积分:1
-
用matlab语言编写的,该程序名为模拟退火算法m 源程序
用matlab语言编写的,该程序名为模拟退火算法m 源程序-Matlab language used, the procedure called simulated annealing algorithm m source
- 2022-06-17 12:47:18下载
- 积分:1
-
tsp问题,10个城市的最佳路径。。。。。。matlab
tsp问题,10个城市的最佳路径。。。。。。matlab-tsp problem, the best 10 cities in the path. . . . . . matlab
- 2022-09-23 12:40:03下载
- 积分:1
-
调用过程 CM = Confusion_matrix(train_predicts, train_targets) [combining_predicts, e...
调用过程 CM = Confusion_matrix(train_predicts, train_targets) [combining_predicts, errorrate] = combining_NB(DP, test_targets, CM) DP,三维数组,(i,j,k)为第k个样本的DP矩阵 targets 为 0 1 2 -process called CM = Confusion_matrix (train_predicts, train_targets) [combining_predicts, errorrate] = combining_NB (DP, test_targets, CM) DP, three-dimensional array (i, j, k) for the k samples of DP matrix targets for 0 1 2
- 2022-03-21 02:55:16下载
- 积分:1
-
K-均值聚类算法的编程实现。包括逐点聚类和批处理聚类。K-均值聚类的的时间复杂度是n*k*m,其中n为样本数,k为类别数,m为样本维数。这个时间复杂度是相当客观的。因为如果用每秒10亿次的计算机对50个样本采用穷举法分两类,寻找最优,列举一遍约66.7天,分成3类,则要约3500万年。针对算法局部最优的缺点,本人正在编制模拟退火程序进行改进。希望及早奉给大家,倾听高手教诲。-K-means clustering algorithm programming. Point by point, including clustering and clustering batch. K-means clustering of the time complexity of n* k* m, n samples, several types of k, m sample dimension. The time complexity is a very objective. Because if we use one billion times per second the computer using 50 samples of two exhaustive method to find the optimal set out again about 66.7 days, divided into three categories, offering 3,500 years. Local optimal algorithm against the shortcomings, I was prepared simulated annealing process improvements. Early Feng hope for everyone, listen to the master teachings.
- 2022-01-28 00:58:44下载
- 积分:1