-
Notifications
You must be signed in to change notification settings - Fork 4
Ideas
Mathieu Germain edited this page Jan 27, 2015
·
2 revisions
We can have different optimizer like, Adagrad, Adadelta, RMSProp, Adam. And all of them should be resumable and provide the their command line arg parser, maybe.
- add_task(task, epoch_freq=1, iteration_freq=None)
- add_stopping_criterion(stopping_criterion)
Property of a model's instance, so we can get model's parameters.
Returns an ordered dictionary of either Theano's variable or numpy's arrays. What should we use as dictionary keys? (Theano's variables / strings)
Updates model's parameters using the ordered dictionary received in argument.