annotate .hgignore @ 899:2e87264493ef

NistSD dataset: Add range argument for input [-1,1] or [0,1]. The train_valid_test function now takes a range argument that determines which preproc function to set. Valid ranges are '01' (for use with sigmoid) and '11' (ie [-1,1], for use with tanh).
author Pierre-Antoine Manzagol <pierre.antoine.manzagol@gmail.com>
date Thu, 11 Feb 2010 09:44:34 -0500
parents 627c7cc7f1f6
children d661cc040929
rev   line source
788
627c7cc7f1f6 Reverted previous commit
phamel@MTL-WKS-AF739.mtl.ubisoft.org
parents: 787
diff changeset
1 syntax: glob
627c7cc7f1f6 Reverted previous commit
phamel@MTL-WKS-AF739.mtl.ubisoft.org
parents: 787
diff changeset
2 *~
627c7cc7f1f6 Reverted previous commit
phamel@MTL-WKS-AF739.mtl.ubisoft.org
parents: 787
diff changeset
3 *.swp
627c7cc7f1f6 Reverted previous commit
phamel@MTL-WKS-AF739.mtl.ubisoft.org
parents: 787
diff changeset
4 *.pyc
627c7cc7f1f6 Reverted previous commit
phamel@MTL-WKS-AF739.mtl.ubisoft.org
parents: 787
diff changeset
5 core.*