Category "online-machine-learning"

How to increase the number of iterations to optimize my cost function at each step using partial_fit at Scikit SGDClassifier?

When using partial_fit at Scikit SGDClassifier the number of iteration for the convergence of the cost functions equals 1, as stated in the description: Perfor

Incremental learning in keras

I am looking for a keras equivalent of scikit-learn's partial_fit : https://scikit-learn.org/0.15/modules/scaling_strategies.html#incremental-learning for incre