Code Monkey home page Code Monkey logo

dal3006 / pytorch-cnn-for-rul-prediction Goto Github PK

View Code? Open in Web Editor NEW

This project forked from jiaxiang-cheng/pytorch-cnn-for-rul-prediction

0.0 0.0 0.0 11.92 MB

PyTorch implementation of CNN for remaining useful life prediction. Inspired by Babu, G. S., Zhao, P., & Li, X. L. (2016, April). Deep convolutional neural network-based regression approach for estimation of remaining useful life. In International conference on database systems for advanced applications (pp. 214-228). Springer, Cham.

License: Apache License 2.0

Python 100.00%

pytorch-cnn-for-rul-prediction's Introduction

Deep CNN for Estimation of Remaining Useful Life

Inspired by Babu, G. S., Zhao, P., & Li, X. L. (2016, April). Deep convolutional neural network based regression approach for estimation of remaining useful life. In International conference on database systems for advanced applications (pp. 214-228). Springer, Cham.
Author: Jiaxiang Cheng, Nanyang Technological University, Singapore

Python PyTorch

Environment

python==3.8.8
pytorch==1.8.1
pandas==1.2.4
scikit-learn==0.23.2
numpy==1.20.1
matplotlib==3.3.4
scipy==1.6.2

Usage

You may simply give the following command for both training and evaluation:

python main.py

Then you will get the following running information:

...

Epoch :  30      loss : 3.285    RMSE = 34.636   Score = 14473
Epoch :  31      loss : 3.277    RMSE = 34.599   Score = 14815
Epoch :  32      loss : 3.269    RMSE = 34.95    Score = 12690
Epoch :  33      loss : 3.259    RMSE = 32.885   Score = 6656
Epoch :  34      loss : 3.25     RMSE = 32.354   Score = 5344
Epoch :  35      loss : 3.241    RMSE = 32.318   Score = 4898

...

As the model and data sets are not heavy, the evaluation will be conducted after each training epoch to catch up with the performance closely. The prediction results will be saved in the folder _trials.

Citation

DOI

License

License

pytorch-cnn-for-rul-prediction's People

Contributors

jiaxiang-cheng avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.