diff doc/v2_planning/optimization.txt @ 1027:a1b6ccd5b6dc

few comments added
author Yoshua Bengio <bengioy@iro.umontreal.ca>
date Fri, 03 Sep 2010 21:57:22 -0400
parents 618b9fdbfda5
children 89e76e6e074f
line wrap: on
line diff
--- a/doc/v2_planning/optimization.txt	Fri Sep 03 18:30:21 2010 -0400
+++ b/doc/v2_planning/optimization.txt	Fri Sep 03 21:57:22 2010 -0400
@@ -30,8 +30,12 @@
  - sgd with annealing schedule
  - TONGA
  - James Marten's Hessian-free
+ - Conjugate gradients, batch and (large) mini-batch [that is also what Marten's thing does]
 
 Do we need anything to make batch algos work better with Pylearn things?
- - conjugate methods?
- - L-BFGS?
+ - conjugate methods? yes
+ - L-BFGS? maybe, when needed
 
+
+
+