フィルターのクリア

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.
  2 件のコメント
jamal numan
jamal numan 2023 年 3 月 31 日
移動済み: Walter Roberson 2023 年 3 月 31 日
Thank you for the help.
Are there out of the shelf tools in Matlab that can work with SVM for prediction?

サインインしてコメントする。

カテゴリ

Help Center および File ExchangeStatistics 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