TensorFlow-World-Resources

Organized & Useful Resources about Deep Learning with TensorFlow

OTHER License

Stars
21

.. figure:: _img/mainpage/subscribe.gif :target: https://machinelearningmindset.com/subscription/


TensorFlow-World-Resources - Project Page_


.. _Project Page: http://tensorflow-world-resources.readthedocs.io/en/latest/

.. .. image:: https://travis-ci.org/astorfi/TensorFlow-World-Resources.svg?branch=master .. :target: https://travis-ci.org/astorfi/TensorFlow-World-Resources .. image:: https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat :target: https://github.com/astorfi/TensorFlow-World-Resources/pulls .. image:: https://badges.frapsoft.com/os/v2/open-source.svg?v=102 :target: https://github.com/ellerbrock/open-source-badge/ .. image:: https://coveralls.io/repos/github/astorfi/TensorFlow-World-Resources/badge.svg?branch=master :target: https://coveralls.io/github/astorfi/TensorFlow-World-Resources?branch=master .. image:: https://img.shields.io/twitter/follow/amirsinatorfi.svg?label=Follow&style=social :target: https://twitter.com/amirsinatorfi

.. image:: _img/mainpage/TensorFlow_World.gif

################# Table of Contents ################# .. contents:: :local: :depth: 3

============
Introduction

The purpose of this project is to introduce a shortcut to developers and researcher for finding useful resources about TensorFlow.


Motivation

There are different motivations for this open source project.

Why using TensorFlow?

A deep learning is of great interest these days, the crucial necessity for rapid and optimized implementation of the algorithms and designing architectures is the software environment. TensorFlow is designed to facilitate this goal. The strong advantage of TensorFlow is it flexibility is designing highly modular model which also can be a disadvantage too for beginners since lots of the pieces must be considered together for creating the model. This issue has been facilitated as well by developing high-level APIs such as Keras <https://keras.io/>_ and Slim <https://github.com/tensorflow/models/blob/master/inception/inception/slim/README.md//>_ which gather lots of the design puzzle pieces. The interesting point about TensorFlow is that its trace can be found anywhere these days. Lots of the researchers and developers are using it and its community is growing with the speed of light! So the possible issues can be overcame easily since they might be the issues of lots of other people considering a large number of people involved in TensorFlow community.

What's the point of this open source project?

There other similar repositories similar to this repository and are very comprehensive and useful and to be honest they made me ponder if there is a necessity for this repository! A great example is awesome-tensorflow <https://github.com/jtoy/awesome-tensorflow>_ repository which is a curated list of different TensorFlow resources.

The point of this repository is that the resources are being targeted. The organization of the resources is such that the user can easily find the things he/she is looking for. We divided the resources to a large number of categories that in the beginning one may have a headache!!! However, if someone knows what is being located, it is very easy to find the most related resources. Even if someone doesn't know what to look for, in the beginning, the general resources have been provided.


How to make the most of this effort

The written and visual resources have been split. Moreover, As one can search in the documentation, the number of categories might look to be too much. For finding the most relevant resources, please at first look through the general resources.

============================
Entrance to TensorFlow World

In this section, different TensorFlow topics and their associated resources will be addressed.


Installation

.. image:: _img/mainpage/installation.gif

First of all, the TensorFlow must be installed!

  • Installing TensorFlow_: Official TensorFLow installation
  • Install TensorFlow from the source_: A comprehensive guide on how to install TensorFlow from the source using python/anaconda
  • TensorFlow Installation_: A short TensorFlow installation guide powered by NVIDIA
  • 7 SIMPLE STEPS TO INSTALL TENSORFLOW ON WINDOWS_: A concise tutorial for installing TensorFlow on Windows

.. _Installing TensorFlow: https://www.tensorflow.org/install/ .. _Install TensorFlow from the source: https://github.com/astorfi/TensorFlow-World/tree/master/docs/tutorials/installation .. _TensorFlow Installation: http://www.nvidia.com/object/gpu-accelerated-applications-tensorflow-installation.html .. _7 SIMPLE STEPS TO INSTALL TENSORFLOW ON WINDOWS: http://saintlad.com/install-tensorflow-on-windows/

  • Install TensorFlow on Ubuntu_: A comprehensive tutorial on how to install TensorFlow on Ubuntu
  • Installation of TensorFlow_: The video covers how to setup TensorFlow
  • Installing CPU and GPU TensorFlow on Windows_: A tutorial on TensorFlow installation for Windows
  • Installing the GPU version of TensorFlow for making use of your CUDA GPU_: A GPU-targeted TensoFlow installation

.. _Install TensorFlow on Ubuntu: https://www.youtube.com/watch?v=_3JFEPk4qQY&t=3s .. _Installation of TensorFlow: https://www.youtube.com/watch?v=CvspEt8kSIg .. _Installing CPU and GPU TensorFlow on Windows: https://www.youtube.com/watch?v=r7-WPbx8VuY .. _Installing the GPU version of TensorFlow for making use of your CUDA GPU: https://www.youtube.com/watch?v=io6Ajf5XkaM


Getting Started

.. image:: _img/mainpage/gettingstarted.gif

This part points to resources on how to start to code with TensorFLow

  • Getting Started With TensorFlow Framework_: This guide gets you started programming in TensorFlow
  • learning TensorFlow Deep Learning_:A great resource to start
  • Welcome to TensorFlow World_: A simple and concise start to TensorFLow

.. _learning TensorFlow Deep Learning: http://learningtensorflow.com/getting_started/ .. _Getting Started With TensorFlow Framework: https://www.tensorflow.org/get_started/get_started .. _Welcome to TensorFlow World: https://github.com/astorfi/TensorFlow-World/tree/master/docs/tutorials/0-welcome

  • Gentlest Introduction to Tensorflow <https://www.youtube.com/watch?v=dYhrCUFN0eM>_
  • TensorFlow in 5 Minutes <https://www.youtube.com/watch?v=2FmcHiLCwTU/>_
  • Deep Learning with TensorFlow - Introduction to TensorFlow <https://www.youtube.com/watch?v=MotG3XI2qSs>_
  • TensorFlow Tutorial (Sherry Moore, Google Brain) <https://www.youtube.com/watch?v=Ejec3ID_h0w>_
  • Deep Learning with Neural Networks and TensorFlow Introduction <https://www.youtube.com/watch?v=oYbVFhK_olY>_
  • A fast with TensorFlow <https:/www.youtube.com/watch?v=Q-FF_0NAT3s>_

Going Deeper in TensorFLow

.. image:: _img/mainpage/goingdeep.gif

Advanced machine learning users can go deeper in TensorFlow in order to hit the root. Scratching the surface may never take us too further!

  • TensorFlow Mechanics_: More experienced machine learning users can dig more in TensorFlow
  • Advanced TensorFlow_: Advanced Tutorials in TensorFlow
  • We Need to Go Deeper_: A Practical Guide to Tensorflow and Inception
  • Wide and Deep Learning - Better Together with TensorFlow_: A tutorial by Google Research Blog

.. _TensorFlow Mechanics: https://www.tensorflow.org/get_started/mnist/mechanics .. _Advanced TensorFlow: https://github.com/sjchoi86/advanced-tensorflow .. _We Need to Go Deeper: https://medium.com/initialized-capital/we-need-to-go-deeper-a-practical-guide-to-tensorflow-and-inception-50e66281804f .. _Wide and Deep Learning - Better Together with TensorFlow: https://research.googleblog.com/2016/06/wide-deep-learning-better-together-with.html

  • TensorFlow DeepDive_: More experienced machine learning users can dig more in TensorFlow
  • Go Deeper - Transfer Learning_: TensorFlow and Deep Learning
  • Distributed TensorFlow - Design Patterns and Best Practices_: A talk that was given at the Advanced Spark and TensorFlow Meetup
  • Distributed TensorFlow Guide_
  • Fundamentals of TensorFlow_
  • TensorFlow Wide and Deep - Advanced Classification the easy way_
  • Tensorflow and deep learning - without a PhD_: A great tutorial on TensoFLow workflow

.. _TensorFlow DeepDive: https://www.youtube.com/watch?v=T0H6zF3K1mc .. _Go Deeper - Transfer Learning: https://www.youtube.com/watch?v=iu3MOQ-Z3b4 .. _Distributed TensorFlow - Design Patterns and Best Practices: https://www.youtube.com/watch?v=YAkdydqUE2c .. _Distributed TensorFlow Guide: https://github.com/tmulc18/Distributed-TensorFlow-Guide .. _Fundamentals of TensorFlow: https://www.youtube.com/watch?v=EM6SU8QVSlY .. _TensorFlow Wide and Deep - Advanced Classification the easy way: https://www.youtube.com/watch?v=WKgNNC0VLhM .. _Tensorflow and deep learning - without a PhD: https://www.youtube.com/watch?v=vq2nnJ4g6N0

============================
Programming with TensorFlow

The references here, deal with the details of programming and writing TensorFlow code.


Reading data and input pipeline

.. image:: _img/mainpage/readingdata.gif

The first part is always how to prepare data and how to provide the pipeline to feed it to TensorFlow. Usually providing the input pipeline can be complicated, even more than the structure design!

  • Dataset API for TensorFlow Input Pipelines_: A TensorFlow official documentation on Using the Dataset API for TensorFlow Input Pipelines
  • TesnowFlow input pipeline_: Input pipeline provided by Stanford.
  • TensorFlow input pipeline example_: A working example.
  • TensorFlow Data Input_: TensorFlow Data Input: Placeholders, Protobufs & Queues
  • Reading data_: The official documentation by the TensorFLow on how to read data
  • basics of reading a CSV file_: A tutorial on reading a CSV file
  • Custom Data Readers_: Official documentation on this how to define a reader.

.. _Dataset API for TensorFlow Input Pipelines: https://github.com/tensorflow/tensorflow/tree/v1.2.0-rc1/tensorflow/contrib/data .. _TesnowFlow input pipeline: http://web.stanford.edu/class/cs20si/lectures/slides_09.pdf .. _TensorFlow input pipeline example: http://ischlag.github.io/2016/06/19/tensorflow-input-pipeline-example/ .. _TensorFlow Data Input: https://indico.io/blog/tensorflow-data-inputs-part1-placeholders-protobufs-queues/ .. _Reading data: https://www.tensorflow.org/programmers_guide/reading_data .. _basics of reading a CSV file: http://learningtensorflow.com/ReadingFilesBasic/ .. _Custom Data Readers: https://www.tensorflow.org/extend/new_data_formats

  • Tensorflow tutorial on TFRecords_: A tutorial on how to transform data into TFRecords

.. _Tensorflow tutorial on TFRecords: https://www.youtube.com/watch?v=F503abjanHA

  • An introduction to TensorFlow queuing and threading_: A tutorial on how to understand and create queues an efficient pipelines

.. _An introduction to TensorFlow queuing and threading: http://adventuresinmachinelearning.com/introduction-tensorflow-queuing/


Variables

.. image:: _img/mainpage/variables.gif

Variables are supposed to hold the parameters and supersede by new values as the parameters are updated. Variables must be clearly set and initialized.

Creation, Initialization
  • Variables Creation and Initialization_: An official documentation on setting up variables
  • Introduction to TensorFlow Variables - Creation and Initialization_: This tutorial deals with defining and initializing TensorFlow variables
  • Variables_: An introduction to variables

.. _Variables Creation and Initialization: https://www.tensorflow.org/programmers_guide/variables .. _Introduction to TensorFlow Variables - Creation and Initialization: http://machinelearninguru.com/deep_learning/tensorflow/basics/variables/variables.html .. _Variables: http://learningtensorflow.com/lesson2/

Saving and restoring
  • Saving and Loading Variables_: The official documentation on saving and restoring variables
  • save and restore Tensorflow models_: A quick tutorial to save and restore Tensorflow models

.. _Saving and Loading Variables: https://www.tensorflow.org/programmers_guide/variables .. _save and restore Tensorflow models: http://cv-tricks.com/tensorflow-tutorial/save-restore-tensorflow-models-quick-complete-tutorial/

Sharing Variables
  • Sharing Variables_: The official documentation on how to share variables

.. _Sharing Variables: https://www.tensorflow.org/programmers_guide/variable_scope

  • Deep Learning with Tensorflow - Tensors and Variables_: A Tensorflow tutorial for introducing Tensors, Variables and Placeholders
  • Tensorflow Variables_: A quick introduction to TensorFlow variables
  • Save and Restore in TensorFlow_: TensorFlow Tutorial on Save and Restore variables

.. _Deep Learning with Tensorflow - Tensors and Variables: https://www.youtube.com/watch?v=zgV-WzLyrYE .. _Tensorflow Variables: https://www.youtube.com/watch?v=UYyqNH3r4lk .. _Save and Restore in TensorFlow: https://www.tensorflow.org/programmers_guide/variable_scope


TensorFlow Utilities

.. image:: _img/mainpage/utility.png

.. .. figure:: _img/mainpage/utility.png .. :scale: 20 % .. :alt: map to buried treasure .. .. .. raw:: html .. .. .. .. .. ..

Different utilities empower TensorFlow for faster computation in a more monitored manner.

Supervisor
  • Supervisor - Training Helper for Days-Long Trainings_: The official documentation for TensorFLow Supervisor.
  • Using TensorFlow Supervisor with TensorBoard summary groups_: Using both TensorBoard and the Supervisor for profit
  • Tensorflow example_: A TensorFlow example using Supervisor.

.. _Supervisor - Training Helper for Days-Long Trainings: https://www.tensorflow.org/programmers_guide/supervisor .. _Using TensorFlow Supervisor with TensorBoard summary groups: https://dev.widemeadows.de/2017/01/21/using-tensorflows-supervisor-with-tensorboard-summary-groups/ .. _Tensorflow example: http://codata.colorado.edu/notebooks/tutorials/tensorflow_example_davis_yoshida/

TensorFlow Debugger
  • TensorFlow Debugger (tfdbg) Command-Line-Interface Tutorial_: Official documentation for using debugger for MNIST
  • How to Use TensorFlow Debugger with tf.contrib.learn_: A more high-level method to use the debugger.
  • Debugging TensorFlow Codes_: A Practical Guide for Debugging TensorFlow Codes
  • Debug TensorFlow Models with tfdbg_: A tutorial by Google Developers Blog

.. _TensorFlow Debugger (tfdbg) Command-Line-Interface Tutorial: https://www.tensorflow.org/programmers_guide/debugger .. _How to Use TensorFlow Debugger with tf.contrib.learn: https://www.tensorflow.org/programmers_guide/tfdbg-tflearn .. _Debugging TensorFlow Codes: https://github.com/wookayin/tensorflow-talk-debugging .. _Debug TensorFlow Models with tfdbg: https://developers.googleblog.com/2017/02/debug-tensorflow-models-with-tfdbg.html

MetaGraphs
  • Exporting and Importing a MetaGraph_: Official TensorFlow documentation
  • Model checkpointing using meta-graphs in TensorFlow_: A working example

.. _Exporting and Importing a MetaGraph: https://www.tensorflow.org/programmers_guide/meta_graph .. _Model checkpointing using meta-graphs in TensorFlow: http://www.seaandsailor.com/tensorflow-checkpointing.html

Tensorboard
  • TensorBoard - Visualizing Learning_: Official documentation by TensorFlow.
  • TensorFlow Ops_: Provided by Stanford
  • Visualisation with TensorBoard_: A tutorial on how to create and visualize a graph using TensorBoard
  • Tensorboard_: A brief tutorial on Tensorboard

.. _TensorBoard - Visualizing Learning: https://www.tensorflow.org/get_started/summaries_and_tensorboard .. _TensorFlow Ops: http://web.stanford.edu/class/cs20si/lectures/notes_02.pdf .. _Visualisation with TensorBoard: http://learningtensorflow.com/Visualisation/ .. _Tensorboard: http://edwardlib.org/tutorials/tensorboard

  • Hands-on TensorBoard (TensorFlow Dev Summit 2017)_: An introduction to the amazing things you can do with TensorBoard
  • Tensorboard Explained in 5 Min_: Providing the code for a simple handwritten character classifier in Python and visualizing it in Tensorboard
  • How to Use Tensorboard_: Going through a bunch of different features in Tensorboard

.. _Hands-on TensorBoard (TensorFlow Dev Summit 2017): https://www.youtube.com/watch?v=eBbEDRsCmv4 .. _Tensorboard Explained in 5 Min: https://www.youtube.com/watch?v=3bownM3L5zM .. _How to Use Tensorboard: https://www.youtube.com/watch?v=fBVEXKp4DIc

====================
TensorFlow Tutorials

This section is dedicated to provide tutorial resources on the implementation of different models with TensorFlow.


Linear and Logistic Regression

.. image:: _img/mainpage/logisticregression.png

  • TensorFlow Linear Model Tutorial_: Using TF.Learn API in TensorFlow to solve a binary classification problem
  • Linear Regression in Tensorflow_: Predicting house prices in Boston area
  • Linear regression with Tensorflow_: Make use of tensorflow for numeric computation using data flow graphs
  • Logistic Regression in Tensorflow with SMOTE_: Implementation of Logistic Regression in TensorFlow
  • A TensorFlow Tutorial - Email Classification_: Using a simple logistic regression classifier
  • Linear Regression using TensorFlow_: Training a linear model by TensorFlow
  • Logistic Regression using TensorFlow_: Training a logistic regression by TensorFlow for binary classification

.. _TensorFlow Linear Model Tutorial: https://www.tensorflow.org/tutorials/wide .. _Linear Regression in Tensorflow: https://aqibsaeed.github.io/2016-07-07-TensorflowLR/ .. _Linear regression with Tensorflow: https://www.linkedin.com/pulse/linear-regression-tensorflow-iv%C3%A1n-corrales-solera .. _Logistic Regression in Tensorflow with SMOTE: https://aqibsaeed.github.io/2016-08-10-logistic-regression-tf/ .. _A TensorFlow Tutorial - Email Classification: http://jrmeyer.github.io/tutorial/2016/02/01/TensorFlow-Tutorial.html .. _Linear Regression using TensorFlow: https://github.com/astorfi/TensorFlow-World/tree/master/docs/tutorials/2-basics_in_machine_learning/linear_regression .. _Logistic Regression using TensorFlow: https://github.com/astorfi/TensorFlow-World/tree/master/docs/tutorials/2-basics_in_machine_learning/logistic_regression

  • Deep Learning with Tensorflow - Logistic Regression_: A tutorial on Logistic Regression
  • Deep Learning with Tensorflow - Linear Regression with TensorFlow_: A tutorial on Linear Regression

.. _Deep Learning with Tensorflow - Logistic Regression: https://www.youtube.com/watch?v=4cBRxZavvTo&t=1s .. _Deep Learning with Tensorflow - Linear Regression with TensorFlow: https://www.youtube.com/watch?v=zNalsMIB3NE


Convolutional Neural Networks

.. image:: _img/mainpage/CNNs.png

  • Convolutional Neural Networks_: Official TensorFlow documentation
  • Convolutional Neural Networks using TensorFlow_: Training a classifier using convolutional neural networks
  • Image classifier using convolutional neural network_: Building a convolutional neural network based image classifier
  • Convolutional Neural Network CNN with TensorFlow tutorial_: It covers how to write a basic convolutional neural network within TensorFlow with Python
  • Deep Learning CNNs in Tensorflow with GPUs_: Designing the architecture of a convolutional neural network (CNN)

.. _Convolutional Neural Networks: https://www.tensorflow.org/tutorials/deep_cnn .. _Convolutional Neural Networks using TensorFlow: https://github.com/astorfi/TensorFlow-World/tree/master/docs/tutorials/3-neural_network/convolutiona_neural_network .. _Image classifier using convolutional neural network: http://cv-tricks.com/tensorflow-tutorial/training-convolutional-neural-network-for-image-classification/ .. _Convolutional Neural Network CNN with TensorFlow tutorial: https://pythonprogramming.net/cnn-tensorflow-convolutional-nerual-network-machine-learning-tutorial/ .. _Deep Learning CNNs in Tensorflow with GPUs: https://hackernoon.com/deep-learning-cnns-in-tensorflow-with-gpus-cba6efe0acc2

  • Deep Learning with Neural Networks_: Convolutional Neural Networks with TensorFlow
  • TensorFlow Tutorial_: Convolutional Neural Network
  • Understanding Convolution with TensorFlow_: A tutorial on Convolution operation with TensorFlow
  • CNN - Deep Learning with Tensorflow_: Convolutional Network with TensorFlow

.. _Deep Learning with Neural Networks: https://www.youtube.com/watch?v=mynJtLhhcXk .. _TensorFlow Tutorial: https://www.youtube.com/watch?v=HMcx-zY8JSg .. _Understanding Convolution with TensorFlow: https://www.youtube.com/watch?v=ETdaP_bBNWc .. _CNN - Deep Learning with Tensorflow: https://www.youtube.com/watch?v=yL-MkBSv18c


Recurrent Neural Networks

.. image:: _img/mainpage/RNN.png

  • Recurrent Neural Networks_: TensorFlow official documentation
  • How to build a Recurrent Neural Network in TensorFlow_: How to build a simple working Recurrent Neural Network in TensorFlow
  • Recurrent Neural Networks in Tensorflow_: Building a vanilla recurrent neural network (RNN) from the ground up in Tensorflow
  • RNNs in Tensorflow - a Practical Guide and Undocumented Features_: Going over some of the best practices for working with RNNs in Tensorflow
  • RNN / LSTM cell example in TensorFlow and Python_: Covering how to code a Recurrent Neural Network model with an LSTM in TensorFlow
  • Sequence prediction using recurrent neural networks(LSTM) with TensorFlow_: How to approximate a sequence of vectors using a recurrent neural networks
  • TensorFlow RNN Tutorial_: Recurrent Neural Networks for exploring time series and developing speech recognition capabilities

.. _Recurrent Neural Networks: https://www.tensorflow.org/tutorials/recurrent .. _How to build a Recurrent Neural Network in TensorFlow: https://medium.com/@erikhallstrm/hello-world-rnn-83cd7105b767 .. _Recurrent Neural Networks in Tensorflow: https://r2rt.com/recurrent-neural-networks-in-tensorflow-i.html .. _RNNs in Tensorflow - a Practical Guide and Undocumented Features: http://www.wildml.com/2016/08/rnns-in-tensorflow-a-practical-guide-and-undocumented-features/ .. _RNN / LSTM cell example in TensorFlow and Python: https://pythonprogramming.net/rnn-tensorflow-python-machine-learning-tutorial/ .. _Sequence prediction using recurrent neural networks(LSTM) with TensorFlow: http://mourafiq.com/2016/05/15/predicting-sequences-using-rnn-in-tensorflow.html .. _TensorFlow RNN Tutorial: https://svds.com/tensorflow-rnn-tutorial/

  • Deep Learning with Neural Networks and TensorFlow_: Recurrent Neural Networks (RNN)
  • An Introduction to LSTMs in Tensorflow_: A brief tutorial
  • Deep Learning with Tensorflow - The Recurrent Neural Network Model_: A tutorial on the Recurrent Neural Network Models
  • Sequence Models and the RNN API_: TensorFlow Dev Summit 2017
  • RNN Example in Tensorflow_: A quick tutorial

.. _Deep Learning with Neural Networks and TensorFlow: https://www.youtube.com/watch?v=hWgGJeAvLws .. _An Introduction to LSTMs in Tensorflow: https://www.youtube.com/watch?v=l4X-kZjl1gs .. _Deep Learning with Tensorflow - The Recurrent Neural Network Model: https://www.youtube.com/watch?v=C0xoB8L8ms0&t=89s .. _Sequence Models and the RNN API: https://www.youtube.com/watch?v=RIR_-Xlbp7s .. _RNN Example in Tensorflow: https://www.youtube.com/watch?v=dFARw8Pm0Gk


Autoencoders

.. image:: _img/mainpage/autoencoder.png

  • Deep Autoencoder with TensorFlow_: An open source project
  • Variational Autoencoder in TensorFlow_: A tutorial on Variational Autoencoder
  • Diving Into TensorFlow With Stacked Autoencoders_: A nice brief tutorials
  • Convolutional Autoencoders in Tensorflow_: Implementing a single layer CAE
  • Variational Autoencoder using Tensorflow_: Facial expression low dimensional embedding

.. _Deep Autoencoder with TensorFlow: https://github.com/cmgreen210/TensorFlowDeepAutoencoder .. _Variational Autoencoder in TensorFlow: https://jmetzen.github.io/2015-11-27/vae.html .. _Diving Into TensorFlow With Stacked Autoencoders: http://cmgreen.io/2016/01/04/tensorflow_deep_autoencoder.html .. _Convolutional Autoencoders in Tensorflow: https://pgaleone.eu/neural-networks/deep-learning/2016/12/13/convolutional-autoencoders-in-tensorflow/ .. _Variational Autoencoder using Tensorflow: http://int8.io/variational-autoencoder-in-tensorflow/

  • Deep Learning with Tensorflow - Autoencoder Structure_: Tutorial on Autoencoder models
  • Deep Learning with Tensorflow - RBMs and Autoencoders_: Tutorial on Restricted Boltzmann machines and AEs

.. _Deep Learning with Tensorflow - Autoencoder Structure: https://www.youtube.com/watch?v=H_Bi_PQWJJc .. _Deep Learning with Tensorflow - RBMs and Autoencoders: https://www.youtube.com/watch?v=FsAvo0E5Pmw


Generative models

.. image:: _img/mainpage/generative_model.png

  • Generative Adversarial Nets in TensorFlow_: Implementing GAN using TensorFlow, with MNIST data
  • Generative Adversarial Networks_: A working example of Generative Adversarial Networks

.. _Generative Adversarial Nets in TensorFlow: http://wiseodd.github.io/techblog/2016/09/17/gan-tensorflow/ .. _Generative Adversarial Networks: http://edwardlib.org/tutorials/gan

  • TensorFlow Tutorial - Adversarial Examples_: A tutorial on a working example for generative models

.. _TensorFlow Tutorial - Adversarial Examples: link


Multiple GPUs

.. image:: _img/mainpage/multiple_gpu.png

  • Using GPUs_: Official TensorFlow documentation
  • Deep Learning with Multiple GPUs on Rescale_: TensorFlow Tutorial

.. _Using GPUs: https://www.tensorflow.org/tutorials/using_gpu .. _Deep Learning with Multiple GPUs on Rescale: https://blog.rescale.com/deep-learning-with-multiple-gpus-on-rescale-tensorflow/

===================
TensorFlow Projects

This section is dedicated to provide resources that are mainly open source projects developed by TensorFlow. Those might be comprehensive tutorials on working example.


Comprehensive Tutorials

.. image:: _img/mainpage/tutorial.png

  • TensorFlow-World_: Concise and ready-to-use TensorFlow tutorials with detailed documentation
  • TensorFlow-Tutorials_: Introduction to deep learning based on Google's TensorFlow framework
  • TensorFlow Tutorials_: Organized tutorials in TensorFlow
  • TensorFlow-Examples_: Providing working examples in TensorFlow
  • Tensorflow Tutorials using Jupyter Notebook_: TensorFlow tutorials written in Python plus Jupyter Notebook

.. _TensorFlow-World: https://github.com/astorfi/TensorFlow-World .. _TensorFlow-Tutorials: https://github.com/nlintz/TensorFlow-Tutorials .. _TensorFlow Tutorials: https://github.com/Hvass-Labs/TensorFlow-Tutorials .. _TensorFlow-Examples: https://github.com/aymericdamien/TensorFlow-Examples .. _Tensorflow Tutorials using Jupyter Notebook: https://github.com/sjchoi86/Tensorflow-101


Models

.. image:: _img/mainpage/models.png

  • TensorFlow Models_: Machine learning models implemented in TensorFlow
  • Tensorflow VGG16 and VGG19_: Implementation of VGG 16 and VGG 19 based on tensorflow-vgg16 and Caffe to Tensorflow
  • ResNet in TensorFlow: Implementation of Deep Residual Learning for Image Recognition <https://arxiv.org/abs/1512.03385>
  • Inception in TensorFlow_: Train the Inception v3 architecture
  • A TensorFlow implementation of DeepMind WaveNet paper: TensorFlow implementation of the WaveNet generative neural network architecture <https://deepmind.com/blog/wavenet-generative-model-raw-audio/> for audio generation
  • 3D Convolutional Neural Networks for Speaker Verification: Implementation of 3D Convolutional Neural Networks for Speaker Verification application <https://arxiv.org/abs/1705.09422> in TensorFlow.
  • Domain Transfer Network (DTN): The implementation of Unsupervised Cross-Domain Image Generation <https://arxiv.org/abs/1611.02200> in TensorFlow
  • Neural Style_: The Neural Style algorithm implementation that synthesizes a pastiche
  • SqueezeNet in TensorFlow_: Tensorflow implementation of SqueezeNet

.. _TensorFlow Models: https://github.com/tensorflow/models .. _Tensorflow VGG16 and VGG19: https://github.com/machrisaa/tensorflow-vgg .. _ResNet in TensorFlow: https://github.com/ry/tensorflow-resnet .. _Inception in TensorFlow: https://github.com/tensorflow/models/tree/master/inception .. _A TensorFlow implementation of DeepMind WaveNet paper: https://github.com/ibab/tensorflow-wavenet .. _3D Convolutional Neural Networks for Speaker Verification: https://github.com/astorfi/3D-convolutional-speaker-recognition .. _Domain Transfer Network (DTN): https://github.com/yunjey/domain-transfer-network .. _Neural Style: https://github.com/cysmith/neural-style-tf .. _SqueezeNet in TensorFlow: https://github.com/vonclites/squeezenet

===================
Published Resources

This section is dedicated to provide published resources on TensorFlow, Such as websites, blogs, and books.


Online Courses and Documentations

.. image:: _img/mainpage/online.png

  • LearningTensorFlow_: Beginner-level tutorials for a TensorFlow
  • Deep Learning by Google_: A free online course developed by Google and Udacity
  • Tensorflow for Deep Learning Research_: A comprehensive course by Stanford
  • Creative Applications of Deep Learning with TensorFlow_: A free online course on TensorFlow from Kadenze
  • Deep Learning with TensorFlow Tutorial_: In this TensorFlow course, you will be able to learn the basic concepts of TensorFlow

.. _LearningTensorFlow: https://learningtensorflow.com/ .. _Deep Learning by Google: https://www.udacity.com/course/deep-learning--ud730 .. _Tensorflow for Deep Learning Research: https://web.stanford.edu/class/cs20si/ .. _Creative Applications of Deep Learning with TensorFlow: https://www.kadenze.com/courses/creative-applications-of-deep-learning-with-tensorflow/info .. _Deep Learning with TensorFlow Tutorial: https://cognitiveclass.ai/courses/deep-learning-tensorflow/


Books

.. image:: _img/mainpage/books.jpg

  • TensorFlow Machine Learning Cookbook_: Quick guide to implementing TensorFlow in your day-to-day machine learning activities
  • Deep Learning with TensorFlow_: Throughout the book, you’ll learn how to implement deep learning algorithms for machine learning systems
  • First contact with TensorFlow_: An online book on TensorFlow
  • Building Machine Learning Projects with TensorFlow_: Learn how to implement TensorFlow in production
  • Learning TensorFlow_: This book is an end-to-end guide to TensorFlow
  • Machine Learning with TensorFlow_: Tackle common commercial machine learning problems with Google’s TensorFlow library
  • Getting Started with TensorFlow_: An easy-to-understand book on TensorFlow
  • Hands-On Machine Learning with Scikit-Learn and TensorFlow_: By using examples, theory, the book help to gain an understanding of the machine learning concepts
  • Machine Learning with TensorFlow (MEAP)_: An introduction to the concepts of TensorFlow

.. _TensorFlow Machine Learning Cookbook: https://www.amazon.com/dp/B01HY3TC54/ref=dp-kindle-redirect?_encoding=UTF8&btkr=1 .. _Deep Learning with TensorFlow: https://www.packtpub.com/big-data-and-business-intelligence/deep-learning-tensorflow .. _First contact with TensorFlow: http://jorditorres.org/first-contact-with-tensorflow/ .. _Building Machine Learning Projects with TensorFlow: https://www.amazon.com/dp/B01M2Z8FS4/ref=dp-kindle-redirect?_encoding=UTF8&btkr=1 .. _Learning TensorFlow: http://shop.oreilly.com/product/0636920063698.do .. _Machine Learning with TensorFlow: https://www.packtpub.com/big-data-and-business-intelligence/machine-learning-tensorflow .. _Getting Started with TensorFlow: https://www.amazon.com/Getting-Started-TensorFlow-Giancarlo-Zaccone-ebook/dp/B01H1JD6JO .. _Hands-On Machine Learning with Scikit-Learn and TensorFlow: http://shop.oreilly.com/product/0636920052289.do .. _Machine Learning with TensorFlow (MEAP): https://www.manning.com/books/machine-learning-with-tensorflow

============
Contributing

For typos, please do not create a pull request. Instead, declare them in issues or email the repository owner. Please note we have a code of conduct, please follow it in all your interactions with the project.


Pull Request Process

Please consider the following criterions in order to help us in a better way:

  1. The pull request is mainly expected to be a link suggestion.
  2. Please make sure your suggested resources are not obsolete or broken.
  3. Ensure any install or build dependencies are removed before the end of the layer when doing a
    build and creating a pull request.
  4. Add comments with details of changes to the interface, this includes new environment
    variables, exposed ports, useful file locations and container parameters.
  5. You may merge the Pull Request in once you have the sign-off of at least one other developer, or if you
    do not have permission to do that, you may request the owner to merge it for you if you believe all checks are passed.

Final Note

We are looking forward to your kind feedback. Please help us to improve this open source project and make our work better. For contribution, please create a pull request and we will investigate it promptly. Once again, we appreciate your kind feedback and support.

Related Projects