Mercurial > pylearn
changeset 226:3595ba2610f7
merged
author | James Bergstra <bergstrj@iro.umontreal.ca> |
---|---|
date | Fri, 23 May 2008 17:12:12 -0400 |
parents | 8bc16220b29a (diff) 517364d48ae0 (current diff) |
children | 17c5d080964b |
files | mlp_factory_approach.py |
diffstat | 2 files changed, 16 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/__init__.py Fri May 23 16:01:01 2008 -0400 +++ b/__init__.py Fri May 23 17:12:12 2008 -0400 @@ -1,2 +1,5 @@ import filetensor import nnet_ops + +from lookup_list import LookupList +
--- a/mlp_factory_approach.py Fri May 23 16:01:01 2008 -0400 +++ b/mlp_factory_approach.py Fri May 23 17:12:12 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