Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 494 Bytes

README.md

File metadata and controls

4 lines (3 loc) · 494 Bytes

nitrogen_oxides_prediction

This repository consists of codes for both prediction and optimization. Prediction part tries to build a model that accurately predicts the level of nitrogen oxides in the output smoke applying support vector regression model, gradient boosting decision tree and long-short term model. While the optimization part uses reinforcement learning method such as deep Q Learning and actor to critic to optimize the ammonia input.

The optimization part is not finished.