Skip to content

Commit 7085b86

Browse files
author
Yusuke Sugomori
committed
readme
1 parent 261fd89 commit 7085b86

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

README.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# Deep Learning w/ Python
2+
3+
classes:
4+
DBN: Deep Belief Nets
5+
CDBN: Deep Belief Nets w/ continuous-valued inputs
6+
7+
RBM: Restricted Boltzmann Machine
8+
CRBM: Restricted Boltzmann Machine w/ continuous-valued inputs
9+
10+
LR: Logistic Regression
11+
12+
HiddenLayer: Hidden Layer of Neural Networks
13+
14+
15+
16+
References :
17+
- Y. Bengio, P. Lamblin, D. Popovici, H. Larochelle: Greedy Layer-Wise
18+
Training of Deep Networks, Advances in Neural Information Processing
19+
Systems 19, 2007
20+
21+
22+
- DeepLearningTutorials
23+
https://github.com/lisa-lab/DeepLearningTutorials
24+
25+
26+
Bug reports are deeply welcome.

0 commit comments

Comments
 (0)