Is it possible to utilize LSTM for classifying the switches states of three phase inverter for linear or nonlinear load

1 view (last 30 days)
I have generated the input (control variable)and output (switching signal)data employing pi controller as bench mark and now I’m trying to utilize LSTM to classify output of switch states. I would like to know how i can use this data to train lstm likewise we do in FNN.

Answers (1)

yanqi liu
yanqi liu on 9 Mar 2022
yes,sir,may be use fullyConnectedLayer after lstm to sim FNN
  1 Comment
muhammad usama
muhammad usama on 9 Mar 2022
How the structure of the code be like. As we have use fullyconnectedlayer after lstm as given in some Matlab examples but still its not working for time series data for predicting or classifying the states.
Do we need to first find the sequence from input/output data.

Sign in to comment.

Categories

Find more on Deep Learning Toolbox 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!