Which classifier (SVM or Neural Networks) is accurate for fault detection in Power Systems?
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
Machine Learning Enthusiast
il 22 Set 2016
Commentato: Machine Learning Enthusiast
il 26 Set 2016
I want to implement classifiers for fault diagnoses in Transformer
0 Commenti
Risposta accettata
Greg Heath
il 26 Set 2016
Modificato: Greg Heath
il 26 Set 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
Più risposte (1)
Greg Heath
il 23 Set 2016
It depends on which one you are most comfortable wth.
Thank you for formally accepting my answer
Greg
3 Commenti
Greg Heath
il 23 Set 2016
NNs are universal approximators.
I'm not sure whether SVMs are in that category.
Greg
Vedere anche
Categorie
Scopri di più su Applications in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!