Update TODO
This commit is contained in:
parent
a18e5f2b1c
commit
928681e5bc
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:
|
||||
|
Reference in New Issue
Block a user