LeeKLTW / TensorFlow-Roadmap

:satellite: Organized & Useful Resources about Deep Learning with TensorFlow

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

alternate text

TensorFlow-World-Resources - Project Page

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

_img/mainpage/TensorFlow_World.gif

Table of Contents

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

There are different motivations for this open source project.

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.

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.

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.

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

_img/mainpage/installation.gif

First of all, the TensorFlow must be installed!

_img/mainpage/gettingstarted.gif

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

_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!

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

_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!

_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.

_img/mainpage/utility.png

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

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

_img/mainpage/logisticregression.png

_img/mainpage/CNNs.png

_img/mainpage/RNN.png

_img/mainpage/autoencoder.png

_img/mainpage/generative_model.png

_img/mainpage/multiple_gpu.png

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

_img/mainpage/tutorial.png

_img/mainpage/models.png

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

_img/mainpage/online.png

_img/mainpage/books.jpg

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.

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.

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.

About

:satellite: Organized & Useful Resources about Deep Learning with TensorFlow

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

License:Other


Languages

Language:Python 100.0%