Which classifier (SVM or Neural Networks) is accurate for fault detection in Power Systems?
조회 수: 1 (최근 30일)
이전 댓글 표시
Machine Learning Enthusiast
2016년 9월 22일
댓글: Machine Learning Enthusiast
2016년 9월 26일
I want to implement classifiers for fault diagnoses in Transformer
댓글 수: 0
채택된 답변
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
2016년 9월 23일
It depends on which one you are most comfortable wth.
Thank you for formally accepting my answer
Greg
댓글 수: 3
Greg Heath
2016년 9월 23일
NNs are universal approximators.
I'm not sure whether SVMs are in that category.
Greg
참고 항목
카테고리
Help Center 및 File Exchange에서 Applications에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!