How to create a training data set?
7 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Machine Learning Enthusiast
el 22 de Dic. de 2016
Respondida: Ahmed Yasser
el 1 de Jul. de 2017
I have tried to generate using MATLAB simulink and PSCAD/EMTDC software but in vain.
I want to create training cases for fault detection in Electrical power systems especially for CT(current transformer) and relays.
0 comentarios
Respuesta aceptada
Greg Heath
el 23 de Dic. de 2016
Editada: Greg Heath
el 23 de Dic. de 2016
Data consists of N pairs of I-dimensional "I"nputs and corresponding O-dimensional "O"utput targets.
They are presented in 2 matrices with dimensions
[ I N ] = size(inputmatrix))
[ O N ] = size(targetmatrix)
Hope this helps.
Thank you for formally accepting my answer
Greg
1 comentario
Más respuestas (1)
Ver también
Categorías
Más información sobre Real-Time Simulation 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!