All Projects → avijit9 → Contractive_Autoencoder_in_Pytorch

avijit9 / Contractive_Autoencoder_in_Pytorch

Licence: other
Pytorch implementation of contractive autoencoder on MNIST dataset

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Contractive Autoencoder in Pytorch

Pytorch fine tuning tutorial
A short tutorial on performing fine tuning or transfer learning in PyTorch.
Stars: ✭ 240 (+380%)
Mutual labels:  pytorch-tutorials
amr
Official adversarial mixup resynthesis repository
Stars: ✭ 31 (-38%)
Mutual labels:  autoencoders
adage
Data and code related to the paper "ADAGE-Based Integration of Publicly Available Pseudomonas aeruginosa..." Jie Tan, et al · mSystems · 2016
Stars: ✭ 61 (+22%)
Mutual labels:  autoencoders
Pytorch Seq2seq
Tutorials on implementing a few sequence-to-sequence (seq2seq) models with PyTorch and TorchText.
Stars: ✭ 3,418 (+6736%)
Mutual labels:  pytorch-tutorials
adversarial-autoencoder
Tensorflow 2.0 implementation of Adversarial Autoencoders
Stars: ✭ 17 (-66%)
Mutual labels:  autoencoders
Deep-Drug-Coder
A tensorflow.keras generative neural network for de novo drug design, first-authored in Nature Machine Intelligence while working at AstraZeneca.
Stars: ✭ 143 (+186%)
Mutual labels:  autoencoders
Pytorch Handbook
pytorch handbook是一本开源的书籍,目标是帮助那些希望和使用PyTorch进行深度学习开发和研究的朋友快速入门,其中包含的Pytorch教程全部通过测试保证可以成功运行
Stars: ✭ 15,817 (+31534%)
Mutual labels:  pytorch-tutorials
disent
🧶 Modular VAE disentanglement framework for python built with PyTorch Lightning ▸ Including metrics and datasets ▸ With strongly supervised, weakly supervised and unsupervised methods ▸ Easily configured and run with Hydra config ▸ Inspired by disentanglement_lib
Stars: ✭ 41 (-18%)
Mutual labels:  autoencoders
Introduction-to-Deep-Learning-and-Neural-Networks-Course
Code snippets and solutions for the Introduction to Deep Learning and Neural Networks Course hosted in educative.io
Stars: ✭ 33 (-34%)
Mutual labels:  autoencoders
CAE-ADMM
CAE-ADMM: Implicit Bitrate Optimization via ADMM-Based Pruning in Compressive Autoencoders
Stars: ✭ 34 (-32%)
Mutual labels:  autoencoders
Cukatify
Cukatify is a music social media project
Stars: ✭ 21 (-58%)
Mutual labels:  autoencoders
Deep-Learning-A-Z-Hands-on-Artificial-Neural-Network
Codes and Templates from the SuperDataScience Course
Stars: ✭ 39 (-22%)
Mutual labels:  autoencoders
autoencoders tensorflow
Automatic feature engineering using deep learning and Bayesian inference using TensorFlow.
Stars: ✭ 66 (+32%)
Mutual labels:  autoencoders
Pytorch Sentiment Analysis
Tutorials on getting started with PyTorch and TorchText for sentiment analysis.
Stars: ✭ 3,209 (+6318%)
Mutual labels:  pytorch-tutorials
StackedDAE
Stacked Denoising AutoEncoder based on TensorFlow
Stars: ✭ 23 (-54%)
Mutual labels:  autoencoders
Pytorch Vae
A Variational Autoencoder (VAE) implemented in PyTorch
Stars: ✭ 237 (+374%)
Mutual labels:  pytorch-tutorials
continuous Bernoulli
There are C language computer programs about the simulator, transformation, and test statistic of continuous Bernoulli distribution. More than that, the book contains continuous Binomial distribution and continuous Trinomial distribution.
Stars: ✭ 22 (-56%)
Mutual labels:  autoencoders
Thio
Thio - a playground for real-time anomaly detection
Stars: ✭ 38 (-24%)
Mutual labels:  autoencoders
PCA and autoencoders
Dimensionality reduction
Stars: ✭ 23 (-54%)
Mutual labels:  autoencoders
autoencoder based image compression
Autoencoder based image compression: can the learning be quantization independent? https://arxiv.org/abs/1802.09371
Stars: ✭ 21 (-58%)
Mutual labels:  autoencoders

Contractive_Autoencoder_in_Pytorch

Pytorch implementation of contractive autoencoder on MNIST dataset.

To run this code just type the following in your terminal: python CAE_pytorch.py

Result:

alt text

Requirements:

(i) PyTorch (ii) Python 3.6 (iii) matplotlib

Citation:

Rifai, Salah, et al. “Contractive auto-encoders: Explicit invariance during feature extraction.” Proceedings of the 28th international conference on machine learning (ICML-11). 2011.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].