JnchinZ / Prototypical-Networks-for-image-classificationLinks
This is a very simple implementation for the NIPS 2017 paper Prototypical Networks for Few-shot Learning.
☆20Updated 4 years ago
Alternatives and similar repositories for Prototypical-Networks-for-image-classification
Users that are interested in Prototypical-Networks-for-image-classification are comparing it to the libraries listed below
Sorting:
- Very simple pytorch maml implement☆129Updated last year
- Reproduce MAML in Pytorch with omniglot dataset.☆107Updated 5 years ago
- knowledge distillation for few-shot learning☆15Updated last year
- Code for recent domain adaption implemented by pytorch.☆34Updated 5 years ago
- Code for Transfer Learning book--《迁移学习导论》配套代码☆311Updated 2 years ago
- Everything about Transfer Learning and Domain Adaptation--迁移学习☆16Updated 4 years ago
- 这是论文Unsupervised Domain Adaptation by Backpropagation的复现代码,并完成了MNIST与MNIST-M数据集迁移,master和tf2分支代码为是基于tf2.x,tf1分支代码基于tf1.x☆64Updated 4 years ago
- ☆34Updated 4 years ago
- Open Set Recognition☆172Updated 4 years ago
- Autoencoders in PyTorch☆102Updated 6 years ago
- 论文复现:Prototypical Networks for Few-shot Learning☆46Updated 4 years ago
- Official PyTorch Implementation of GNDAN (TNNLS'22)☆11Updated 3 years ago
- 这是论文Unsupervised Domain Adaptation by Backpropagation的复现tf2代码,并完成了MNIST与MNIST-M数据集之间的迁移训练☆20Updated 4 years ago
- PyTorch implementation for "Classification-Reconstruction Learning for Open-Set Recognition" CVPR 2019.☆57Updated 3 years ago
- The source codes of Meta-learning for few-shot cross-domain fault diagnosis.☆170Updated 8 months ago
- A pytorch implementation of Capsule Network.☆98Updated last year
- Meta-Baseline: Exploring Simple Meta-Learning for Few-Shot Learning, in ICCV 2021☆648Updated 4 years ago
- Pytorch implementation of four neural network based domain adaptation techniques: DeepCORAL, DDC, CDAN and CDAN+E. Evaluated on benchmark…☆92Updated 4 years ago
- Fuzzy Deep Neural Network.☆60Updated 2 years ago
- This repository is the official implementation Ensemble Augmented-Shot Y-shaped Learning: State-Of-The-Art Few-Shot Classification with S…☆117Updated last year
- Record my work in transfer learning during my postgraduate period.☆51Updated last year
- Homogeneous Online Transfer Learning with Online Distribution Discrepancy Minimization☆14Updated 5 years ago
- The code for "SCL: Self-supervised contrastive learning for few-shot image classification"☆17Updated last year
- ☆58Updated 3 years ago
- ☆101Updated 3 years ago
- Multiple Source Domain Adaptation with Adversarial Learning☆22Updated 5 years ago
- CBAM: Convolutional Block Attention Module for CIFAR10 on ResNet backbone with Pytorch☆125Updated 6 years ago
- 多模态数据融合:为了完成多模态数据融合,首先利用VGG16网络和cifar10数据集完成多输入网络的分类,在VGG16的基础之上,将前三层特征提取网络作为不同输入的特征提取网络,在中间层进行特征拼接,后面的卷积层用于提取融合特征,最后加上全连接层。该网络稍作修改就能同时提取…☆98Updated 5 years ago
- A PaddlePaddle implementation of 'Deep Subdomain Adaptation Network for Image Classification'☆19Updated 4 years ago
- PyTorch implementation of DANN (Domain-Adversarial Training of Neural Networks)☆141Updated last year