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

4 次查看(过去 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