Mercurial > pylearn
view test_mlp.py @ 132:f6505ec32dc3
Updated documentation slightly
author | Joseph Turian <turian@gmail.com> |
---|---|
date | Thu, 08 May 2008 00:54:14 -0400 |
parents | 2ca8dccba270 |
children | b4657441dd65 |
line wrap: on
line source
from mlp import * def test0(): nnet = OneHiddenLayerNNetClassifier(10,3,.1) test0()