Welcome to TensoFlow-World-Resources’s documentation!

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 and Slim 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 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

First of all, the TensorFlow must be installed!

Written Resources

Visual Resources

Getting Started

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

Written Resources

Going Deeper in TensorFLow

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

Written Resources

Visual Resources

Programming with TensorFlow

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

Reading data and input pipeline

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!

Written resources

Visual resources

Variables

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

Written Resources

Creation, Initialization
Saving and restoring
Sharing Variables

Visual Resources

TensorFlow Utilities

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

Written Resources

Supervisor
TensorFlow Debugger
MetaGraphs
Tensorboard

Visual Resources

TensorFlow Tutorials

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

Linear and Logistic Regression

Written Resources

Visual Resources

Convolutional Neural Networks

Written Resources

Visual Resources

Recurrent Neural Networks

Written Resources

Visual Resources

Autoencoders

Written Resources

Visual Resources

Generative models

Written Resources

Visual Resources

Multiple GPUs

Written Resources

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

Models

Published Resources

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

Online Courses and Documentations

Books

LICENSE

MIT License

Copyright (c) 2019 Amirsina Torfi

Permission is hereby granted, free of charge, to any person obtaining a copy of this book and associated documentation files (the “source files”), to deal in the product without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the product, and to permit persons to whom the book is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the product.

THE PRODUCT IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.