TCLab B: MIMO Deep Learning

preview_player
Показать описание
The TCLab is a hands-on application of machine learning and advanced temperature control with two heaters and two temperature sensors. The labs reinforce principles of model development, estimation, and advanced control methods.

The heater power output is adjusted to maintain a desired temperature setpoint. Thermal energy from the heater is transferred by conduction, convection, and radiation to the temperature sensor.

This lab is a resource for model identification, estimation, and advanced control development with full source code examples available in MATLAB and Python. This video features Python GEKKO for solving an energy balance and training and predicting with a neural network.
Рекомендации по теме
Комментарии
Автор

Hello, Thank a lot for sharing. I have a question about the python IDEL you used in this tutorial. In fact I have Python 3.7 installed on my computer which I want to compile through Spyder using the same code from this tutorial. But I got the following error : from gekko import GEKKO

Traceback (most recent call last):
File "<ipython-input-1-a5a71f28d446>", line 4, in <module>
from gekko import GEKKO
ModuleNotFoundError: No module named 'gekko'
Please how to install GEKKO in Python?
Your answer will be very helpful. Thank in advance!

severnsevern