How to create a training data set?
6 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Machine Learning Enthusiast
il 22 Dic 2016
Risposto: Ahmed Yasser
il 1 Lug 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 Commenti
Risposta accettata
Greg Heath
il 23 Dic 2016
Modificato: Greg Heath
il 23 Dic 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
Più risposte (1)
Vedere anche
Categorie
Scopri di più su Real-Time Simulation in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!