Skip to content

Commit

Permalink
small changes to make parameter names consistent (in test_smoothnet.m)
Browse files Browse the repository at this point in the history
  • Loading branch information
Philip-Bachman committed May 30, 2014
1 parent 8892979 commit 835cc33
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Binary file modified .DS_Store
Binary file not shown.
6 changes: 3 additions & 3 deletions test_smoothnet.m
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
% NET.drop_input: Drop rate parameter for nodes in input layer.
%
NET.weight_noise = 0.00;
NET.drop_rate = 0.00;
NET.drop_hidden = 0.00;
NET.drop_input = 0.00;

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Expand Down Expand Up @@ -95,7 +95,7 @@
for i=1:numel(layer_dims),
NET.layer_lams(i).lam_l1 = 0;
NET.layer_lams(i).lam_l2 = 0;
NET.layer_lams(i).wt_bnd = 10.0;
NET.layer_lams(i).l2_bnd = 10.0;
end
NET.layer_lams(numel(layer_dims)).ord_lams = [0.1 0.1];

Expand Down Expand Up @@ -144,4 +144,4 @@

%%%%%%%%%%%%%%
% EYE BUFFER %
%%%%%%%%%%%%%%
%%%%%%%%%%%%%%

0 comments on commit 835cc33

Please sign in to comment.