Mercurial > pylearn
view test_mlp.py @ 141:f5f235bebee4
...
author | Frederic Bastien <bastienf@iro.umontreal.ca> |
---|---|
date | Mon, 12 May 2008 14:13:39 -0400 |
parents | 2ca8dccba270 |
children | b4657441dd65 |
line wrap: on
line source
from mlp import * def test0(): nnet = OneHiddenLayerNNetClassifier(10,3,.1) test0()