cetinsamet / attribute-label-embedding
An Implementation of Attribute Label Embedding (ALE) Method for Zero Shot Learning
☆11Updated last year
Alternatives and similar repositories for attribute-label-embedding:
Users that are interested in attribute-label-embedding are comparing it to the libraries listed below
- The implementation of "Semantic-consistent Embedding".☆15Updated 3 years ago
- This is the code of paper "A Label Information Vector Generative Zero-shot Model for the Diagnosis of Compound Faults"☆16Updated last year
- A simple implementation of Deep Domain Confusion: Maximizing for Domain Invariance☆154Updated 6 years ago
- Python Implementation of Zero Shot Learning Algorithms (ALE, DeViSE, ESZSL, SAE, SJE) under ZSLGBU protocol☆63Updated 4 years ago
- This is the PyTorch-0.4.0 implementation of few-shot learning on CIFAR-100 with graph neural networks (GNN)☆86Updated 6 years ago
- Joint Domain Alignment and Discriminative Feature Learning for Unsupervised Deep Domain Adaptation(AAAI-2019)☆82Updated 5 years ago
- 这是论文Unsupervised Domain Adaptation by Backpropagation的 复现代码,并完成了MNIST与MNIST-M数据集迁移,master和tf2分支代码为是基于tf2.x,tf1分支代码基于tf1.x☆64Updated 3 years ago
- An Implementation of Attribute Label Embedding (ALE) method of Zero-Shot Learning☆9Updated 5 years ago
- An implementation of DANN with pytorch☆209Updated 6 years ago
- Deep domain adaptation networks (DDAN) library for Python with TensorFlow.☆71Updated 5 years ago
- Source Code of Industrial_ZSL in TII☆31Updated 3 years ago
- Pytorch implementation of four neural network based domain adaptation techniques: DeepCORAL, DDC, CDAN and CDAN+E. Evaluated on benchmark…☆88Updated 3 years ago
- Unofficial implementation of some fantastic shallow domain adaptation (SDA) methods.☆25Updated 2 years ago
- Code released for ICML 2019 paper "Bridging Theory and Algorithm for Domain Adaptation".☆135Updated 5 years ago
- An implementation of Deep Adaptation Network with pytorch☆111Updated 6 years ago
- Locality Preserving Joint Transfer for Domain Adaptation, TIP 2019☆18Updated 5 years ago
- Implementation of Zero-Shot Learning algorithm using Word2Vecs as class embeddings☆87Updated 6 years ago
- Transfer Learning Library☆464Updated 3 years ago
- Official PyTorch Implementation of GNDAN (TNNLS'22)☆9Updated 2 years ago
- Code for 'Open Set Domain Adaptation by Backpropagation'☆74Updated 6 years ago
- Open set domain adaptation☆86Updated 5 years ago
- 🧠 A PyTorch implementation of 'Deep CORAL: Correlation Alignment for Deep Domain Adaptation.', ECCV 2016☆230Updated 3 years ago
- Pytorch Code for ICLR19 paper: Learning to Propagate Labels: Transductive Propagation Network for Few-shot Learning.☆176Updated 3 years ago
- A simple implentment of Maximum Classifier Discrepancy for Unsupervised Domain Adaptation with pytorch☆13Updated 4 years ago
- This repository is an implementation of Feature Generating Networks for Zero Shot Learning (https://arxiv.org/pdf/1712.00981.pdf).