필터 지우기
필터 지우기

How to use Matlab for Support Vector Machine (SVM) to predict the real estate prices given a set of observations?

조회 수: 3 (최근 30일)
How to use Matlab for Support Vector Machine (SVM) to predict the real estate prices given a set of observations?
I couldn’t figure out how to use Matlab for Support Vector Machine (SVM) to predict the real estate prices given a set of observations

답변 (1개)

Walter Roberson
Walter Roberson 2023년 3월 31일
I think that would be tricky. SVM is used for classification not for prediction.
You could potentially create classes for each of several price breakpoints, such as every 50000 currency increments, and train on a set of data for that; later you would be able to submit new data and have it predict which of the bins that the new item fell into. I don't know if it would be precise enough to be useful.

카테고리

Help CenterFile Exchange에서 Statistics and Machine Learning Toolbox에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by