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

2 ビュー (過去 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 件のコメント
Machine Learning Enthusiast
Machine Learning Enthusiast 2016 年 9 月 26 日
can you provide me with simple code for creating dataset?
[ I N ] = size(input)
[ O N ] = size(target)

サインインしてコメントする。

その他の回答 (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 件のコメント
Greg Heath
Greg Heath 2016 年 9 月 23 日
NNs are universal approximators.
I'm not sure whether SVMs are in that category.
Greg
Machine Learning Enthusiast
Machine Learning Enthusiast 2016 年 9 月 26 日
can you tell me how we can create our own data-set to implement is NNs?

サインインしてコメントする。

カテゴリ

Help Center および File ExchangeApplications についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by