How to create a training data set?
7 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Machine Learning Enthusiast
am 22 Dez. 2016
Beantwortet: Ahmed Yasser
am 1 Jul. 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 Kommentare
Akzeptierte Antwort
Greg Heath
am 23 Dez. 2016
Bearbeitet: Greg Heath
am 23 Dez. 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 Kommentar
Weitere Antworten (1)
Siehe auch
Kategorien
Mehr zu Real-Time Simulation finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!