Skip to content

Yan9564/NMFAD

Repository files navigation

NMFAD

This repository includes code and dataset in paper "Physics-Enhanced NMF Toward Anomaly Detection in Rotating Mechanical Systems"

Data set in experiment

Requirements

Code

  • Self-defined function
    • GNMF.py: GNMF function
    • PNMF.py: self-defined PNMF function
    • framework_nmf.py : the benchmark NMF method
    • framework_svd.py : the benchmark SVD method
    • framework_svd_st.py : the benchmark SVD method with soft thresholding
    • framework_bd.py : the benchmark BD method
    • framework_bmf.py : the benchmark BMF method
    • framework_snmf.py : the benchmark SNMF method
    • framework_gnmf.py : the benchmark GNMF method
    • framework_lfnmf.py : the benchmark LFNMF method
    • framework_pnmf.py : the proposed PNMF method
  • experiments
    • main_experiment_WBC.py : experiment based on the WBC.xlsx dataset, and the results are presented in Figure 5 in the paper.
    • main_face.py : experiment based on the CBCL face dataset, and the results are presented in Figure 15 in the paper.

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages