Mercurial > pylearn
view test_mlp.py @ 129:4c2280edcaf5
Fixed typos in learner.py
author | Yoshua Bengio <bengioy@iro.umontreal.ca> |
---|---|
date | Wed, 07 May 2008 21:22:56 -0400 |
parents | 2ca8dccba270 |
children | b4657441dd65 |
line wrap: on
line source
from mlp import * def test0(): nnet = OneHiddenLayerNNetClassifier(10,3,.1) test0()