-
lib-mkl
Multiple kernel learning is a model to merge multiple kernels by linear combination. Mostly solving the models are slow due to explicit computation of kernels.
Here, we propose to approximate kernel map function explicitly in finite dimensional space. Then, we use dual coordinate descent to solve the SVM. By storing the solutions in primal, we do not have to compute the kernel explicitly. A group lasso regularization on kernel weights is solved with SVM alternatingly.
This is a side-project in my research projects with Dr. Yi-Ren Yeh and Dr. Frank Wang in Academia Sinica.
- 2013-03-19 01:13:45下载
- 积分:1
-
fccmpcwn
IMC-PID是利用内模控制原理来对PID参数进行计算,毕业设计有用,采用加权网络中节点强度和权重都是幂率分布的模型,加入重复控制,采用累计贡献率的方法,实现了对10个数字音的识别,借鉴了主成分分析算法(PCA),双向PCS控制仿真。( The IMC- PID is using the internal model control principle for PID parameters is calculated, Graduation useful Using weighted model nodes in the network strength and weight are power law distribution, Join repetitive control, The method of cumulative contribution rate To achieve the recognition of 10 digital sound, It draws on principal component analysis algorithm (PCA), Two-way PCS control simulation.)
- 2016-03-29 21:14:29下载
- 积分:1
-
CSO
一个好用的鸡群算法程序,供新手学习使用,可在网上找相关资料(A good CSO program,for beginners to learn and use,,you can find relevant information online.)
- 2018-05-29 14:44:22下载
- 积分:1
-
chirp
啁啾光纤光栅matlab仿真源程序,使用matlab对啁啾光纤光栅的反射光谱进行仿真,使用了传输矩阵方法。很有用,可以直接运行(Matlab simulation source chirp fiber grating, using matlab to chirp fiber grating reflection spectrum are simulated, using the transfer matrix method.)
- 2016-12-22 13:51:18下载
- 积分:1
-
four-Toolbox-for-SVM
说明: SVM分类器,关键是对信号进行分类,是模式识别的必备宝典(SVM classifier, the key is to classify the signal is essential for pattern recognition Collection)
- 2011-03-20 21:14:30下载
- 积分:1
-
conv
实现离散卷积的源代码 里面集成了可运行的全部代码(Discrete convolution code realization)
- 2010-06-16 10:39:41下载
- 积分:1
-
imaqplot
IMAQPLOT is a simple demonstration of previewing video data using the toolbox s TimerFcn callback. IMAQPLOT also allows users to integrate the video preview into any MATLAB GUI. These are capabilities that are present in the toolbox s PREVIEW command, but are presented here as a demonstration of TimerFcn callback.
Using toolbox callback properties, you can configure a video input object to generate a live image plot display.
Do you want a basic preview window created for you? Simply call:
obj = videoinput( matrox , 1)
obj.TimerFcn = @imaqplot
obj.TimerPeriod = 0.1
obj.FramesPerTrigger = Inf
start(obj)
Do you want to add a preview window to an existing GUI? Simply provide IMAQPLOT a handle to an image object and it will update it for you:
obj = videoinput( dt , 1)
obj.TimerFcn = {@imaqplot, hImage}
obj.TimerPeriod = 0.1
obj.FramesPerTrigger = Inf
start(obj)
- 2009-10-21 15:20:29下载
- 积分:1
-
trafilter35hz
说明: 这是一个陷波器的MATLAB代码,它可以滤除指定频率的干扰波!(trap filter 35 hz ,please download !thank you very much!)
- 2010-04-07 22:57:41下载
- 积分:1
-
time-series-exponential-smoothing
时间序列预测分析法在建立非线性模型进行经济预测方面受
到广泛的重视和研究。而作为其重要分支之一的指数平滑法,因为操作简
单、适用性强、性能优良、应用广泛而成为经典的预测与控制模型
(The analysis of time series forecasting economic forecasts in a nonlinear model received wide attention and research. And as one of the important branch of the exponential smoothing, simple operation, applicability and excellent performance, wide range of applications to become a classic prediction and control models)
- 2012-06-17 12:32:31下载
- 积分:1
-
LDM
对SVM分类方法进行的一种改进方法。将其中的margin改变。(SVM classification method for an improved method. The margin will be one change.)
- 2015-12-09 11:40:31下载
- 积分:1