image
cdyyy136

这家伙很懒,什么也没写

Ta上传的资源(0)个

motion deblurring

本文从软件和硬件两方面介绍了去除图像中由于物体运动造成模糊的方法

专业指导 23 0 PPT 2020-05-16 00:05:34

matlab code for spectrogram

程序对输入的audio文件进行频谱分析,并绘制其spectrogram。输入文件需为.wav文件

专业指导 24 0 ZIP 2020-04-26 15:04:33

贝叶斯分类器

thismatlabscriptusesnaivebayesclassifiertolearntopredictUScongressmanpartyaffiliation(Democrat/Republican)fromthevotesonanumberofissues.

专业指导 14 0 ZIP 2019-07-17 23:07:48

梯度下降法在linear regression中的应用

程序使用梯度下降法来求解linearregression,使用basisfunctions的linearregression和ridgeregression。

专业指导 28 0 RAR 2019-06-21 17:06:46

拉氏变换Z变换零极点绘制

程序对输入信号表达式进行拉普拉斯变化和Z变换,绘制出零极点图,并判断系统是否稳定

专业指导 49 0 ZIP 2019-05-06 21:05:04

sobeloperatorforedgedetection

sobel operator for edge detection The Sobel operators create such a perpendicular smoothing by convolving with the binomial kernel (1/4, 1/2, 1/4)

讲义 24 0 2019-01-02 21:01:58

Grid Search Algorithm

Grid search is a widely used algorithm in machine learning, which to use a brute-force approach to find optimal parameters. The code gives an example

专业指导 58 0 ZIP 2019-01-02 16:01:06

Gentle Boosting

介绍了machine learning中gentle boosting的基本思想和算法,并附有相关matlab程序和例子。 运用cross validation来选取iteration的次数。

专业指导 30 0 ZIP 2018-12-28 13:12:52

projected descent method for Lasso optimization

程序使用投影梯度下降法对Lasso模型(least squares loss function + L1 regularision term)求优化值,并附有相关的例子

专业指导 47 0 ZIP 2018-12-28 04:12:36

基于颜色的图像分割算法MATLAB代码

通过对彩色图像中颜色信息进行选取,作为分类标识。基于LAB颜色空间,计算各像素点颜色到标识的距离,实现图像分割及区域检测

其他 59 0 RAR 2018-12-07 19:12:34