Merge branch 'master' of github.com:HorlogeSkynet/MachineLearning

This commit is contained in:
HorlogeSkynet 2016-06-28 21:05:16 +02:00
commit b45319fd10
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 coordinates: