I'm working on a project which deals with temperature control of a room. the idea is to control temperature within a limit.
I have prior data which i used to train a neural network which is 99.5% accurate. there are 5 inputs (x , y , z , A , B) and there is one output (T).
Now I want to...