Skip to content

Commit

Permalink
added remaining cmapss lstm notebooks
Browse files Browse the repository at this point in the history
  • Loading branch information
biswajitsahoo1111 committed Dec 27, 2021
1 parent 4aa61ca commit 9712b37
Show file tree
Hide file tree
Showing 11 changed files with 2,689 additions and 2 deletions.
3 changes: 1 addition & 2 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ In this section, we will apply deep learning to predict RUL of Turbofan dataset.

|Method|FD001|FD002|FD003|FD004|Degradation Model|
|:-----:|:-----:|:-----:|:------:|:------:|:-----:|
|LSTM|[15.16](https://github.com/biswajitsahoo1111/rul_codes_open/blob/master/notebooks/cmapss_notebooks/CMAPSS_FD001_LSTM_piecewise_linear_degradation_model.ipynb)|-|[15.54](https://github.com/biswajitsahoo1111/rul_codes_open/blob/master/notebooks/cmapss_notebooks/CMAPSS_FD003_LSTM_piecewise_linear_degradation_model.ipynb)|-|Piecewise Linear (Early RUL = 125)|
|LSTM|[15.16](https://github.com/biswajitsahoo1111/rul_codes_open/blob/master/notebooks/cmapss_notebooks/CMAPSS_FD001_LSTM_piecewise_linear_degradation_model.ipynb)|[27.57](https://github.com/biswajitsahoo1111/rul_codes_open/blob/master/notebooks/cmapss_notebooks/CMAPSS_FD002_LSTM_piecewise_linear_degradation_model.ipynb)|[15.54](https://github.com/biswajitsahoo1111/rul_codes_open/blob/master/notebooks/cmapss_notebooks/CMAPSS_FD003_LSTM_piecewise_linear_degradation_model.ipynb)|[28.21](https://github.com/biswajitsahoo1111/rul_codes_open/blob/master/notebooks/cmapss_notebooks/CMAPSS_FD004_LSTM_piecewise_linear_degradation_model.ipynb)|Piecewise Linear (Early RUL: 125 (FD001, FD003), 150 (FD002, FD004))|
|1D CNN|[15.84](https://github.com/biswajitsahoo1111/rul_codes_open/blob/master/notebooks/cmapss_notebooks/CMAPSS_FD001_1D_CNN_piecewise_linear_degradation_model.ipynb)|[30.38](https://github.com/biswajitsahoo1111/rul_codes_open/blob/master/notebooks/cmapss_notebooks/CMAPSS_FD002_1D_CNN_piecewise_linear_degradation_model.ipynb)|[15.78](https://github.com/biswajitsahoo1111/rul_codes_open/blob/master/notebooks/cmapss_notebooks/CMAPSS_FD003_1D_CNN_piecewise_linear_degradation_model.ipynb)|[32.35](https://github.com/biswajitsahoo1111/rul_codes_open/blob/master/notebooks/cmapss_notebooks/CMAPSS_FD004_1D_CNN_piecewise_linear_degradation_model.ipynb)|Piecewise Linear (Early RUL: 125 (FD001, FD003), 150 (FD002, FD004))|


Expand Down Expand Up @@ -85,7 +85,6 @@ These notebooks are for educational purposes only. Our experiments are relativel

For attribution, cite this project as
```
BibTeX citation
@misc{sahoo2018datadrivenrul,
author = {Sahoo, Biswajit},
title = {Data-Driven Remaining Useful Life (RUL) Prediction},
Expand Down

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Binary file not shown.
Binary file not shown.
2 changes: 2 additions & 0 deletions saved_models/cmapss/LSTM_FD002/checkpoint
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
model_checkpoint_path: "FD002_early_rul_150_LSTM_rmse_27.5745"
all_model_checkpoint_paths: "FD002_early_rul_150_LSTM_rmse_27.5745"
Binary file not shown.
Binary file not shown.
2 changes: 2 additions & 0 deletions saved_models/cmapss/LSTM_FD004/checkpoint
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
model_checkpoint_path: "FD004_early_rul_150_LSTM_rmse_28.2109"
all_model_checkpoint_paths: "FD004_early_rul_150_LSTM_rmse_28.2109"

0 comments on commit 9712b37

Please sign in to comment.