How to create a training data set?
7 ビュー (過去 30 日間)
古いコメントを表示
Machine Learning Enthusiast
2016 年 12 月 22 日
回答済み: Ahmed Yasser
2017 年 7 月 1 日
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!