Mercurial > ift6266
changeset 117:c9d680d9a908
changed again the variance scaling for Distorsion Gauss, come back to the original
author | Xavier Glorot <glorotxa@iro.umontreal.ca> |
---|---|
date | Wed, 17 Feb 2010 16:23:54 -0500 |
parents | 3bec123dd75d |
children | 0d083964af4b |
files | transformations/DistorsionGauss.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/transformations/DistorsionGauss.py Wed Feb 17 16:22:54 2010 -0500 +++ b/transformations/DistorsionGauss.py Wed Feb 17 16:23:54 2010 -0500 @@ -27,7 +27,7 @@ return ['ecart_type'] def regenerate_parameters(self, complexity): - self.ecart_type=float(complexity)/15 + self.ecart_type=float(complexity)/10 self.effectuer =numpy.random.binomial(1,0.3) ##### On a 30% de faire un bruit ##### return self._get_current_parameters()