필터 지우기
필터 지우기

How to use SVM in matlab?

조회 수: 1 (최근 30일)
yamina jafri
yamina jafri 2017년 2월 27일
댓글: Walter Roberson 2017년 2월 27일
hello, I have a set of image characters. I want to use SVM to classify the images.As i'm new to matlab I don't know how to start.Help me plzz. Thank you.
  댓글 수: 1
Walter Roberson
Walter Roberson 2017년 2월 27일
You are going to need to create feature vectors from the images and distinguish based upon those.
SVM is traditionally a two-class process (multi-class takes a lot more memory and time), and finds a dividing line between two sets of data. In some cases that dividing line could be an arc instead of a straight line, but it still comes down to taking the data and saying "this is on one side and the other side is the other class". You are certainly not going to be able to do that if your data being classified is the images themselves.

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

답변 (0개)

카테고리

Help CenterFile Exchange에서 Text Analytics Toolbox에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by