ttchengab / One_Shot_PytorchLinks
☆32Updated 5 years ago
Alternatives and similar repositories for One_Shot_Pytorch
Users that are interested in One_Shot_Pytorch are comparing it to the libraries listed below
Sorting:
- Implementation of One Shot Learning using Convolutional Siamese Networks on Omniglot Dataset☆138Updated 5 years ago
- DeViSE model (zero-shot learning) trained on ImageNet and deployed on AWS using Docker☆47Updated 6 years ago
- Implements the ideas presented in https://arxiv.org/pdf/2004.11362v1.pdf by Khosla et al.☆133Updated 5 years ago
- Few Shot Learning by Siamese Networks, using Keras.☆194Updated 5 years ago
- Image similarity using Triplet Loss☆102Updated 9 months ago
- Implementation of Siamese Networks for image one-shot learning by PyTorch, train and test model on dataset Omniglot☆296Updated 6 months ago
- ☆49Updated 6 years ago
- One Shot learning, Siamese networks and Triplet Loss with Keras☆81Updated 5 years ago
- Some State-of-the-Art few shot learning algorithms in tensorflow 2☆213Updated 2 years ago
- One-Shot Learning with Triplet CNNs in Pytorch☆93Updated 5 years ago
- TensorFlow implementation of "Unsupervised Learning of Visual Features by Contrasting Cluster Assignments".☆87Updated 3 years ago
- Pytorch notebook with One Cycle Policy implementation (https://arxiv.org/abs/1803.09820)☆73Updated 3 years ago
- PyTorch implementation of ICLR 2018 paper Learn To Pay Attention (and some modification)☆169Updated 5 years ago
- One Shot Learning Implementation☆42Updated 5 years ago
- Tensorflow-Keras implementation of SimCLR: Simple Framework for Contrastive Learning of Visual Representations by Chen et al. (2020)☆111Updated last year
- PyTorch Implementation of Deep Feature Consistent Variational Autoencoder.☆12Updated 3 years ago
- SpinalNet: Deep Neural Network with Gradual Input☆176Updated 4 months ago
- Implementation of Zero-Shot Learning algorithm using Word2Vecs as class embeddings☆87Updated 7 years ago
- All the code files related to the deep learning course from PadhAI☆102Updated 5 years ago
- Keras model trained using semi-hard triplet Loss (tensorflow function) on MNIST☆91Updated 6 years ago
- Codes and experiments while learning and exploring deep learning for personal curiosity by doing online courses, personal projects and wo…☆159Updated 6 years ago
- An unofficial implementation of MixMatch using fastai and Pytorch