Skip to content

vaibhav02kadam/pid_control_lstm

Repository files navigation

Room Temperature Control emulating PID control using LSTM.

CS 539 Machine Learning Project

alt text

  • Tuning parameters of Kp Ki Kd is exhuastive and non trivial so we train a LSTM model so that we can emulate PID and completely and replace it

  • Please find requirements.txt for dependencies.

  • Following is loss trend of training LSTM

alt text

  • Here is the predictions of LSTM controller values compared to that of PID heater values

alt text

  • To train the LSTM network use python3 train_pid.py
  • Then a model will be generated it can be used in python3 lstm_pid.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages