An open API service indexing awesome lists of open source software.

https://github.com/neemiasbsilva/autoencoder-mnits

Building Auto Encoder Compression and User Mnist Dataset
https://github.com/neemiasbsilva/autoencoder-mnits

auto-encoder-compression computer-vision deep-learning deep-learning-algorithms deep-learning-tutorial mnist-dataset

Last synced: 26 days ago
JSON representation

Building Auto Encoder Compression and User Mnist Dataset

Awesome Lists containing this project

README

          

# Building Auto Encoder Compression and Use to Mnist Dataset

#

This repository was created to build the deep Convolutional Neural Networks autoencoder to apply on mnist dataset.

#

To know more about the implementation, bellow follows a brief description about the files:


  • Model.py: this files contains the building of cnn architecture and the auto encoder construction;

  • Generator Dataset: get the mnist dataset;

  • The main file: this file contains main code that use to fit the auto encoder compression;

  • Visualize: this file contains the result of auto encoder compression, which that run as the result the auto encoder compression.

#

Note: For run this codes is necessary create a virtual environment and install the tensorflow, keras, and matplotlib.

#

Sincerely: Neemias B. Silva