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!