Deep Neural Network

It provides deep learning tools of deep belief networks (DBNs).
50,3K descargas
Actualizado 5 ago 2016

Ver licencia

Nota del editor: Popular File 2018

Run testDNN to try!
Each function includes description. Please check it!
It provides deep learning tools of deep belief networks (DBNs) of stacked restricted Boltzmann machines (RBMs). It includes the Bernoulli-Bernoulli RBM, the Gaussian-Bernoulli RBM, the contrastive divergence learning for unsupervised pre-training, the sparse constraint, the back projection for supervised training, and the dropout technique.
The sample codes with the MNIST dataset are included in the mnist folder. Please, see readme.txt in the mnist folder.
Hinton et al, Improving neural networks by preventing co-adaptation of feature detectors, 2012.
Lee et al, Sparse deep belief net model for visual area V2, NIPS 2008.
http://read.pudn.com/downloads103/sourcecode/math/421402/drtoolbox/techniques/train_rbm.m__.htm
Modified the implementation of the dropout.
Added feature of the cross entropy object function for the neural network training.
It includes the implementation of the following paper. If you use this toolbox, please cite the following paper:
Masayuki Tanaka and Masatoshi Okutomi, A Novel Inference of a Restricted Boltzmann Machine, International Conference on Pattern Recognition (ICPR2014), August, 2014.
Related SlideShare and pdf are available.
http://like.silk.to/matlab/dnn.html

Citar como

Masayuki Tanaka (2024). Deep Neural Network (https://www.mathworks.com/matlabcentral/fileexchange/42853-deep-neural-network), MATLAB Central File Exchange. Recuperado .

Compatibilidad con la versión de MATLAB
Se creó con R2012a
Compatible con cualquier versión
Compatibilidad con las plataformas
Windows macOS Linux
Agradecimientos

Inspiración para: wavelet transform of image, deep learning tool

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Versión Publicado Notas de la versión
1.19

Modified explanation of option.

1.18.0.0

Added link information.
Bug fixed for the GBDBN.

1.17.0.0

Added ICPR2014 implimentation.

1.16.0.0

The bug related the object function is fixed.

1.15.0.0

I added the implementation of the ICPR 2014 algorithm.

1.14.0.0

Added sample of evaluation test data of MNIST.

1.13.0.0

CalcErrorRate is debuged.

1.12.0.0

Fixed the bug in trainDBN.m for GBDBN.

1.11.0.0

Sample codes of the MNIST dataset are included.

1.10.0.0

The bug is fixed.

1.9.0.0

Bug fix.

1.8.0.0

Modified testDNN.m

1.7.0.0

Bug fixed in GetDroppedDBN.

1.6.0.0

Some bags are fixed.

1.5.0.0

Debugged. Thank you, chong!

1.2.0.0

Modified the implementation of the dropout.
Added feature of the cross entropy object function for the neural network training.

1.0.0.0