Skip to content

Commit

Permalink
the new models
Browse files Browse the repository at this point in the history
  • Loading branch information
shamidreza committed May 2, 2015
1 parent 29f9e1b commit 82c406b
Show file tree
Hide file tree
Showing 4 changed files with 1,244 additions and 204 deletions.
2 changes: 1 addition & 1 deletion ae_stacked.py
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ def __init__(
if i == 0:
layer_input = self.x
else:
layer_input = self.sigmoid_layers[-1].output
layer_input = self.dA_layers[-1].xhid

sigmoid_layer = HiddenLayer(rng=numpy_rng,
input=layer_input,
Expand Down
2 changes: 1 addition & 1 deletion experiment.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
from utils import *


CUR_ACIVATION_FUNCTION = ReLU
CUR_ACIVATION_FUNCTION = Sigmoid

def ae_all(out_file, hidden_layers_sizes=None,
corruption_levels=None,
Expand Down
Loading

0 comments on commit 82c406b

Please sign in to comment.