필터 지우기
필터 지우기

Is it possible to use logistic regression for image classification?

조회 수: 3 (최근 30일)
Lydia
Lydia 2018년 4월 3일
댓글: Walter Roberson 2018년 4월 4일
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
Walter Roberson
Walter Roberson 2018년 4월 4일
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.

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

Help CenterFile Exchange에서 Image Data Workflows에 대해 자세히 알아보기

제품

Community Treasure Hunt

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

Start Hunting!

Translated by