搜索资源列表
mancodec
- 曼彻斯特编码器与译码器 FPGA嵌入式项目开发-mancodec fpga
TheRealizationofAdaptiveArithmeticCoderWithFPGA.ra
- 本文又用C语言实现了标准的自适应算术编码,拿它与用FPGA实现的改进后的自适应算术编码的仿真结果对比验证了这种改进后编码器编码的正确性。此种结构的编码效率很高,一个时钟编码一个数据比特,时钟频率可以达到50MHZ,占用的硬件资源大约有800个CLB(可配置逻辑模块)。-This thesis realizes the adaptive arithmetic coding which is not improved with C language,compare with the result o
deep-learn-Autoencoder_Code
- 深度学习的自编码器MATLAB程序。需根据文档内说明进行相关文件下载并配置-Depth of learning from the encoder MATLAB. To be based on the relevant documents within a document instructions to download and configure
Autoencoder_Code
- 采用自编码器实现手写数字识别(matlab),是深度架构的一种。-Handwritten numeral recognition is realized by using the Auto-encoder (matlab), it is one of the deep structure.
RGBD_autocoder
- 基于RGBD图像的自编码器实现 可以用于图像降维,特征提取-autoencoder for RGBD image
sparseae_exercise_finished
- 稀疏自编码器,UFLDL教程中的练习代码,已经完成了需要补充的代码-Sparse Autoencoder
self-taught-learning
- 自主学习把稀疏自编码器和分类器实现结合。先通过稀疏自编码对无标签的5-9的手写体进行训练得到最优参数,然后通过前向传播,得到训练集和测试集的特征,通过0-4有标签训练集训练出softmax模型,然后输入测试集到分类模型实现分类。-Independent Learning the encoder and the sparse classifiers achieve the combination. First through sparse coding since no label was ha
ex6SA
- 本程序实现了一个简单的稀疏自编码器,能够获得图像的权重。-The program implements a simple sparse the encoder, the right to be able to obtain an image of the weight.
DLT
- Online Robust Non-negative Dictionary Learning for Visual Tracking , Naiyan Wang and Dit-Yan Yeung, NIPS2013,论文代码,实现自编码器快速跟踪算法- Online Robust Non-negative Dictionary Learning for Visual Tracking , Naiyan Wang and Dit-Yan Yeung, NIPS2013
starter
- 基于深度学习的稀疏自编码器,对图像特征进行提取,然后分类-Extraction the encoder based on sparse feature depth study
栈式自编码器相关程序
- 使用栈式自编码器实现光学图像的自动识别,程序完整,程序中已经包括训练和测试使用的样本,程序运行结果良好,适合进行机器学习的同行进行学习和研究。(Use the stack automatic recognition, optical image encoder to achieve self program integrity, training and testing samples have been used including program, program operation res
空间矢量异步电机变频器-
- 我们设计的异步电机变频调速器以TMS320F28035芯片为控制核心,通过输出三相PWM波控制智能功率模块IPM驱动三相异步电机。我们使用空间矢量SVPWM算法,并对其进行了优化。采用异步电机无传感器测速算法省去了昂贵的光电编码器,大大节省了成本。同时开创性的研发了自动根据运行环境调节的自适应变频算法,使我们的变频调速器可以在电网条件恶劣的乡村山区工作,由此该变频器已被一家民用水泵生产企业预订。(We design the asynchronous motor frequency convers
NNRec-master
- 基于自编码器的协同推荐算法,使用python实现(Collaborative recommendation algorithm based on self encoder, using Python implementation)
Grass-master
- 基于递归自动编码器的建模,例如椅子,自行车等等(Based on recursive automatic encoder modeling, such as chairs, bicycles and so on)
代码
- 主要实现了使用神经网络实现(7,4)自编码器(Using neural network implementation (7,4) autoencoder)
SparseAutoencoder-master
- 自动编码器是一种数据的压缩算法,其中数据的压缩和解压缩函数是数据相关的、有损的、从样本中自动学习的。在大部分提到自动编码器的场合,压缩和解压缩的函数是通过神经网络实现的。(An autoencoder, autoassociator or Diabolo network is an artificial neural network used for unsupervised learning of efficient codings. The aim of an autoencoder is
11
- 用于深度学习,自编码器的网络编程源码,请自行下载哦(For deep learning, self-encoder network programming source code, please download)
STM32正交编码器_外部中断
- 用外部中断实现编码器计数,不用STM32自带的编码器接口模式(Encoder Counting with External Interrupt)
稀疏自动编码器的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
降噪自编码
- 训练降噪自编码,运用降噪自编码器完成数据的特征提取和分类,可应用于图像识别。(examinationTraining noise reduction self coding, using noise reduction self coding to complete data feature extraction and classification, can be applied to image recognition.)