Giter Site home page Giter Site logo

mhms_deeplearning's Introduction

Deep Learning and Its Applications to Machine Health Monitoring

This module contains the code used in our survey paper: Deep Learning and Its Applications to Machine Health Monitoring. It has been accepted by Mechanical Systems and Signal Processing. Pls find the newest version there.

Table of Contents

Data

This folder contains two pickle files, which are extracted features and labels for tool wear sensing experiments. Each pickle file contain x_train, y_train, x_test, y_test. The task is defined as a regression problem.

  • data_normal: each data sample is a vector. The features are extracted from the whole time sequences.
  • data_seq: each data sample is a tensor. The features are extracted from windows of the time time sequences.

Especially, data_seq can be used by LSTM and CNN models. data_normal can be utilized by conventional ML models.

Code

This folder contains codes for feature extraction, traditional machine learning models, deep learning models and test modules.

Feature Extraction

RMS, VAR, MAX, Peak, Skew, Kurt, Wavelet, Spectral Kurt, Spectral Skewness, Spectral Powder features are extracted from the input time series.

Deep Learning Models

Based on Keras, autoencoder and its variants, implementations of DBN, LSTM, Bi-directional LSTM and CNN models are provided

Traditioanl Machine Learning Models

SVR with two kernels (linear and rbf), Random Forest and Neural Network are provided.

Main Test

To replicate the results reported in paper (python 2.7)

pip install -r requirement 
python main_test.py

The results will be stored in output.log. In addition, a python notebook file is provided to parse the raw log file for mean and std accuracies computing. And due to randomness, we run all of these models five times.

mhms_deeplearning's People

Contributors

rz0718 avatar

Watchers

James Cloos 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.