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 7085b86 commit bd22afeCopy full SHA for bd22afe
README.md
@@ -1,14 +1,19 @@
1
# Deep Learning w/ Python
2
3
classes:
4
+
5
DBN: Deep Belief Nets
6
7
CDBN: Deep Belief Nets w/ continuous-valued inputs
8
9
RBM: Restricted Boltzmann Machine
10
11
CRBM: Restricted Boltzmann Machine w/ continuous-valued inputs
12
13
14
LR: Logistic Regression
15
16
17
HiddenLayer: Hidden Layer of Neural Networks
18
19
@@ -23,4 +28,5 @@ References :
23
28
https://github.com/lisa-lab/DeepLearningTutorials
24
29
25
30
31
26
32
Bug reports are deeply welcome.
0 commit comments