How to solve the “out of memory” problem in Logistic Regression achieved by “glmfit”

3 ビュー (過去 30 日間)
Wendong Ge
Wendong Ge 2016 年 11 月 2 日
回答済み: Ilya 2016 年 11 月 2 日
I use “glmfit” to build Logistic Regression. But the training dataset is too huge. I cannot load all the data into memory. Is there any method to build Logistic Regression in Matlab using batch learning? In other words, it can load the training data gradually when training the model.
Thank you so much.

回答 (1 件)

Ilya
Ilya 2016 年 11 月 2 日
Logistic regression on tall (out-of-memory) arrays is supported in 16b through the fitglm function.

カテゴリ

Help Center および File ExchangeRegression についてさらに検索

タグ

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by