All Projects → mingzhangPHD → Transfer-Learning-for-Fault-Diagnosis

mingzhangPHD / Transfer-Learning-for-Fault-Diagnosis

Licence: other
This repository is for the transfer learning or domain adaptive with fault diagnosis.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Transfer-Learning-for-Fault-Diagnosis

sign2text
Real-time AI-powered translation of American sign language to text
Stars: ✭ 132 (+7.32%)
Mutual labels:  transfer-learning
neuro-evolution
A project on improving Neural Networks performance by using Genetic Algorithms.
Stars: ✭ 25 (-79.67%)
Mutual labels:  transfer-learning
Transformers-Domain-Adaptation
Adapt Transformer-based language models to new text domains
Stars: ✭ 67 (-45.53%)
Mutual labels:  transfer-learning
cups-rl
Customisable Unified Physical Simulations (CUPS) for Reinforcement Learning. Experiments run on the ai2thor environment (http://ai2thor.allenai.org/) e.g. using A3C, RainbowDQN and A3C_GA (Gated Attention multi-modal fusion) for Task-Oriented Language Grounding (tasks specified by natural language instructions) e.g. "Pick up the Cup or else"
Stars: ✭ 38 (-69.11%)
Mutual labels:  transfer-learning
Land-Cover-Classification-using-Sentinel-2-Dataset
Application of deep learning on Satellite Imagery of Sentinel-2 satellite that move around the earth from June, 2015. This image patches can be trained and classified using transfer learning techniques.
Stars: ✭ 36 (-70.73%)
Mutual labels:  transfer-learning
oreilly-bert-nlp
This repository contains code for the O'Reilly Live Online Training for BERT
Stars: ✭ 19 (-84.55%)
Mutual labels:  transfer-learning
transfer-learning-text-tf
Tensorflow implementation of Semi-supervised Sequence Learning (https://arxiv.org/abs/1511.01432)
Stars: ✭ 82 (-33.33%)
Mutual labels:  transfer-learning
backprop
Backprop makes it simple to use, finetune, and deploy state-of-the-art ML models.
Stars: ✭ 229 (+86.18%)
Mutual labels:  transfer-learning
nlp workshop odsc europe20
Extensive tutorials for the Advanced NLP Workshop in Open Data Science Conference Europe 2020. We will leverage machine learning, deep learning and deep transfer learning to learn and solve popular tasks using NLP including NER, Classification, Recommendation \ Information Retrieval, Summarization, Classification, Language Translation, Q&A and T…
Stars: ✭ 127 (+3.25%)
Mutual labels:  transfer-learning
BA3US
code for our ECCV 2020 paper "A Balanced and Uncertainty-aware Approach for Partial Domain Adaptation"
Stars: ✭ 31 (-74.8%)
Mutual labels:  transfer-learning
SimPLE
Code for the paper: "SimPLE: Similar Pseudo Label Exploitation for Semi-Supervised Classification"
Stars: ✭ 50 (-59.35%)
Mutual labels:  transfer-learning
sparsezoo
Neural network model repository for highly sparse and sparse-quantized models with matching sparsification recipes
Stars: ✭ 264 (+114.63%)
Mutual labels:  transfer-learning
Warehouse Robot Path Planning
A multi agent path planning solution under a warehouse scenario using Q learning and transfer learning.🤖️
Stars: ✭ 59 (-52.03%)
Mutual labels:  transfer-learning
Transfer-learning-materials
resource collection for transfer learning!
Stars: ✭ 213 (+73.17%)
Mutual labels:  transfer-learning
ATA-GAN
Demo code for Attention-Aware Generative Adversarial Networks paper
Stars: ✭ 13 (-89.43%)
Mutual labels:  transfer-learning
pytorch cnn trainer
A Simple but Powerful CNN Trainer For PyTorch
Stars: ✭ 26 (-78.86%)
Mutual labels:  transfer-learning
brand-sentiment-analysis
Scripts utilizing Heartex platform to build brand sentiment analysis from the news
Stars: ✭ 21 (-82.93%)
Mutual labels:  transfer-learning
smoke-detection-transfer-learning
use transfer learning to detect smoke in images and videos
Stars: ✭ 16 (-86.99%)
Mutual labels:  transfer-learning
histopathologic cancer detector
CNN histopathologic tumor identifier.
Stars: ✭ 26 (-78.86%)
Mutual labels:  transfer-learning
ProteinLM
Protein Language Model
Stars: ✭ 76 (-38.21%)
Mutual labels:  transfer-learning

Transfer Learning for Fault Diagnosis

迁移学习 故障诊断 深度神经网络

This repository is for the transfer learning or domain adaptive with fault diagnosis.

It should be notice that we use the tensorflow 1.15. If one use the lastest tensorflow, there will be some errors.

The paper is as follow:

Domain Adaptation with Multilayer Adversarial Learning for Fault Diagnosis of Gearbox under Multiple Operating Conditions

A Deep Transfer Model With Wasserstein Distance Guided Multi-Adversarial Networks for Bearing Fault Diagnosis Under Different Working Conditions

Research on variational mode decomposition in rolling bearings fault diagnosis of the multistage centrifugal pump

Citation

If you use this code and datasets for your research, please consider citing:

@inproceedings{zhang2019domain,
  title={Domain Adaptation with Multilayer Adversarial Learning for Fault Diagnosis of Gearbox under Multiple Operating Conditions},
  author={Zhang, Ming and Lu, Weining and Yang, Jun and Wang, Duo and Bin, Liang},
  booktitle={2019 Prognostics and System Health Management Conference (PHM-Qingdao)},
  pages={1--6},
  year={2019},
  organization={IEEE}
}
@ARTICLE{8713860, 
author={M. {Zhang} and D. {Wang} and W. {Lu} and J. {Yang} and Z. {Li} and B. {Liang}}, 
journal={IEEE Access}, 
title={A Deep Transfer Model With Wasserstein Distance Guided Multi-Adversarial Networks for Bearing Fault Diagnosis Under Different Working Conditions}, 
year={2019}, 
volume={7}, 
number={}, 
pages={65303-65318}, 
keywords={Fault diagnosis;Rolling bearings;Data models;Wavelength division multiplexing;Convolution;Employee welfare;Training;Transfer learning;fault diagnosis;convolutional neural network;multi-adversarial networks}, 
doi={10.1109/ACCESS.2019.2916935}, 
ISSN={2169-3536}, 
month={},}
@article{zhang2017research,
  title={Research on variational mode decomposition in rolling bearings fault diagnosis of the multistage centrifugal pump},
  author={Zhang, Ming and Jiang, Zhinong and Feng, Kun},
  journal={Mechanical Systems and Signal Processing},
  volume={93},
  pages={460--493},
  year={2017},
  publisher={Elsevier}
}

Contact

If you have any problem about our code, feel free to contact:

[email protected] or [email protected]

or describe your problem in issues

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].