Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/zotroneneis/tensorflow_deep_learning_models

TensorFlow implementations of several deep learning models (e.g. variational autoencoder, RNN, ...)
https://github.com/zotroneneis/tensorflow_deep_learning_models

cnn cnn-tensorflow convolutional-neural-network convolutional-neural-networks deep-learning ipynb machine-learning notebook python recurrent-neural-network recurrent-neural-networks rnn rnn-tensorflow tensorflow vae variational-autoencoder

Last synced: 5 days ago
JSON representation

TensorFlow implementations of several deep learning models (e.g. variational autoencoder, RNN, ...)

Awesome Lists containing this project

README

        

# Deep learning models in TensorFlow

This repository contains jupyter notebooks implementing several deep learning models using [TensorFlow](https://www.tensorflow.org/). Each notebook contains detailed explanations about each model, hopefully making it easy to understand all steps.

The notebooks run in **Python 3.6, Tensorflow 1.8**

Models:
- [Basic Variational Autoencoder](basic_variational_autoencoder.ipynb)
- [Improved Variational Autoencoder](improved_variational_autoencoder.ipynb)
- [Recurrent Neural Network](RNN_MNIST.ipynb)
- [Convolutional Neural Network](CNN_MNIST.ipynb)