Git Product home page Git Product logo

huzaifi18 / rul_prediction Goto Github PK

View Code? Open in Web Editor NEW
35.0 2.0 6.0 57.8 MB

The project focused on "Battery Remaining Useful Life (RUL) Prediction using a Data-Driven Approach with a Hybrid Deep Model combining Convolutional Neural Networks (CNN) and Long-Short Term Memory (LSTM)." This repository aims to revolutionize battery health estimation by leveraging the power of deep learning to predict the remaining useful life

License: MIT License

Python 100.00%
lithium-ion-batteries remaining-useful-life-prediction rul

rul_prediction's Introduction

A Hybrid CNN-LSTM for Battery Remaining Useful Life Prediction with Charging Profiles Data

DOI:10.1145/3575882.3575903

  • Battery RUL prediction using data-driven method based on a hybrid deep model of Convolutional Neural Networks (CNN) and Long-Short Term Memory (LSTM).
  • CNN and LSTM are used to extract features from multiple measurable data (Voltage, Current, Temperature, Capacity) in parallel.
  • CNN extracts features of multi-channel charging profiles, whereas LSTM extracts features of historical capacity data of discharging profiles which related to time dependency.
  • This repository provides the code for training in python.

Framework:

Contoh Gambar

  • Voltage (V), Current (I), and Temperature (T) inputs will each get in the CNN layer separately.
    • Feature V gets into a different CNN layer with features I and T, as well as a feature I get into a separate CNN layer with V and T, and so on.
    • The output from the CNN layer for each feature, is then concatenated. Then they get the next CNN layer
    • The extracted features in the last CNN layer is concatenated with the output of the LSTM layer.

Results

Contoh Gambar

Model RMSE MAE MAPE (%)
SC-LSTM 0,0620 0,0549 3,6080
MC-LSTM 0,0403 0,0340 2,2847
SC-CNN-LSTM 0,0270 0,0215 1,3804
MC-CNN-LSTM 0,0359 0,0291 1,9346
MC-SCNN-LSTM 0,0276 0,0220 1,4207
  • SC : Single Channel, MC : Multi Channel
  • The performance of prediction models were compared using some evaluation metrics including root mean square error (RMSE), mean absolute error (MAE), and mean absolute percentage error (MAPE).
  • The hybrid model with excellent feature extraction helps to produce more accurate prediction.
  • The MC-SCNNLSTM, MC-CNN-LSTM, and SC-CNN-LSTM model’s prediction results produce predictive values that are close to actual values and are better than the baseline model.
  • Hybrid of CNN-LSTM model achieves 61%, 37%, and 15% performance improvements of MAPE in terms of SC-CNN-LSTM, MC-SCNN-LSTM, and MC-CNN-LSTM respectively, compared to using the single model

How to Cite

  @inproceedings{10.1145/3575882.3575903,
  author = {Hafizhahullah, Huzaifi and Yuliani, Asri Rizki and Pardede, Hilman and Ramdan, Ade and Zilvan, Vicky and Krisnandi, Dikdik and Kadar, Jimmy},
  title = {A Hybrid CNN-LSTM for Battery Remaining Useful Life Prediction with Charging Profiles Data},
  year = {2023},
  isbn = {9781450397902},
  publisher = {Association for Computing Machinery},
  url = {https://doi.org/10.1145/3575882.3575903},
  doi = {10.1145/3575882.3575903},
  booktitle = {Proceedings of the 2022 International Conference on Computer, Control, Informatics and Its Applications},
  pages = {106–110},
  numpages = {5},
  keywords = {Lithium-ion battery, remaining useful life, capacity prediction, CNN-LSTM, neural networks},
  }

rul_prediction's People

Contributors

huzaifi18 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

rul_prediction's Issues

How do you predict the SOH of the future?

当没有输入的电压电流数据时,例如当前有前100个循环的电压电流数据,该如何用本项目算法预测第200个循环的SOH,还望赐教。
When there is no input voltage and current data, for example, there is currently voltage and current data for the first 100 cycles, how to use the algorithm of this project to predict the SOH of the 200th cycle.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.