Update TODO

This commit is contained in:
Yann Caumartin 2016-06-16 19:43:44 +02:00
parent a18e5f2b1c
commit 928681e5bc
2 changed files with 4 additions and 1 deletions
OddsAndEnds

@ -1,6 +1,8 @@
Things to do:
- Borzilai&Borwein
- Overfitting paramater
- Calcul Learning Rate
- Softmax
- loadUpdated
- Régression Polynomiale
- Régression Logistique

@ -51,6 +51,7 @@ thetaOld = [0.1, 0.1]
flag = 'B&B'
for i in range(nbIterations):
for x, y in coordonates: