log

age author description
Wed, 17 Feb 2010 17:45:48 -0500 Xavier Glorot changed some transformation paramters to better fit with visualization
Wed, 17 Feb 2010 17:06:54 -0500 fsavard Refait stacked_dae.py en utilisant le dataset complet shared (juste reparti à 0 à partir du code du tutoriel), et préparé pour utiliser NIST (pas testé)
Wed, 17 Feb 2010 16:25:44 -0500 Xavier Glorot small change to testtransformation to match with the pipeline behavior
Wed, 17 Feb 2010 16:23:54 -0500 Xavier Glorot changed again the variance scaling for Distorsion Gauss, come back to the original
Wed, 17 Feb 2010 16:22:54 -0500 Xavier Glorot changes on pipeline mecanism: we now sample a different complexity for each transformations, this because when we use the same sampled complexity for all the modules 1/8 of the time we are close to 0 and we obtain an image very close to the source, we now save a complexity for each module in the parameters array
Wed, 17 Feb 2010 16:20:15 -0500 Xavier Glorot changes on pipeline mecanism: we now sample a different complexity for each transformations, this because when we use the same sampled complexity for all the modules 1/8 of the time we are close to 0 and we obtain an image very close to the source, we now save a complexity for each module in the parameters array
Wed, 17 Feb 2010 09:29:19 -0500 fsavard Added stacked DAE code for my experiments, based on tutorial code. Quite unfinished.
Tue, 16 Feb 2010 18:56:22 -0500 Xavier Glorot testtransformation.py to source from all the available data
Tue, 16 Feb 2010 18:55:51 -0500 Xavier Glorot Changed the variance factor of the distorsion gauss from /10 to /15 (to have a bit less noise)
Tue, 16 Feb 2010 17:24:21 -0500 Xavier Glorot Changed a bit the code for BruitGauss.py for simplicity
Tue, 16 Feb 2010 17:12:35 -0500 XavierMuller added simple mlp file
Tue, 16 Feb 2010 13:10:06 -0500 boulanni Adapté le générateur d'images de fontes pour utiliser en amont du pipeline
Mon, 15 Feb 2010 16:17:48 -0500 boulanni pipeline.py: placé les modules dans le bon ordre + store NIST en bytes plutôt qu'en float32 dans la RAM
Mon, 15 Feb 2010 15:35:17 -0500 boulanni Ajouté un script pour visualiser les ensembles de données générés enregistrés dans le format filetensor (nist_read2.py)
Mon, 15 Feb 2010 15:22:08 -0500 boulanni Correction bug division par zéro dans BruitGauss.py
Fri, 12 Feb 2010 10:30:02 -0500 SylvainPL Parametre deterministe retourne dans les fonctions '_determined_by_complexity' et le parametre stochastique retourne dans les fonctions conventionnelles
Fri, 12 Feb 2010 10:21:21 -0500 SylvainPL corrige nom de la methode get_settings_names_determined_by_complexity(self,complexity)
Fri, 12 Feb 2010 10:21:02 -0500 SylvainPL corrige nom de la methode get_settings_names_determined_by_complexity(self,complexity)
Fri, 12 Feb 2010 10:15:22 -0500 SylvainPL Parametre stochastique retourne par fonctions habituelles et le parametre deterministe retourne par fonctions 'determined_by_complexity'
Fri, 12 Feb 2010 10:13:50 -0500 SylvainPL Valeur d'entree des methodes 'determines_by_complexity' harmonisees avec local_elastic_distortion.py
Fri, 12 Feb 2010 09:53:40 -0500 SylvainPL Separation des parametres deterministes et stochastiques dans les methodes retournant noms et valeurs
Thu, 11 Feb 2010 17:26:44 -0500 Xavier Glorot deleted useless print in BruitGauss.py
Thu, 11 Feb 2010 16:36:30 -0500 Xavier Glorot merge
Thu, 11 Feb 2010 16:36:12 -0500 Xavier Glorot Changed order of transformation
Thu, 11 Feb 2010 16:34:25 -0500 Xavier Glorot Changed behavior of gaussian noise to apply a gauss filter with a random sigma, and then select some point of the image to be averaged with it
Thu, 11 Feb 2010 12:18:34 -0500 SylvainPL Rajout du calcul de la proportion de lettres (min+maj)
Thu, 11 Feb 2010 11:55:03 -0500 Xavier Glorot cleaning some *.pyc and *.py~ files in pycapcha
Thu, 11 Feb 2010 11:23:35 -0500 SylvainPL Ajout d'un graphique (histogramme) comparatif pour l'occurence de chaque caractere
Thu, 11 Feb 2010 10:43:22 -0500 SylvainPL Petit script primitif utilise pour calculer la proportion des trois classes dans Nist train et test.
Thu, 11 Feb 2010 09:15:42 -0500 SylvainPL Il y a maintenant une proba 0.2 d'effectuer des permutations. Cette nouvelle fonctionnalite demande un parametre non deterministe, ce qui fait que maintenant, les fonctions 'determined_by_complexity' ont ete abandonees. Le module se comporte comme un module normal
Thu, 11 Feb 2010 09:08:16 -0500 SylvainPL Il y a maintenant une proba de 0.3 d'effectuer le bruitage. De plus, comme cette nouvelle fonctionnalite demande un parametre non-deterministe, les deux fonctions 'determined_by_complexity' ont ete enlevees. Le module se comporte comme un module conventionnel
Thu, 11 Feb 2010 09:01:03 -0500 SylvainPL Il y a maintenant 25% de proba d'effectuer le bruitage
Thu, 11 Feb 2010 08:55:41 -0500 SylvainPL Maintenant, il y a 25% de proba d'effectuer le bruitage. De plus, comme cette option demande un nouveau parametre, maintenant le module retourne ses parametres normalement. Plus desoin des 2 fonctions /determined_by_complexity/
Thu, 11 Feb 2010 05:09:46 -0500 goldfinger code pour la generation de captchas
Wed, 10 Feb 2010 17:50:58 -0500 fsavard Modifs pour interface parameters determined by complexity
Wed, 10 Feb 2010 17:47:57 -0500 Xavier Glorot changed contrast definition for add_background_image
Wed, 10 Feb 2010 17:38:17 -0500 Xavier Glorot testtransformation now work with all the transformations and save image files (.PNG) to a hard coded path
Wed, 10 Feb 2010 17:37:00 -0500 Xavier Glorot Changed behavior of add_background in order to have a contrast generation parameter and doing the max without using a treshold mask
Wed, 10 Feb 2010 15:09:24 -0500 Xavier Glorot merge
Wed, 10 Feb 2010 15:09:02 -0500 Xavier Glorot add all transformation to pipeline
Wed, 10 Feb 2010 15:03:40 -0500 Xavier Glorot small display change in testtransformation
Wed, 10 Feb 2010 14:52:13 -0500 Xavier Glorot added a local data load if available (on maggie it will) for background images
Wed, 10 Feb 2010 14:51:18 -0500 SylvainPL Mise a niveau specifications parametres deterministes, bruitage moins aggressif et transformations toutes pareilles tant qu'on ne rappelle pas regenerate_parameters()
Wed, 10 Feb 2010 14:42:40 -0500 SylvainPL Mise a niveau specifications parametres deterministes et nouvelle normalisation des images
Wed, 10 Feb 2010 14:24:35 -0500 SylvainPL Mise a niveau specifications parametres deterministes et invariance des bites changees entre les appels de regenerate_parameters()
Wed, 10 Feb 2010 14:12:34 -0500 SylvainPL Diminution de la proba de faire une rature, c'est 15% maintenant
Wed, 10 Feb 2010 14:03:50 -0500 SylvainPL Contraste entre image et bruit renforce et proba 0.2 d'effectuer l'occlusion
Wed, 10 Feb 2010 13:02:05 -0500 Xavier Glorot fixed float32 return on affine_transform
Wed, 10 Feb 2010 11:34:32 -0500 Arnaud Bergeron forgot to import sys in testmod
Wed, 10 Feb 2010 11:23:30 -0500 Arnaud Bergeron Fix testmod to accept modules with no params.
Wed, 10 Feb 2010 00:38:54 -0500 Xavier Glorot bug fix in reading pkl image list file
Tue, 09 Feb 2010 22:17:37 -0500 Xavier Glorot Forgot a close in add_background_image
Tue, 09 Feb 2010 22:16:22 -0500 Xavier Glorot Change in add_background_image to load a pickled list of file, not to do a listdir
Tue, 09 Feb 2010 21:33:57 -0500 boulanni Ajouté la source (optionnelle) de données OCR Autriche avec une probabilité passée en argument
Tue, 09 Feb 2010 18:45:35 -0500 Xavier Glorot merge
Tue, 09 Feb 2010 18:31:24 -0500 Xavier Glorot Change path to AddBackground and add a image_file attribute (not to do a listdir at each image)
Tue, 09 Feb 2010 18:25:50 -0500 Dumitru Erhan fixed small bug related to loading the data - should seek back to the beginning of the file
Tue, 09 Feb 2010 11:43:09 -0500 SylvainPL Bug a propos de complexity=0 corrige
Tue, 09 Feb 2010 11:41:17 -0500 SylvainPL Correction majeure. Auparavant, le lissage gaussien etait global avec une seule gaussienne. Maintenant, le lissage gaussien est local. Un bruit correle est rajoute sur l'image
Mon, 08 Feb 2010 23:45:17 -0500 boulanni Data iterator alternating between NIST/font/captcha, removed the use of batches, keep track of labels (Not fully done yet)