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

1 view (last 30 days)
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

Accepted Answer

Aditya Patil
Aditya Patil on 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.

More Answers (0)

Categories

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

Community Treasure Hunt

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

Start Hunting!