Skip to content

thak123/advanced-tensorflow

This branch is up to date with sjchoi86/advanced-tensorflow:master.

Folders and files

NameName
Last commit message
Last commit date
May 20, 2017
Apr 27, 2017
Sep 24, 2017
Jul 1, 2017
Apr 7, 2017
Jan 27, 2017
Nov 29, 2017
Mar 20, 2017
Apr 21, 2017
May 29, 2017
Jan 6, 2017
Apr 15, 2017
Mar 25, 2017
May 20, 2017

Repository files navigation

Advanced TensorFlow

Collection of (Little More + Refactored) Advanced TensorFlow Implementations. Try my best to implement algorithms with a single Jupyter Notebook.

  • Denoising AutoEncoder
  • Convolutional AutoEncoder (using deconvolution)
  • Variational AutoEncoder
  • AVB on 2-dimensional Toy Example
  • Basic Classification (MLP and CNN)
  • Custom Dataset Generation
  • Classification (MLP and CNN) using Custom Dataset
  • OOP Style Implementation of MLP and CNN
  • Pretrained Network Usage with TF-SLIM
  • Class Activation Map with Pretrained Network
  • Preprocess Linux Kernel Sources
  • Train and Sample with Char-RNN
  • Domain Adversarial Neural Network with Gradient Reversal Layer
  • Deep Convolutional Generative Adversarial Network with MNIST
  • Mixture Density Network
  • Heteroscedastic Mixture Density Network
  • Model Based RL (Value Iteration and Policy Iteration)
  • MNIST Classification with TF-SLIM
  • Super-resolution with Generative Adversarial Network

Requirements

  • Python-2.7
  • TensorFlow-1.0.1
  • SciPy
  • MatplotLib
  • Jupyter Notebook

About

Little More Advanced TensorFlow Implementations

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 100.0%