My question is can Feedforward Neural Network (FNN) be used in control system? In my opinion, the usage of Recurrent Neural Network (RNN) is more practical than FNN. But, the training using RNN takes a longer time than FNN and mostly during training, FNN will perform better than RNN. Yet, when we want to apply the FNN in the control system (such as in Direct Inverse scheme), many people used historical controller output as the input for the Neural Network controller. Thus, this make the FNN structure like RNN (refer attached figure). This is quite opposite to what we had train the NN using FNN scheme during training.

Similar questions and discussions