diff writeup/techreport.tex @ 437:479f2f518fc9

added Training with More Classes than Necessary
author Guillaume Sicard <guitch21@gmail.com>
date Mon, 03 May 2010 06:17:54 -0400
parents 310c730516af
children a6d339033d03
line wrap: on
line diff
--- a/writeup/techreport.tex	Mon May 03 06:14:05 2010 -0400
+++ b/writeup/techreport.tex	Mon May 03 06:17:54 2010 -0400
@@ -340,6 +340,10 @@
 
 \subsection{Training with More Classes than Necessary}
 
+As previously seen, the SDA is better able to benefit from the transformations applied to the data than the MLP. We are now training SDAs and MLPs on single classes from NIST (respectively digits, lower case characters and upper case characters), to compare the test results with those from models trained on the entire NIST database (per-class test error, with an a priori on the desired class). The goal is to find out if training the model with more classes than necessary reduces the test error on a single class, as opposed to training it only with the desired class. We use a single hidden layer MLP with 1000 hidden units, and a SDA with 3 hidden layers (1000 hidden units per layer), pre-trained and fine-tuned on NIST.
+
+Our results show that the MLP only benefits from a full NIST training on digits, and the test error is only 5\% smaller than a digits-specialized MLP. On the other hand, the SDA always gives better results when it is trained with the entire NIST database, compared to its specialized counterparts (with upper case character, the test errors are identical, but 27\% smaller on digits, and 9.4\% smaller on lower case characters).
+
 \section{Conclusions}
 
 \bibliography{strings,ml,aigaion,specials}