Designing a Neural Network Control System

  • Thread starter Thread starter date.chinmay
  • Start date Start date
  • Tags Tags
    Network Neural
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
1 reply · 3K views
date.chinmay
Messages
10
Reaction score
0
Hello all
I'm trying to design a Neural network based control system which will do the following
i have 120 computer servers with
a. power
b. temperature of server inlet
c. temperature of server outlet

Now i have readings for all 3 operating from 5kw to 35 kw in steps of 5 kw
My server desired temp is 35 deg celsius.

what i want to do is my control sys should check the temperatures.. and where it finds highest delta.. it should reduce power by unit.

and go on doing this till it reaches minimum heated state.

Any ideas?
 
Last edited by a moderator:
Physics news on Phys.org
Neural networks is not the right way to do that.

A simple PI controller is the best. A Google search can show you how to make a PI controller and how to tune it.