搜索资源列表
fn_DBn_2D
- 对二维信号(例如二维图像),实现多级小波的分解和重构,用到的小波函数是 DBN 小波,即Daubechies小波。
DeepLearnToolbox-master
- deep learning 包含CAE CNN NN SAE和DBN算法-deep learning includes CAE CNN NN SAE and DBN algorithms
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
DeepLearnToolbox
- 关于深度学习的比较好的代码参考资料,包括CAE,CNN,DBN,NN,SAE等基准程序-Depth learning about good code references, including CAE, CNN, DBN, NN, SAE and other benchmarks
test_example_DBN
- the test example code of dbn net, it is the example code in matlab
mnistclassify_DBN
- 深度学习中的比较流行的深度信念网络的源代码(dbn)-deep learning
DBN
- 深度信念网络 (Deep Belief Network, DBN) 由 Geoffrey Hinton 在 2006 年提出。它是一种生成模型,通过训练其神经元间的权重,我们可以让整个神经网络按照最大概率来生成训练数据。我们不仅可以使用 DBN 识别特征、分类数据,还可以用它来生成数据。下面的图片展示的是用 DBN 识别手写数字: -Depth belief networks (Deep Belief Network, DBN) proposed by the Geoffrey Hinton i
LBP-DBN-face-recognition-master
- 人脸识别 matlab 运用lbp特征加入svm进行训练-face recognition
python-dbn-master
- 运用python语言,基于dbn的手写数字体识别(Handwritten numeral recognition based on dbn using python language)
LiftingWaveletTransform-master
- 基本的小波变换程序 具体内容参阅文件说明(Wavelet transform (1d & 2d) haar, dbN, symn)