├── .gitignore ├── C-MAPSS_data_cleaner.py ├── LICENSE ├── README.md ├── TURBOFAN Engine Remaining Useful Life Prediction with DCNN_main.ipynb ├── Train_data.csv └── test_engine_21.csv /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abiodun-ayodeji/Predictive-Maintenance/HEAD/.gitignore -------------------------------------------------------------------------------- /C-MAPSS_data_cleaner.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abiodun-ayodeji/Predictive-Maintenance/HEAD/C-MAPSS_data_cleaner.py -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abiodun-ayodeji/Predictive-Maintenance/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abiodun-ayodeji/Predictive-Maintenance/HEAD/README.md -------------------------------------------------------------------------------- /TURBOFAN Engine Remaining Useful Life Prediction with DCNN_main.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abiodun-ayodeji/Predictive-Maintenance/HEAD/TURBOFAN Engine Remaining Useful Life Prediction with DCNN_main.ipynb -------------------------------------------------------------------------------- /Train_data.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abiodun-ayodeji/Predictive-Maintenance/HEAD/Train_data.csv -------------------------------------------------------------------------------- /test_engine_21.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abiodun-ayodeji/Predictive-Maintenance/HEAD/test_engine_21.csv --------------------------------------------------------------------------------