Mercurial > pylearn
log algorithms/logistic_regression.py @ 501:4fb6f7320518
age | author | description |
---|---|---|
Tue, 28 Oct 2008 13:54:01 -0400 | Joseph Turian | N-class logistic regression top-layer works |
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 |