Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/awjuliani/tf-tutorials

A collection of deep learning tutorials using Tensorflow and Python
https://github.com/awjuliani/tf-tutorials

gan resnet tensorflow

Last synced: about 11 hours ago
JSON representation

A collection of deep learning tutorials using Tensorflow and Python

Awesome Lists containing this project

README

        

#Tensorflow Tutorials
This repository contains a collection of miscellaneous Jupyter notebooks which implement or provide a tutorial on a different Deep Learning topic.
All models are implemented in Tesnorflow.

* **DCGAN** - An implementation of Deep Convolutional Generative Adversarial Network.
* **InfoGAN** An implementation of InfoGAN: Interpretable representation learning by information maximizing generative adversarial nets
* **Deep Layer Visualization** - Tutorial on visualizing intermediate layer activation during MNIST classification.
* **Deep Network Comparison** - Implementations of ResNet, HighwayNet, and DenseNet, for CIFAR10 classification.
* **RNN-TF** - Tutorial on implementing basic RNN in tensorflow.
* **t-SNE Tutorial** - Tutorial on using t-SNE to visualize intermediate layer representation during MNIST classification task.