08-25-2024 09:18 AM
Hi, currently working on a project as stated in subject to be compared with PID control method. Just wondering if I were to utilise neural network, would it have any kind of equations as it does for PID or would it just be training based of error function?
08-26-2024 08:55 AM
Neural network control does not have a predefined equation like a PID controller. Instead, it relies on training to learn the control strategy from data. The control action is derived from the network’s learned weights and architecture.
Example Process for Neural Network Control:
08-27-2024 09:44 PM
Thank you for your reply. The training data in this case is what I have been pondering about. Could I use the closed loop system data from PID controller?