-
mcmc程序经典
经典马尔科夫蒙特卡罗采样工具箱,包含详细的子函数,可以用与点目标跟踪和多目标跟踪的很多应用场合。添加到matlab工具箱中可以直接运行。
- 2022-05-09 12:41:52下载
- 积分:1
-
CRF跨平台源代码
条件随机场源代码,本人对其进行了修改,可以在linux平台和window平台执行,不用修改代码,可以直接执行。
- 2022-03-24 00:34:24下载
- 积分:1
-
大规模数据集的自适应网格
Adaptive Grids for Clustering Massive Data Sets - MAFIA. It is a subspace clustering algorithm.-Adaptive Grids for Clustering Massive Data Sets- MAFIA. It is a subspace clustering algorithm.
- 2023-01-02 02:50:03下载
- 积分:1
-
有限元计算程序,供软件工程,力学专业的老师和学生参考
有限元计算程序,供软件工程,力学专业的老师和学生参考-Finite element program for software engineering, mechanical professional teachers and students for reference
- 2023-06-02 02:20:03下载
- 积分:1
-
视觉控制
版本更新许可AForge.Video.FFMPEG成分,这是目前发布 根据GPL V3许可证(因依赖FFMPEG库GPL版本)。的其余部分 该框架仍然GPLv3的许可证。
- 2023-03-20 22:30:13下载
- 积分:1
-
dtw.c 算法
在日常的生活中我们最经常使用的距离毫无疑问应该是欧式距离,但是对于一些特殊情况,欧氏距离存在着其很明显的缺陷,比如说时间序列,举个比较简单的例子,序列A:1,1,1,10,2,3,序列B:1,1,1,2,10,3,如果用欧氏距离,也就是distance[i][j]=(b[j]-a[i])*(b[j]-a[i])来计算的话,总的距离和应该是128,应该说这个距离是非常大的,而实际上这个序列的图像是十分相似的,这种情况下就有人开始考虑寻找新的时间序列距离的计算方法,然后提出了DTW算法,这种方法在语音识别,机器学习方便有着很重要的作用。
这个算法是基于动态规划(DP)的思想,解决了发音长短不一的模板匹配问题,简单来说,就是通过构建一个邻接矩阵,寻找最短路径和。
请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-01-21 23:10:34下载
- 积分:1
-
MOEA framework
应用背景The MOEA Framework is a free and open source Java library for developing and
experimenting with multiobjective evolutionary algorithms (MOEAs) and other
general-purpose multiobjective optimization algorithms. The MOEA Framework
supports genetic algorithms, differential evolution, particle swarm
optimization, genetic programming, grammatical evolution, and more. A number of
algorithms are provided out-of-the-box, including NSGA-II, NSGA-III, ε-MOEA,
GDE3 and MOEA/D. In addition, the MOEA Framework provides the tools necessary
to rapidly design, develop, execute and statistically test optimization
algorithms.关键技术Its key features includes:
* Fast, reliable implementations of many state-of-the-art algorithms
* Extensible with custom algorithms, problems and operators
* Supports master-slave, island-model, and hybrid parallelization
&n
- 2022-02-28 22:09:39下载
- 积分:1
-
用matlab编写的bpsk的程序.
用matlab编写的bpsk的程序.-using Matlab BPSK prepared by the procedure.
- 2022-09-18 18:50:02下载
- 积分:1
-
归并排序的c实现
归并排序的c实现-Merging Sort of achieving c
- 2022-03-20 05:58:05下载
- 积分:1
-
2,算法设计线性时间选择
2,算法设计线性时间选择-2, the algorithm design of linear time to choose
- 2022-07-23 18:06:42下载
- 积分:1