搜索资源列表
adapting
- 给予稀疏编码的原理将10幅自然图像进行系数分解成为图像基。
OlshausenField1997.是过完备基的稀疏编码算法
- 是过完备基的稀疏编码算法,对于过完备基有很大帮助。,Is over-complete dictionary based sparse coding algorithm, for over-complete base of much help.
fast_sc.rar
- 稀疏编码的算法,运行请阅读readme文件,很简单,Sparse coding algorithmsrun matlab and execute: "demo_fast_sc(1)": epsilon-L1 sparsity penalty "demo_fast_sc(2)": L1 sparsity penalty
KSVD
- 图像稀疏编码的一种方法,可用于基于稀疏表示的图像压缩、去噪等-Sparse image coding method can be used for sparse representation-based image compression, denoising, etc.
code
- 稀疏编码的工具包,用matlab实现,数学上是求解l1 norm最小化-toolkit for sparse coding
CVPR09-ScSPM
- 基于稀疏编码和线性塔式匹配的图像分类算法。-This package contains the Matlab codes implementing the ScSPM algorithm described in CVPR 09 paper "Linear Spatial Pyramid Matching using Sparse Coding for Image Classification".
contournet
- 视觉神经科学中一个重要的研究方法就是建立初级视觉系统功能与自然图像的统计特性之间的关系,通过对自然图像的有效编码(稀疏性)可以模拟初级视觉皮层的一些基本属性,包括简单、复杂细胞的感受野,细胞的空间组织结构等。本课题旨在研究如何建立一个高阶神经网络结构,通过学习过程稀疏的表示复杂细胞对自然图像块的响应,进而实现对图像轮廓的编码以及模型自上而下的推理。-use ica and gabor filter to simulate the visula system of human
KSVD_Matlab_ToolBox
- 图像稀疏编码的一种方法,可用于基于稀疏表示的图像压缩、去噪等-Sparse image coding method can be used for sparse representation-based image compression, denoising, et
snmf
- 稀疏非负矩阵分解,稀疏非负矩阵分解(SNMF)在线形稀疏编码理论的基础上将大量数据分解成正稀疏分量的一种算法-SNMF,Sparse non-negative matrix factorization
RSC算法仿真
- 稀疏编码经典方法RSC的matlab仿真程序,来源于大神主页(the Sparse respresentation RSC algrithom)
CVPR-ScSPM
- 有关线性动态系统的稀疏编码和字典学习的Matlab源代码(Matlab source code about Sparse Coding and Dictionary Learning with Linear Dynamical Systems)
稀疏分解图像去噪
- 基于稀疏字典和稀疏编码的图像去噪算法,基于低秩约束的高光谱条纹噪声去除,包含论文及代码(Based on sparse dictionary and sparse coding image denoising algorithm, based on low rank constraints of hyperspectral fringe noise removal, including papers and code)
eccv10_tutorial_part2
- 稀疏编码图像分类, 稀疏表示创始人写的PPT,内容精彩,分析清晰,易于理解(sparse coding image classification, PPT written by the original author of sparse representation, the PPT content is easy to realize with clear illustration and analysis.)
l1_ls
- l1范数约束的使用最小二乘法计算观测信号的稀疏编码,(L1 norm constraint using the least squares method to calculate the observed signal sparse coding,)
gait-sp-beta1.tar
- 本代码主要是稀疏编码的方法来进行步态识别的,识别率高,错误率低。(This code is mainly sparse coding method for gait recognition, high recognition rate, low error rate.)
稀疏分解
- 信号稀疏表示的目的就是在给定的超完备字典中用尽可能少的原子来表示信号,可以获得信号更为简洁的表示方式,从而使我们更容易地获取信号中所蕴含的信息,更方便进一步对信号进行加工处理,如压缩、编码等(Signal sparse representation is to overcomplete dictionary given in as little as possible to represent atomic signal, signal can be more succinct represen
fast_sc
- 快速稀疏编码算法,关于稀疏表示的基本算法(Fast sparse coding algorithm and sparse representation algorithm)
卷积神经网络与稀疏编码
- 关于稀疏编码的与卷积神经网络关系的深入解读(In-depth interpretation of the relationship between sparse coding and convolution neural networks)
稀疏自动编码器的matlab代码
- 本资源是3层的自编码器加上稀疏正则项约束的matlab代码。隐层激活函数选sigmoid函数,输出层选线性函数,程序中以一个标准数据集sonar为例,使用该方法可以做无监督表征学习,数据压缩,多任务学习等(This resource is a 3-layer self-encoder plus matlab code for sparse regular term constraints. The hidden layer activation function selects the sigm
稀疏编码理论(LDPC、Fountai Code、Turbo Codes)
- 稀疏编码理论(LDPC、Fountai Code、Turbo Codes)等编码知识的课件,入门的好资料。