controlgay's Stars
microsoft/robustlearn
Robust machine learning for responsible AI
lijin118/CGDM
Codes for "Cross-Domain Gradient Discrepancy Minimization for Unsupervised Domain Adaptation" in CVPR 2021
facebookresearch/DomainBed
DomainBed is a suite to test domain generalization algorithms
jindongwang/transferlearning
Transfer learning / domain adaptation / domain generalization / multi-task learning etc. Papers, codes, datasets, applications, tutorials.-迁移学习
Ritam-Guha/Feature-Selection
It contains some of the novel feature selection algorithms I've developed
qinenergy/syn2real
Code and data for our paper on IEEE-TIE: Integrating Expert Knowledge with Domain Adaptation for Unsupervised Fault Diagnosis
google-research/google-research
Google Research
liguge/DCPN
Self-supervised diagnosis of rotating machinery faults using a deep convolutional probability network
liguge/AAU_Net_Improved
The improved code of AAU-Net
Luo-ziming/Semi-Supervised-Learning
通过差分矩阵获得到三个特征约简子集,作为Tri-Training的输入,与单个分类器相比能够提升分类准确率。
oikosohn/compound-loss-pytorch
Compound loss for PyTorch
JohnMasoner/unified-focal-loss-pytorch
The unofficial implementation for "Unified Focal Loss: Generalising Dice and Cross Entropy-based Losses to Handle Class Imbalanced Medical Image Segmentation"
lab206/AdaptiveClick
[TNNLS 2024] AdaptiveClick: Clicks-aware Transformer with Adaptive Focal Loss for Interactive Image Segmentation
ywatanabe1989/custom_losses_pytorch
Custom loss functions to use in (mainly) PyTorch.
aws-samples/amazon-sagemaker-custom-loss-function
This code shows how to train a model in Amazon SageMaker using a custom loss function for a binary classification problem in which the costs of different kinds of misclassification are very different.
jhwjhw0123/Imbalance-XGBoost
XGBoost for label-imbalanced data: XGBoost with weighted and focal loss functions
shruti-jadon/Semantic-Segmentation-Loss-Functions
This Repository is implementation of majority of Semantic Segmentation Loss Functions
eeyhsong/EEG-Conformer
EEG Transformer 2.0. i. Convolutional Transformer for EEG Decoding. ii. Novel visualization - Class Activation Topography.
eeyhsong/EEG-Transformer
i. A practical application of Transformer (ViT) on 2-D physiological signal (EEG) classification tasks. Also could be tried with EMG, EOG, ECG, etc. ii. Including the attention of spatial dimension (channel attention) and *temporal dimension*. iii. Common spatial pattern (CSP), an efficient feature enhancement method, realized with Python.
AntixK/PyTorch-VAE
A Collection of Variational Autoencoders (VAE) in PyTorch.
microsoft/Semi-supervised-learning
A Unified Semi-Supervised Learning Codebase (NeurIPS'22)
bplank/semi-supervised-baselines
Code for "Strong Baselines for Neural Semi-supervised Learning under Domain Shift" (Ruder & Plank, 2018 ACL)
ZuchniakK/MTKD
Multi-Teacher Knowledge Distillation, code for my PhD dissertation. I used knowledge distillation as a decision-fusion and compressing mechanism for ensemble models.
Lavreniuk/Pseudo-labelling-and-knowledge-distillation-from-multiple-teachers
Pseudo-labelling and knowledge distillation from multiple teachers for remote sensing monitoring of deforestation in Ukraine
Rorozhl/MMKD
This is the implementation for the ICME-2023 paper (Adaptive Multi-Teacher Knowledge Distillation with Meta-Learning).
konyul/multi-task-mean-teacher
multi task learning with pseudo labels created by teacher
Rorozhl/CA-MKD
This is the implementation for the ICASSP-2022 paper (Confidence-Aware Multi-Teacher Knowledge Distillation).
ksaito-ut/atda
Implemenation of Asymmetric-TriTraining by Tensorflow
pytorch/captum
Model interpretability and understanding for PyTorch
ashutosh1919/explainable-cnn
📦 PyTorch based visualization package for generating layer-wise explanations for CNNs.