diff algorithms/__init__.py @ 476:8fcd0f3d9a17

added a few algorithms
author Olivier Breuleux <breuleuo@iro.umontreal.ca>
date Mon, 27 Oct 2008 17:26:00 -0400
parents bd937e845bbb
children
line wrap: on
line diff
--- a/algorithms/__init__.py	Thu Oct 23 18:06:21 2008 -0400
+++ b/algorithms/__init__.py	Mon Oct 27 17:26:00 2008 -0400
@@ -0,0 +1,5 @@
+
+from regressor import Regressor, BinRegressor
+from aa import AutoEncoder, SigmoidXEAutoEncoder
+from daa import DenoisingAA, SigmoidXEDenoisingAA
+from stacker import Stacker