The Best type of Neural Network to Create a battery Charging Control System
Show older comments
Im attempting to create a Neural Network to manage the charging of a battery. The goal is to have a system where i can give a system a command to have the battery to be fully charged in lets say 36 hours, give it the available power and the cost of electricity over that period.
My issue is I am unsure of what type if neural netork to apply to this. I plan to have the inputs be The Available power map, the cost of electricity map, and the State of Charge of the battery. The output would be the instantaneous power input/output.
I belive the best type of network would be a Recurrent Neural Network so that the system can monitor its progress in real time. This will be because in the future i also plan to impliment a noise from renewable power which would charge the battery for "free" which the AI wouldnt be able to accunt for so i want it to be able to react to instantaneous changes.
Is this the best method to be using? This is my first time coding this sort of thing into matlab as well so if you know of any good tutorials please do share as i havent found the main matlab ones to be the most applicable to this scenario so far.
Thank you for your help!
The desired output would be something like this where it uses the cheaper electricity to charge the battery

Accepted Answer
More Answers (0)
Categories
Find more on Deep Learning Toolbox in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!