Git Product home page Git Product logo

supergraph's Introduction

SuperGraph

Codes are released for paper entitled "SuperGraph: Spatial-temporal graph-based feature extraction for rotating machinery diagnosis", and this paper is revised in IEEE Transactions on Industrial Electronics.

Guide

This project only provides the data and related codes used in the paper that allows anyone to reproduce all results presented in the paper. All algorithms were written by python 3.8, PyTorch 1.7.0, and PyTorch geometric through running on a computer with an Intel Core 298 i7-8700K CPU and a 32G RAM.

Requirements

Datasets

Pakages

This repository is organized as:

  • code contains the corresonding codes.
  • data contains the used data from CWRU dataset, Gearbox dataset, and KAT dataset.

Usage

  • Download the datasets
  • Modify the file storage address in the code
  • Run the corresponding codes

Citation

Paper:

@article{Yang2021,
  title={SuperGraph: Spatial-temporal graph-based feature extraction for rotating machinery diagnosis},
  author={Chaoying Yang, Kaibo Zhou, and Jie Liu},
  journal={IEEE Transactions on Industrial Electronics},
  year={2021},
  doi={10.1109/TIE.2021.3075871},
  url={https://github.com/ChaoyingYang/SuperGraph},
}

Contact

Chaoying Yang - [email protected]

Jie Liu - [email protected]

supergraph's People

Contributors

chaoyingyang avatar

Stargazers

qwemnb avatar  avatar Zihang Wang avatar chopper avatar Flipped avatar jumpzjl avatar 老白涮肉坊 avatar  avatar  avatar  avatar  avatar  avatar Claude avatar  avatar  avatar  avatar  avatar  avatar  avatar FU Rao_DLUT avatar Guokai Liu avatar  avatar zwz avatar

Watchers

 avatar

supergraph's Issues

SuperGraph

Construct edges in the SuperGraph:why?
for i in range(0,len(a),10):
for j in range(i,i+10):
for k in range(i,i+10):
if j!=k:
edge_index[0].append(j)
edge_index[1].append(k)

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.