diff test_mlp.py @ 121:2ca8dccba270

debugging mlp.py
author Yoshua Bengio <bengioy@iro.umontreal.ca>
date Wed, 07 May 2008 16:08:18 -0400
parents
children b4657441dd65
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/test_mlp.py	Wed May 07 16:08:18 2008 -0400
@@ -0,0 +1,9 @@
+
+from mlp import *
+
+def test0():
+    nnet = OneHiddenLayerNNetClassifier(10,3,.1)
+
+
+test0()
+