필터 지우기
필터 지우기

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
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 CenterFile Exchange에서 Applications에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by