Is it possible to calculate the importance of the input variable using weights, beta and bias calculated by SVM and NN?

1 Ansicht (letzte 30 Tage)
Hello.
Is it possible to automatically calculate the importance of an input variable using weights, beta, and bias calculated by SVM and NN? Or is there a separate calculation formula?
thank you

Akzeptierte Antwort

Aditya Patil
Aditya Patil am 19 Aug. 2020
In case of SVM, it's generally not possible to calculate feature importance. You can find more details regarding this here. In case of neural networks, it's not straightforward, and is an open research topic.
You can use the various dimensionality reduction techniques available in MATLAB instead.

Weitere Antworten (0)

Kategorien

Mehr zu Statistics and Machine Learning Toolbox finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by