文件名称:c_code_dbn
- 所属分类:
- 图形图像处理(光照,映射..)
- 资源属性:
- [C/C++] [源码]
- 上传时间:
- 2013-09-16
- 文件大小:
- 1.19mb
- 下载次数:
- 0次
- 提 供 者:
- den****
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
这是深度置信网的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
The Conjugate Gradient implementation is based (translated and simplfied) on Carl Edward Rasmussen s matlab code at http://learning.eng.cam.ac.uk/carl/code/minimize/minimize.m
* rbm.h the DBN/Autoencoder implementation.
* mnist.h Reading MNIST data file
* spectrum.inl RGBs to map weights to colors. Blue is 0 and red is close to 1.0.
* demo.cc training/test demos
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
The Conjugate Gradient implementation is based (translated and simplfied) on Carl Edward Rasmussen s matlab code at http://learning.eng.cam.ac.uk/carl/code/minimize/minimize.m
* rbm.h the DBN/Autoencoder implementation.
* mnist.h Reading MNIST data file
* spectrum.inl RGBs to map weights to colors. Blue is 0 and red is close to 1.0.
* demo.cc training/test demos
(系统自动生成,下载前可以参看下载内容)
下载文件列表
rbm-mnist-master
................\LICENSE
................\README.md
................\rbm-131.png
................\src
................\...\demo.cc
................\...\mnist.h
................\...\rbm.h
................\...\spectrum.inl