필터 지우기
필터 지우기

how to load 3-phase voltage and current waveform data generated from simulink to workspace so as to use the data for training the neural network for detecting and classification of fault in a long transmission line

조회 수: 2 (최근 30일)
how to design neurel network and train them to detect ,classify and locate the ten types of fault on transmission line

채택된 답변

Greg Heath
Greg Heath 2013년 9월 29일
1. Extract I features from each of N examples and form the IxN dimensional input matrix.
2. For each example, assign a column from the 10-dimensional unit matrix eye(10) to indicate the fault type and form the OxN (O=10) dimensional output target matrix.
[ I N ] = size(input)
[ O N ] = size(target)
3. Consult the PATTERNNET help and documentation examples
help patternnet
doc patternnet
4. Search the NEWSGROUP and ANSWERS using the keyword patternnet.
5. Practice on one or more of the MATLAB classification/pattern-recognition data sets
help nndatasets.
Thank you for formally accepting my answer
Greg

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Wireless Communications에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by