Viewing a single comment thread. View all comments

Ashkiiiii OP t1_is8g61z wrote

I'm working currently working on a POC and since it's a non rechargeable battery, we do not have any information other than date and corresponding battery value. I don't know how to proceed further.

1

LaOkI20 t1_is9e97r wrote

I'm pretty sure you have enough data for the training and testing of the neural network - whether from the datasheet, or the data set that someone here gave you in another comment. Another option is to conduct some battery testing to add to your data (discharge in various currents and temperatures). But you'll still need some sensors in your system- temprature and the current drawn- those are the main paramters in estimating battery performance. Then you can train and test the model.

1