Skip to content

Mirlenko/Propulsion_Plants_Maintenance_Prediction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 

Repository files navigation

Gas Turbine and Compressor Decay State Coefficients Prediction

In the current project the Predictive Maintenance estimator models are built to predict the Gas Turbine and Compressor decay state coefficients;

  • the prediction models are based on ML and DL concepts;
  • the problem solved is a classical regression task;
  • among the tested algortihms are linear and ensemble models, as well as Neural Networks.
  • the accuracy of the estimated target values are evaluated using mean absolute error, mean squared error, as well as the absolute error for each individual measurement point.
  • the target functions (Gas Turbine and Compressor decay state coefficients) are predicted based on the propulsion system sensors measurements (16 features): shaft torque, rate of revolutions, compressor inlet air temperature and pressure, turbine injection control and fuel flow.

The dataset used can be downloaded from the UCI repository, or can be found in the data folder.

The project work is inspired by the original paper Condition-Based Maintenance of Naval Propulsion Systems with Supervised Data Analysis.

About

Gas Turbine and Compressor Decay State Coefficients Prediction

Topics

Resources

Stars

Watchers

Forks