How to create a training data set?
7 次查看(过去 30 天)
显示 更早的评论
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 个评论
采纳的回答
Greg Heath
2016-12-23
编辑:Greg Heath
2016-12-23
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 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Real-Time Simulation 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!