log algorithms/logistic_regression.py @ 499:a419edf4e06c

age author description
Tue, 28 Oct 2008 12:57:49 -0400 James Bergstra removed unpicklable nested classes in logistic regression
Tue, 28 Oct 2008 12:25:04 -0400 Joseph Turian 'x' => 'input'
Tue, 28 Oct 2008 12:09:39 -0400 Joseph Turian nnet_ops => nnet
Tue, 28 Oct 2008 11:39:27 -0400 Olivier Breuleux made logistic_regression classes compatible with stacker
Mon, 27 Oct 2008 17:26:00 -0400 Olivier Breuleux added a few algorithms
Thu, 23 Oct 2008 18:05:09 -0400 James Bergstra __instance_type__ -> InstanceType
Thu, 23 Oct 2008 13:26:42 -0400 James Bergstra changed weight initialization for logistic regression
Wed, 22 Oct 2008 15:56:53 -0400 James Bergstra new stuff: algorithms/logistic_regression, datasets/MNIST