资源列表
mangjiejuanji
- 信号处理的盲源分离算法,用于信号卷积混合盲分离,供大家参考一下。-Blind Source Separation of signal processing algorithms for signal convolution Blind separation, for your reference.
WTAwentideyichuansuanfayanjiu
- wta问题的求解,是关于武器的目标分配问题,此处采用了遗传算法-the English is too poor
wtawentideyiqunsaunfa
- 武器_目标分配问题也称WTA问题,是一门前沿的学科属于NP难题-the“WTA”is very hard to solve,but it give a new way.
cplan.tar
- 一个基于约束满足的规划程序,将规划问题转换为约束满足问题来求解,输入为PDDL规划语言,产生合理的规划- CPlan solves planning problems formulated as constraint satisfaction problems. Copyright (C) 1999 Peter van Beek and Xinguang Chen This program is free software you can re
pf1
- 用改进的粒子滤波算法实现基于红外图像序列的目标跟踪- an improved particle filter tracking algorithm for target tracking based on infrared image sequences
Wine-Quality-Data-Set
- 红酒、白酒质量数据集,可作为机器学习中的数据挖掘数据库-Red wine, white wine quality data sets can be used as data mining machine learning database
Internet-Advertisements-Data-Set
- 互联网广告数据集,可作为 人 工 智 能 数据-DataSet on Internet Ad,can be used as Data on Artificial Inteligence
informationgain
- 昨天传的有点小BUG 今天全部改正。实现信息增益比的代码。输入为样本,及样本类-Yesterday, a little BUG pass all correct today. Realized gain ratio information code. Enter the sample, and the sample class
FCM-used-for-image-segmention
- 基于FCM的图像分割算法,先对图像平滑,然后利用FCM对像素聚类,实现对图像的分割。-A methord based on FCM for image segmenting,firstly,using filter to smooth the image and the use the rule of FCM clustering pix finshing image segmention
filter
- 巴特沃斯滤波器对脑电信号进行滤波,分别对低通、中通、高通滤波器进行设计,此文件是源码和脑电数据。-Butterworth filter for filtering EEG signals were low-pass, pass, high-pass filter design, this file is the source and EEG data.
TRAOD_Algorithm
- 基于轨迹划分的异常轨迹检测方法。首先采用两种分段粒度将每条轨迹分为若干子轨迹线段,然后,在基于距离的异常检测方法的基础上,引入调整系数的概念,采用密度与距离相结合的方法进行异常轨迹检测。 -Abnormal trajectory detection method based on trajectory partition.Firstly each trajectories should be divided into several substrajectories using two gr
SVM
- SVM: 一种分类器,采用最大化分类间隔进行优化参数。 关于这个分类器两点比较重要: 1)SMO优化算法需要掌握, 可以具体参看两篇文章,John Platt的文章 以及“Improvements to Platt s SMO algorithm for SVM Classifier Design” 2)核函数的使用,如何将核函数使用到SVM中,核函数就是空间转换的函数, 说白了就是距离计算函数,如何将同类之间的距离计算的比较近,如何将低维空间转换到易于分类的高维空间