资源列表
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中,核函数就是空间转换的函数, 说白了就是距离计算函数,如何将同类之间的距离计算的比较近,如何将低维空间转换到易于分类的高维空间
TreeRegression
- 树回归:对复杂的关系建模。一般可以分为两种,一种是回归树,一种是模型树, 主要的区别在于对于叶节点的建模方式,回归树使用分段常数,模型树使用线性回归方程。 可以使用剪枝技术对于可能过拟合的树进行剪枝,剪枝一般分为预剪枝和后剪枝。 回归树和模型树都是2元树,每次总是选择最好的分割方式,分成两部分。 这个是自己写的Python语言的CART树回归程序,基本实现了其原理,注释比较多。-Tree Regression: modeling of complex relationshi
dtank
- 基于神经网络的双容水箱的液面控制系统,用的是simulink仿真。-Level control system based on neural network-based dual-tank water
Neural-network-
- 神经网络时间序列预测,采用BP网络进行的时间序列预测-Neural network time series prediction
5_CNN
- 五阶CNN(细胞神经网络)的Lyapunov指数的求解代码-CNN' s fifth-order Lyapunov exponent