How to create a training data set?
7 views (last 30 days)
Show older comments
Machine Learning Enthusiast
on 22 Dec 2016
Answered: Ahmed Yasser
on 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 Comments
Accepted Answer
Greg Heath
on 23 Dec 2016
Edited: Greg Heath
on 23 Dec 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
More Answers (1)
See Also
Categories
Find more on Real-Time Simulation in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!