Mercurial > ift6266
changeset 112:1b315470a566
Changed the variance factor of the distorsion gauss from /10 to /15 (to have a bit less noise)
author | Xavier Glorot <glorotxa@iro.umontreal.ca> |
---|---|
date | Tue, 16 Feb 2010 18:55:51 -0500 |
parents | 259439a4f9e7 |
children | 291d749452df |
files | transformations/DistorsionGauss.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/transformations/DistorsionGauss.py Tue Feb 16 17:24:21 2010 -0500 +++ b/transformations/DistorsionGauss.py Tue Feb 16 18:55:51 2010 -0500 @@ -27,7 +27,7 @@ return ['ecart_type'] def regenerate_parameters(self, complexity): - self.ecart_type=float(complexity)/10 + self.ecart_type=float(complexity)/15 self.effectuer =numpy.random.binomial(1,0.3) ##### On a 30% de faire un bruit ##### return self._get_current_parameters()