NRP_2022_EEE12
LSTM and GRU model to predict the SOH of the batteries
File Explorer
Download Latest Version (.zip)- Readme.txt
- 0526_EI2_final.pdf
- Datong Liu et al. - 2015 - A Health Indicator Extraction and Optimization Fra.pdf
- energies-11-02163.pdf
- finalversion.pdf
- Liu and Xu - 2020 - Data-Driven Online Health Estimation of Li-Ion Bat.pdf
- materials-12-01599.pdf
- Toward_Fast_and_Accurate_SOH_Prediction_for_Lithium-Ion_Batteries.pdf
- gru_model.png
- gru_model.pt
- lstm_model.png
- lstm_model.pt
- models.png
- .gitignore
- LICENCE
- main_torch.ipynb
- README.md
- requirements.txt
# Installation Guide
1. Get the code
git clone https://github.com/sileneer/NRP_2022_EEE12
Downloads the entire project code from GitHub to your computer.
cd NRP_2022_EEE12
Moves into the project folder you just downloaded.
2. Python
Easy RecommendedPrerequisites
pip install -r requirements.txt
Installs the Python libraries listed in requirements.txt (or similar).
jupyter notebook
Launches Jupyter in your browser so you can open and run the notebook (.ipynb) files.
If it runs without errors and prints output in the terminal, it worked.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
