diff baseline_algorithms/conv_mlp/convolutional_mlp.conf @ 166:17ae5a1a4dd1

Moving the convolutional MLP code into baseline
author Dumitru Erhan <dumitru.erhan@gmail.com>
date Fri, 26 Feb 2010 14:03:24 -0500
parents conv_mlp/convolutional_mlp.conf@33038ab4e799
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/baseline_algorithms/conv_mlp/convolutional_mlp.conf	Fri Feb 26 14:03:24 2010 -0500
@@ -0,0 +1,7 @@
+learning_rate=0.01
+n_iter=1
+batch_size=20
+n_kern0=20
+n_kern1=50
+filter_shape=5
+n_layer=3
\ No newline at end of file