Skip to content

Commit b9dc731

Browse files
author
James Bergstra
committed
Merge branch 'master' of git@github.com:lisa-lab/DeepLearningTutorials
2 parents 91608e4 + 356d814 commit b9dc731

2 files changed

Lines changed: 4 additions & 5 deletions

File tree

code/SdA.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -263,12 +263,12 @@ def __init__(self, n_visible= 784, n_hidden= 500, corruption_level = 0.1,\
263263
self.params = [ self.W, self.b, self.b_prime ]
264264

265265

266-
class DeepNetwork()
267-
def pretrain( dataset )
268-
def finetune()
266+
#class DeepNetwork:
267+
# def pretrain( dataset )
268+
# def finetune()
269269

270270

271-
class SdA():
271+
class SdA(object):
272272
"""Stacked denoising auto-encoder class (SdA)
273273
274274
A stacked denoising autoencoder model is obtained by stacking several

doc/contents.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ Contents
1414
logreg
1515
mlp
1616
lenet
17-
deep
1817
SdA
1918
rbm
2019
dbn

0 commit comments

Comments
 (0)