Clear Filters
Clear Filters

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

1 view (last 30 days)
I want to implement classifiers for fault diagnoses in Transformer

Accepted Answer

Greg Heath
Greg Heath on 26 Sep 2016
Edited: Greg Heath on 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

More Answers (1)

Greg Heath
Greg Heath on 23 Sep 2016
It depends on which one you are most comfortable wth.
Thank you for formally accepting my answer
Greg
  3 Comments

Sign in to comment.

Categories

Find more on Applications 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!