That’s really interesting! Do you have other interesting specific examples? I would have guessed that most industrial control problems were simpler sets of differential equations that could be directly estimated.
Furnace control was one of the first practical applications of multi-layer neural networks: https://www.researchgate.net/publication/282185187_Artificia...
(Small) neural networks have been discussed to be used in computer chips for branch prediction. I don't really find a good source whether that really landed in production though. Here was some discussion:
Back in ~2004, when I was looking for a job for the industrial placement year of my degree, one of the options was a nut packing factory using computer vision systems. I was intrigued, but went for the job processing satellite images instead.
Even well before that, ML is very closely related to statistics, so early practical applications would have been as simple as gathering data points on widget production and doing the kinds of analyses that are now backed into free spreadsheet software.
I’ve heard about a local packaging factory recently that uses an ML-first system for messaging their clients about what they will need to order soon, based on recent orders and global criteria. It’s not a simple problem, apparently. They signal the clients and start pre-producing, basically sort of algotrading themselves.
Not really an industrial control though, but close to it.