We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 261fd89 commit 7085b86Copy full SHA for 7085b86
README.md
@@ -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