Mercurial > ift6266
view data_generation/transformations/__init__.py @ 626:75dbbe409578
Added code for deep mlp, experiment code to go along with it. Also added code I used to filter the P07 / PNIST07 datasets to keep only digits.
author | fsavard |
---|---|
date | Wed, 16 Mar 2011 13:43:32 -0400 |
parents | 72eee6a9f43f |
children |
line wrap: on
line source
from pycaptcha import Facade __all__ = ['PoivreSel','thick','BruitGauss','DistorsionGauss','PermutPixel',\ 'gimp_script','Rature','contrast','local_elastic_distortions', \ 'slant','Occlusion','add_background_image','affine_transform',\ 'ttf2jpg','Facade']