view test_mlp.py @ 138:86bc934a7518

futur test
author Frederic Bastien <bastienf@iro.umontreal.ca>
date Mon, 12 May 2008 13:54:54 -0400
parents 2ca8dccba270
children b4657441dd65
line wrap: on
line source


from mlp import *

def test0():
    nnet = OneHiddenLayerNNetClassifier(10,3,.1)


test0()