Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Project Addition] : Condition monitoring using DL #698

Merged
merged 20 commits into from
Jun 2, 2024

Conversation

jeet-Abhi123
Copy link
Contributor

Pull Request for DL-Simplified 💡

#680 : Condition monitoring using DL

  • Info about the related issue (Aim of the project) : The primary goal of this project is to predict the Remaining Useful Life (RUL) of airplane turbofan engines using the NASA C-MAPSS dataset. Accurate prediction of RUL is crucial for ensuring the safety, reliability, and efficiency of aircraft operations.
  • Name: Abhijeet Kaithwas
  • GitHub ID: https://github.com/jeet-Abhi123
  • Email ID: [email protected]
  • **Idenitfy yourself: (Mention in which program you are contributing in. ** GSSOC'24 Contributor

Closes: #680

Describe the add-ons or changes you've made 📃

The GRU model outperformed the LSTM and CNN models in terms of test loss, making it the most effective model for predicting the Remaining Useful Life (RUL) of airplane turbofan engines in this project. However, each model brings unique strengths, and further optimization and ensemble methods could potentially improve overall performance.

By leveraging these advanced neural network models, the project aims to provide accurate RUL predictions, contributing to proactive maintenance scheduling and enhanced operational efficiency in aviation.

How Has This Been Tested? ⚙️

Describe how it has been tested
I have tested the implementation using a separate test dataset and verified the classification accuracy of each model. Additionally, I have compared the results with the expected outcomes to ensure accuracy.

Checklist: ☑️

  • My code follows the guidelines of this project.
  • I have performed a self-review of my own code.
  • I have commented my code, particularly wherever it was hard to understand.
  • I have made corresponding changes to the documentation.
  • My changes generate no new warnings.
  • I have added things that prove my fix is effective or that my feature works.
  • Any dependent changes have been merged and published in downstream modules.

Copy link

github-actions bot commented Jun 2, 2024

Our team will soon review your PR. Thanks @jeet-Abhi123 :)

Copy link
Owner

@abhisheks008 abhisheks008 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approved @jeet-Abhi123

@abhisheks008 abhisheks008 added Status: Approved Approved PR by the PA. level 2 Level 2 for GSSOC gssoc Girlscript Summer of Code 2024 labels Jun 2, 2024
@abhisheks008 abhisheks008 merged commit e898b6b into abhisheks008:main Jun 2, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
gssoc Girlscript Summer of Code 2024 level 2 Level 2 for GSSOC Points Updated Status: Approved Approved PR by the PA.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Condition Monitoring using DL Techniques
2 participants