Mercurial > pylearn
changeset 875:2a8a7ce78c12
added todo note in rust2005
author | James Bergstra <bergstrj@iro.umontreal.ca> |
---|---|
date | Mon, 16 Nov 2009 13:21:12 -0500 |
parents | 76f71e10f5ef |
children | 04115110bb67 |
files | pylearn/shared/layers/rust2005.py |
diffstat | 1 files changed, 6 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/pylearn/shared/layers/rust2005.py Mon Nov 16 13:20:51 2009 -0500 +++ b/pylearn/shared/layers/rust2005.py Mon Nov 16 13:21:12 2009 -0500 @@ -8,6 +8,12 @@ :TODO: implement full model with variable exponents. The current implementation fixes internal exponents to 2 and the external exponent to 1/2. +:TODO: add the weights on the quadratic filter +responses. E and S are supposed to be the "square root of a *weighted* sum of squares". +The simplifications here are probably useful, but make them optional, or a different class or something. +- The current implementation can be interpreted as including the weights inside the filters. + The filters are not constrained to have a unit norm, for example. + """ import numpy