Skip to content

Commit

Permalink
Update demo.m
Browse files Browse the repository at this point in the history
  • Loading branch information
ericstrobl committed May 25, 2014
1 parent 1c08324 commit 7d6f7b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo.m
Expand Up @@ -29,7 +29,7 @@
[pred,acc] = deepMKL_test([x;Xtest],Ytest,model,net);

%two layer
[model,net] = deepMKL_train(x,y,2,1E-2);
[model,net] = deepMKL_train(x,y,2,1E-5);
[pred,acc] = deepMKL_test([x;Xtest],Ytest,model,net);

%three layer
Expand Down

0 comments on commit 7d6f7b3

Please sign in to comment.