Borrar filtros
Borrar filtros

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

1 visualización (últimos 30 días)
I want to implement classifiers for fault diagnoses in Transformer

Respuesta aceptada

Greg Heath
Greg Heath el 26 de Sept. de 2016
Editada: Greg Heath el 26 de Sept. de 2016
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

Más respuestas (1)

Greg Heath
Greg Heath el 23 de Sept. de 2016
It depends on which one you are most comfortable wth.
Thank you for formally accepting my answer
Greg
  3 comentarios
Greg Heath
Greg Heath el 23 de Sept. de 2016
NNs are universal approximators.
I'm not sure whether SVMs are in that category.
Greg
Machine Learning Enthusiast
Machine Learning Enthusiast el 26 de Sept. de 2016
can you tell me how we can create our own data-set to implement is NNs?

Iniciar sesión para comentar.

Categorías

Más información sobre Applications en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by