Refining PID Controllers Using Neural Networks
Abstract
The KBANN (Knowledge-Based Artificial Neural Networks) approach uses neural networks to refine knowledge that can be written in the form of simple propositional rules. We extend this idea further by presenting the MANNCON (Multivariable Artificial Neural Network Control) algorithm by which the mathematical equations governing a PID (Proportional-Integral-Derivative) controller determine the topology and initial weights of a network, which is further trained using backpropagation. We apply this method to the task of controlling the outflow and temperature of a water tank, producing statistically significant gains in accuracy over both a standard neural network approach and a nonlearning PID controller. Furthermore, using the PID knowledge to initialize the weights of the network produces statistically less variation in test set accuracy when compared to networks initialized with small random numbers.
Cite
Text
Scott et al. "Refining PID Controllers Using Neural Networks." Neural Computation, 1992. doi:10.1162/NECO.1992.4.5.746Markdown
[Scott et al. "Refining PID Controllers Using Neural Networks." Neural Computation, 1992.](https://mlanthology.org/neco/1992/scott1992neco-refining/) doi:10.1162/NECO.1992.4.5.746BibTeX
@article{scott1992neco-refining,
title = {{Refining PID Controllers Using Neural Networks}},
author = {Scott, Gary M. and Shavlik, Jude W. and Ray, W. Harmon},
journal = {Neural Computation},
year = {1992},
pages = {746-757},
doi = {10.1162/NECO.1992.4.5.746},
volume = {4},
url = {https://mlanthology.org/neco/1992/scott1992neco-refining/}
}