Mercurial > pylearn
changeset 225:8bc16220b29a
deprecation note for mlp
author | James Bergstra <bergstrj@iro.umontreal.ca> |
---|---|
date | Fri, 23 May 2008 17:11:39 -0400 |
parents | 2be51c13b55f |
children | 3595ba2610f7 |
files | mlp_factory_approach.py |
diffstat | 1 files changed, 13 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/mlp_factory_approach.py Fri May 23 17:10:03 2008 -0400 +++ b/mlp_factory_approach.py Fri May 23 17:11:39 2008 -0400 @@ -1,3 +1,16 @@ +""" + + + +This file is deprecated. I'm continuing development in hpu/models.py. + +Get that project like this: hg clone ssh://user@lgcm/../bergstrj/hpu + + + + + +""" import copy, sys import numpy