Mercurial > ift6266
diff code_tutoriel/logistic_sgd.py @ 2:bcc87d3e33a3
adding latest tutorial code
author | Dumitru Erhan <dumitru.erhan@gmail.com> |
---|---|
date | Sun, 24 Jan 2010 22:34:29 -0500 |
parents | fda5f787baa6 |
children | 4bc5eeec6394 |
line wrap: on
line diff
--- a/code_tutoriel/logistic_sgd.py Sun Jan 24 22:33:33 2010 -0500 +++ b/code_tutoriel/logistic_sgd.py Sun Jan 24 22:34:29 2010 -0500 @@ -147,7 +147,7 @@ :param learning_rate: learning rate used (factor for the stochastic gradient - :param n_iter: number of iterations ot run the optimizer + :param n_iter: maximal number of iterations ot run the optimizer """