Mon, 01 Dec 2008 16:15:10 -0500 |
Frederic Bastien |
added a test for the WEIRD_STUFF flag in theano ticket 239
|
Mon, 01 Dec 2008 16:14:14 -0500 |
Frederic Bastien |
removed print
|
Mon, 01 Dec 2008 16:12:47 -0500 |
Frederic Bastien |
pass the WEIRD_STUFF flag as init argument to allow the creation of a test.
|
Mon, 01 Dec 2008 15:50:50 -0500 |
Frederic Bastien |
fixed import
|
Mon, 01 Dec 2008 15:49:16 -0500 |
Frederic Bastien |
fixed some import.
|
Mon, 01 Dec 2008 15:37:43 -0500 |
Frederic Bastien |
fixed import
|
Mon, 01 Dec 2008 15:36:19 -0500 |
Frederic Bastien |
fixed one import
|
Mon, 01 Dec 2008 15:34:25 -0500 |
Frederic Bastien |
fixed import.
|
Thu, 27 Nov 2008 23:27:14 -0500 |
James Bergstra |
added WEIRD_STUFF flag to sgd. Relates to theano ticket 238
|
Thu, 27 Nov 2008 23:16:52 -0500 |
James Bergstra |
init rnn.py
|
Thu, 27 Nov 2008 21:42:02 -0500 |
James Bergstra |
moving stuff in algorithms, added rnn
|
Thu, 20 Nov 2008 12:18:16 -0500 |
James Bergstra |
merged
|
Thu, 20 Nov 2008 12:17:56 -0500 |
James Bergstra |
added concept Kalman filter algo to sandbox
|
Tue, 18 Nov 2008 19:42:12 -0500 |
desjagui |
merged
|
Tue, 18 Nov 2008 19:31:56 -0500 |
desjagui |
(James) fixed issues when running locally and rsync command
|
Mon, 17 Nov 2008 20:05:31 -0500 |
James Bergstra |
merged and changed state to dictionary
|
Mon, 17 Nov 2008 20:03:13 -0500 |
James Bergstra |
added SIGINT hanlder to dbdict_run
|
Mon, 17 Nov 2008 18:38:32 -0500 |
James Bergstra |
changes to dbdict to use dict-like instead of object-like state
|
Thu, 13 Nov 2008 18:40:45 -0500 |
desjagui |
Working RBM implementation
|
Thu, 13 Nov 2008 17:54:56 -0500 |
James Bergstra |
m
|
Thu, 13 Nov 2008 17:01:44 -0500 |
desjagui |
first attempt at RBMs in pylearn
|
Wed, 12 Nov 2008 22:00:20 -0500 |
James Bergstra |
added missing files
|
Wed, 12 Nov 2008 21:57:54 -0500 |
James Bergstra |
new file structure layout, factories, etc.
|
Thu, 20 Nov 2008 06:11:52 -0500 |
Joseph Turian |
Moved word preprocessing out
|
Wed, 19 Nov 2008 18:14:43 -0500 |
Joseph Turian |
Added squashfn
|
Tue, 18 Nov 2008 03:49:37 -0500 |
Joseph Turian |
Another bugfix in pylearn.embeddings.length()
|
Tue, 18 Nov 2008 03:25:54 -0500 |
Joseph Turian |
Bugfix in pylearn.embeddings.length()
|
Tue, 18 Nov 2008 02:57:50 -0500 |
Joseph Turian |
Improved embedding word preprocessing.
|
Tue, 18 Nov 2008 00:32:39 -0500 |
Joseph Turian |
Added function length()
|
Mon, 17 Nov 2008 14:18:28 -0500 |
Frederic Bastien |
replaced the use of removed function compile.eval_outputs with theano.function.
|