bhiziroglu / Siamese-Neural-NetworksLinks
Implementation of the Siamese Neural Networks in PyTorch using MNIST dataset
☆34Updated last year
Alternatives and similar repositories for Siamese-Neural-Networks
Users that are interested in Siamese-Neural-Networks are comparing it to the libraries listed below
Sorting:
- Implementation of Siamese Networks for image one-shot learning by PyTorch, train and test model on dataset Omniglot☆294Updated last month
- Imbalanced Image Classification with Complement Cross Entropy (PRL 21)☆51Updated 2 years ago
- Code for 'Squeezing Backbone Feature Distributions to the Max for Efficient Few-Shot Learning'☆39Updated 3 years ago
- ☆155Updated last year
- Easy to use class balanced cross entropy and focal loss implementation for Pytorch☆99Updated 9 months ago
- This repo contains code for SimCLR : A Simple Framework for Contrastive Learning of Visual Representations☆19Updated 4 years ago
- Mean-Shifted Contrastive Loss for Anomaly Detection (AAAI 2023)☆117Updated last year
- The re-implementation of Smooth Grad-CAM++ with pytorch☆66Updated 6 years ago
- Independent implementation of Supervised Contrastive Loss. Straight to the point and beyond☆84Updated 4 years ago
- A PyTorch implementation of a few shot, and meta-learning algorithms for image classification.☆87Updated 2 years ago
- Repository for the Explainable Deep One-Class Classification paper☆233Updated 2 years ago
- PyTorch Implementation of Data Augmentation GAN (originally proposed in arXiv:1711.04340)☆53Updated 4 years ago
- Example of one shot learning and few shot learning with omniglot dataset.☆27Updated 4 years ago
- Pseudo Labeling for Neural Networks and Logistic Regression/SVMs ( Based on "Pseudo-Label : The Simple and Efficient Semi-Supervised Lear…☆74Updated 5 years ago
- Highly efficient PyTorch version of the Semi-hard Triplet loss ⚡️☆117Updated 3 years ago
- An implementation of "Prototypical Networks for Few-shot Learning" on a notebook in Pytorch☆58Updated 5 years ago
- Pytorch implementation of "Unsupervised Anomaly Detection with Generative Adversarial Networks to Guide Marker Discovery"☆65Updated 5 years ago
- This repository is the official implementation Ensemble Augmented-Shot Y-shaped Learning: State-Of-The-Art Few-Shot Classification with S…☆116Updated last year
- Example of Anomaly Detection using Convolutional Variational Auto-Encoder (CVAE)☆44Updated last year
- A Meta-Learning Approach for Few-Shot Anomaly Detection and One-Class Classification☆37Updated 3 years ago
- ☆217Updated 3 years ago
- Implementing PolyLoss in Pytorch☆76Updated 3 years ago
- EC-GAN: Low-Sample Classification using Semi-Supervised Algorithms and GANs (AAAI 2021)☆39Updated 3 years ago
- PyTorch code for our paper: Open Set Recognition Through Deep Neural Network Uncertainty: Does Out-of-Distribution Detection Require Gene…☆91Updated 3 years ago
- This repository is for coding exercises listed in Book Hands on One Shot Learning.☆112Updated 2 years ago
- Code for 'Leveraging the Feature Distribution in Transfer-based Few-Shot Learning'☆213Updated last year
- A semi supervised GAN for image classification implemented in Pytorch☆51Updated 4 years ago
- One-Shot Learning with Triplet CNNs in Pytorch☆93Updated 4 years ago
- When Does Label Smoothing Help?_pytorch_implementationimp☆126Updated 5 years ago
- A PyTorch implementation of siamese networks using backbone from torchvision.models, with support for TensorRT inference.