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

1 次查看(过去 30 天)
I want to implement classifiers for fault diagnoses in Transformer

采纳的回答

Greg Heath
Greg Heath 2016-9-26
编辑:Greg Heath 2016-9-26
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

更多回答(1 个)

Greg Heath
Greg Heath 2016-9-23
It depends on which one you are most comfortable wth.
Thank you for formally accepting my answer
Greg
  3 个评论

请先登录,再进行评论。

类别

Help CenterFile Exchange 中查找有关 Applications 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by