There are 1 repository under autoencoder-mnist topic.
Auto Encoders in PyTorch
Medical Imaging, Denoising Autoencoder, Sparse Denoising Autoencoder (SDAE) End-to-end and Layer Wise Pretraining
Implementation of G. E. Hinton and R. R. Salakhutdinov's Reducing the Dimensionality of Data with Neural Networks (Tensorflow)
Pytorch implementation of an autoencoder built from pre-trained Restricted Boltzmann Machines (RBMs)
Tensorflow 2.0 implementation of Adversarial Autoencoders
encoder-decoder based anomaly detection method
Additional resources for an overview on autoencoders
Stacked Denoising and Variational Autoencoder implementation for MNIST dataset
Deep convolutional autoencoder for image denoising
AutoEncoder on MNIST Digit
Autoencoder model for FPGA implementation using hls4ml. Repository for Applied Electronics Project.
This repository contains Pytorch files that implement Basic Neural Networks for different datasets.
image reconstruction with pytorch
UB Computer Vision
Project materials for teaching bachelor students about fundamentals on Deep learning, PyTorch, ConvNets & Autoencoder (January, 2021).
Basic deep fully-connected autoencoder in TensorFlow 2
Deep learning models in Python
Implementation of an Auto-Encoder and Classifier so as to classify images from MNIST dataset.
Extracting features using PCA, DCT, Centroid features and Auto encoder of 1 hidden-layer then classifying using K-means, GMM, SVM
Implementation of paper (https://arxiv.org/abs/1511.05644) for my own research
Keras implementation of Deep Learning Models applied to the MNIST and Polynomial datasets. Repository for the Software and Computing for Nuclear and Subnuclear Physics Project.
Autoencoders are a type of neural network used for unsupervised learning. In unsupervised learning, the model learns patterns from the data without using labeled outcomes. The goal is to find the underlying structure or representation of the data.
Image compression using Convolutional Autoencoders.
This project contains implementation of denoising autoencoder
This repository contains Autoencoders, Variational Autoencoders and GANS-Unsupervised Models developed for MNIST Dataset in Tensorflow and PyTorch.
Neural Networks source code for image classification and reconstruction
Simple implementation of Autoencoder with mxnet and scala.
Different models of autoencoders: shallow, deep, convolutional, VAE, IWAE, DVAE, DIWAE
Auto encoder pour la reduction de dimensionnalité d'un dataset en 2D ou en 3D pour mieux visionner et aussi pour la suppression de bruit sur des données images (Cas MNIST)
Noise Reduction of Images using Auto Encoders.
Multi Class Classification and Autoencoder for MNIST Dataset using Multi Layer Feed Forward Neural Net implemented from scratch
➕💓Let's build the Simplest Possible Autoencoder . ⁉️🏷We'll start Simple, with a Single fully-connected Neural Layer as Encoder and as Decoder. 👨🏻💻🌟An Autoencoder is a type of Artificial Neural Network used to Learn Efficient Data Codings in an unsupervised manner🌘🔑
Builds autoencoder model using Pytorch module. The outputs of the encoder and decoder structures are compared to demonstrate the models ability to reconstructs the input image, as well as decoder's capacity to generate synthetic data.
Image Denoising with Autoencoders in R (University Project) Built a convolutional autoencoder in R using Keras/TensorFlow to perform image denoising on MNIST and CIFAR-10 datasets with varying levels of Gaussian noise. Achieved up to 33.6 dB PSNR on MNIST (σ = 0.1). Using PSNR, SSIM to evaluate the model. Technologies: R, Keras, TensorFlow