搜索资源列表
c_code_dbn
- 这是深度置信网的C++版本。 rbm.h 实现自动编码. mnist.h 读取MNIST数据文件 spectrum.inl RGBs与颜色的映射 demo.cc 训练/测试主程序-The deep learning algorithm is based on the matlab code provided by Geoff Hinton etc at http://www.cs.toronto.edu/~hinton/MatlabForSciencePaper.html
sparseae
- Sparse AutoEncoder 编程代码,此代码可以用于提取未命名标签的各类图像的特征,支持 Deep Learning 后续分类 MLP-Sparse AutoEncoder programming code, this code can be used to extract unnamed label features images of all kinds, supporting Deep Learning subsequent classification MLP
RGBD_autocoder
- 基于RGBD图像的自编码器实现 可以用于图像降维,特征提取-autoencoder for RGBD image
Deep-Learning-Toolbox
- 深度学习matlab工具箱,包括深度deep belief nets,stacked autoencoder,convolutional neural nets等网络。-Matlab/Octave toolbox for deep learning. Includes Deep Belief Nets, Stacked Autoencoders, Convolutional Neural Nets, Convolutional Autoencoders and vanilla Neural Ne
sparseae_exercise_finished
- 稀疏自编码器,UFLDL教程中的练习代码,已经完成了需要补充的代码-Sparse Autoencoder
AutoEncoder
- 一种稀疏自动编码程序,可以自己运行,但是需要合理调试。-a kind of AutoEncoder.
deep-belief-network
- 训练一个深度网络,并应用于MNIST库上进行字体识别-Training a deep autoencoder or a classifier on MNIST digits