├── ConvReccurrentCells.py ├── README.md ├── Thesis.pdf ├── get_data_CMAPSS.py ├── model.py ├── probar.py └── train_models.py /ConvReccurrentCells.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicolasoyharcabal/ConvRNN_for_RUL_estimation/HEAD/ConvReccurrentCells.py -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicolasoyharcabal/ConvRNN_for_RUL_estimation/HEAD/README.md -------------------------------------------------------------------------------- /Thesis.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicolasoyharcabal/ConvRNN_for_RUL_estimation/HEAD/Thesis.pdf -------------------------------------------------------------------------------- /get_data_CMAPSS.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicolasoyharcabal/ConvRNN_for_RUL_estimation/HEAD/get_data_CMAPSS.py -------------------------------------------------------------------------------- /model.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicolasoyharcabal/ConvRNN_for_RUL_estimation/HEAD/model.py -------------------------------------------------------------------------------- /probar.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicolasoyharcabal/ConvRNN_for_RUL_estimation/HEAD/probar.py -------------------------------------------------------------------------------- /train_models.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicolasoyharcabal/ConvRNN_for_RUL_estimation/HEAD/train_models.py --------------------------------------------------------------------------------