jingpingjiao / siamese_cnn
Pytorch implementation of Siamese networks that learns to classify its inputs, the neural networks learns to differentiate between two people
☆32Updated 6 years ago
Alternatives and similar repositories for siamese_cnn:
Users that are interested in siamese_cnn are comparing it to the libraries listed below
- One-Shot Learning with Triplet CNNs in Pytorch☆93Updated 4 years ago
- my codes for learning attention mechanism☆50Updated 4 years ago
- An implementation of Contrastive Loss in PyTorch using Siamese Networks☆27Updated 4 years ago
- One Shot Learning Implementation☆42Updated 4 years ago
- Try to train a Triplet-Siamese-Netwrok with the constrained Triplet Loss for few shot image classification.☆14Updated 5 years ago
- This is a PyTorch implementation of the Unsupervised Domain Adaptation method proposed in the paper Deep CORAL: Correlation Alignment for…☆55Updated 6 years ago
- One Shot learning, Siamese networks and Triplet Loss with Keras☆81Updated 4 years ago
- The Objective is to implement Siamese Network for Face Recognition using Pytorch Lightning.☆18Updated 4 years ago
- A Meta-Learning Approach for Few-Shot Anomaly Detection and One-Class Classification☆35Updated 3 years ago
- An example notebook showing the use of a Siamese Neural Network with a triplet loss function trained on MNIST☆19Updated 4 years ago
- Implementation of Siamese Networks for image one-shot learning by PyTorch, train and test model on dataset Omniglot☆292Updated 3 years ago
- Squeeze and Excitation network implementation.☆18Updated 5 years ago
- Example of one shot learning and few shot learning with omniglot dataset.☆24Updated 4 years ago
- Gluon implementation of channel-attention modules: SE, ECA, GCT☆40Updated 4 years ago
- Multi-modal classifications of digits with image and audio modality. One shot learning with Siamese network is used to predict if the giv…☆15Updated 2 years ago
- Pseudo Labeling for Neural Networks and Logistic Regression/SVMs ( Based on "Pseudo-Label : The Simple and Efficient Semi-Supervised Lear…☆73Updated 5 years ago
- ☆52Updated 4 years ago
- Various autoencoders with ResNet, DenseNet and U-Net implementations, as well as VAE and GAN implementations.☆38Updated last year
- Implementation of Triplet Neural Network on keras☆70Updated 4 years ago
- (WACV 2020) Tensorflow implementation of Boosting Standard Classification Architectures Through a Ranking Regularizer☆22Updated 3 years ago
- Deep domain adaptation networks (DDAN) library for Python with TensorFlow.☆71Updated 5 years ago
- A Pytorch Implementation of a denoising autoencoder.☆44Updated 5 years ago
- PyTorch implementation of ICLR 2018 paper Learn To Pay Attention (and some modification)☆165Updated 4 years ago
- Signature verification system using Siamese networks☆116Updated 2 years ago
- Image classification using SVM, KNN, Bayes, Adaboost, Random Forest and CNN.Extracting features and reducting feature dimension using T-S…☆13Updated 4 years ago
- Sample code of B-CNN paper (https://arxiv.org/abs/1709.09890) written in Python3+.☆54Updated 3 years ago
- Script to extract CNN deep features with different ConvNets, and then use them for an Image Classification task with a SVM classifier wit…☆31Updated 6 years ago
- Use Triplet Loss to finetune and train a CNN pre-trained on the Imagenet dataset☆39Updated 6 years ago
- A simple implementation of domain adversarial training with GAN loss in Keras☆58Updated 6 years ago
- TensorFlow 2 implementation of the paper Generalized ODIN: Detecting Out-of-distribution Image without Learning from Out-of-distribution …☆45Updated 3 years ago