Filter löschen
Filter löschen

Which classifier (SVM or Neural Networks) is accurate for fault detection in Power Systems?

1 Ansicht (letzte 30 Tage)
I want to implement classifiers for fault diagnoses in Transformer

Akzeptierte Antwort

Greg Heath
Greg Heath am 26 Sep. 2016
Bearbeitet: Greg Heath am 26 Sep. 2016
N pairs of I-dimensional "I"nputs and corresponding O-dimensional "O"utput targets in two matrices:
[ I N ] = size(input)
[ O N ] = size(target)
For c classes, the columns of target are c-dimensional unit vectors.
help patternnet
doc patternnet
Search mathworks.com
greg patternnet
Hope this helps.
Thank you for formally accepting my answer*
Greg

Weitere Antworten (1)

Greg Heath
Greg Heath am 23 Sep. 2016
It depends on which one you are most comfortable wth.
Thank you for formally accepting my answer
Greg
  3 Kommentare
Greg Heath
Greg Heath am 23 Sep. 2016
NNs are universal approximators.
I'm not sure whether SVMs are in that category.
Greg

Melden Sie sich an, um zu kommentieren.

Kategorien

Mehr zu Applications 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