Filter löschen
Filter löschen

Is it possible to use logistic regression for image classification?

3 Ansichten (letzte 30 Tage)
Lydia
Lydia am 3 Apr. 2018
Kommentiert: Walter Roberson am 4 Apr. 2018
Hi!
My group in machine learning class is working on an image classfication project using Matlab. The dataset is from Kaggle: https://www.kaggle.com/crawford/deepsat-sat4. There are several methods we wanted to try: logistic regression, CNN, and SVM. We are both new to Matlab, and the instructor did not help much with this tool.
My question is: Is it possible to do the image classification with logistic regression? I did a lot of search, and thought maybe I can use "mnrfit". However, I never used image data in matlab, not sure how to start.
Could anyone provide some advice on this? Is this a right direction to go? Thank you!
  1 Kommentar
Walter Roberson
Walter Roberson am 4 Apr. 2018
Yes, it is possible. At worst you would reshape the image to a vector. The question becomes how well it works.
You might do better with extracting features and running the regression on them.

Melden Sie sich an, um zu kommentieren.

Antworten (0)

Produkte

Community Treasure Hunt

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

Start Hunting!

Translated by