jan-xu / autoencodersLinks
Various autoencoders with ResNet, DenseNet and U-Net implementations, as well as VAE and GAN implementations.
☆38Updated last year
Alternatives and similar repositories for autoencoders
Users that are interested in autoencoders are comparing it to the libraries listed below
Sorting:
- Implementation of GANomaly with MNIST dataset☆17Updated 5 years ago
- A Variational Autoencoder based on the ResNet18-architecture☆120Updated 6 years ago
- Improved training of Wasserstein GANs☆47Updated 3 years ago
- Data Augmentation optimized for GAN☆56Updated 4 years ago
- Variational Autoencoders trained on the SVHN and FashionMNIST data-sets implemented in PyTorch☆32Updated last year
- Visually Explainable VAE☆63Updated 4 years ago
- Anomaly detection on X-Ray MURA dataset using GAN.☆50Updated 6 years ago
- ☆103Updated 4 years ago
- A TensorFlow 2.x implementation of Masked Autoencoders Are Scalable Vision Learners☆80Updated 3 years ago
- An application of Self-Attention GANs and DCGAN on mnist dataset.☆49Updated 4 years ago
- Variational Autoencoder (VAE) with perception loss implementation in pytorch☆132Updated 11 months ago
- Implementation of SimCLR in PyTorch☆13Updated 3 years ago
- Convolutional Autoencoder with SetNet in PyTorch☆87Updated 2 years ago
- PyTorch implementation of Variational Autoencoder (VAE) on MNIST dataset.☆23Updated last year
- Visualization toolkit for learned features of neural networks in PyTorch. Feature Visualizer, Saliency Map, Guided Gradients, Grad-CAM, D…☆42Updated 4 years ago
- VAE with RealNVP prior and Super-Resolution VAE in PyTorch. Code release for https://arxiv.org/abs/2006.05218.☆79Updated 4 years ago
- course project for ECS 269☆23Updated 6 years ago
- Auto-encoder on torch - trying out the various AEs☆53Updated 7 years ago
- This Module implements Spatial Pyramid Pooling (SPP) and Temporal Pyramid Pooling (TPP) as described in different papers.☆56Updated 6 years ago
- Pytorch implementation of "Unsupervised Anomaly Detection with Generative Adversarial Networks to Guide Marker Discovery"☆64Updated 5 years ago
- PyTorch implementation of sparse autoencoder.☆39Updated 5 years ago
- 2-dimensional visualization of the latent space learned by a deep autoencoder on MNIST☆35Updated 5 years ago
- A semi supervised GAN for image classification implemented in Pytorch☆49Updated 3 years ago
- Active Learning for Multiclass Image Classification on Fruits360 Dataset☆25Updated 5 years ago
- Pytorch implementation of various neural network interpretability methods☆117Updated 3 years ago
- ☆24Updated 3 years ago
- Example of one shot learning and few shot learning with omniglot dataset.☆24Updated 4 years ago
- Pytorch implementation of Siamese networks that learns to classify its inputs, the neural networks learns to differentiate between two pe…