Clear Filters
Clear Filters

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

3 views (last 30 days)
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

Answers (1)

Walter Roberson
Walter Roberson on 31 Mar 2023
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.

Categories

Find more on Statistics and Machine Learning Toolbox in Help Center and File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!