Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/rishit-dagli/deep-learning-with-tensorflow

All the resources and hands-on exercises for you to get started with Deep Learning in TensorFlow
https://github.com/rishit-dagli/deep-learning-with-tensorflow

ai artificial-intelligence beginner beginner-friendly beginners-tutorial-series deep-learning examples machine-learning python tensorflow

Last synced: 21 days ago
JSON representation

All the resources and hands-on exercises for you to get started with Deep Learning in TensorFlow

Awesome Lists containing this project

README

        

# Deep-Learning-With-TensorFlow [![Twitter URL](https://img.shields.io/twitter/url?style=social&url=https%3A%2F%2Fgithub.com%2FRishit-dagli%2FDeep-Learning-With-TensorFlow-Blog-series)](https://twitter.com/intent/tweet?text=Wow:&url=https%3A%2F%2Fgithub.com%2FRishit-dagli%2FDeep-Learning-With-TensorFlow-Blog-series)

[![Open in Colab button](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/Rishit-dagli/Deep-Learning-With-TensorFlow)
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/Rishit-dagli/Deep-Learning-With-TensorFlow/master)

[![GitHub license](https://img.shields.io/github/license/Rishit-dagli/Deep-Learning-With-TensorFlow-Blog-series)](https://github.com/Rishit-dagli/Deep-Learning-With-TensorFlow-Blog-series/blob/master/LICENSE)
[![GitHub followers](https://img.shields.io/github/followers/Rishit-dagli?label=Follow&style=social)](https://github.com/Rishit-dagli)
[![Twitter Follow](https://img.shields.io/twitter/follow/rishit_dagli?style=social)](https://twitter.com/intent/follow?screen_name=rishit_dagli)

Consider leaving a :star: if you like this series of tutorials.

This repo gets you started with Deep Learning with TensorFlow. This will be all about about coding Machine Learning and Deep Learning algorithms. I believe in hands-on coding
so we will have many exercises and demos which you can try yourself too. You would first have a blog to read to and have one or many Jupyter Notebooks which you can try and also
have excercises which you can do. These blogs are also availaible as a blog series on [Medium](http://bit.ly/dlwithtf).

> More parts coming soon!

## Table of Contents

- [Getting started with TensorFlow and Deep Learning](https://github.com/Rishit-dagli/Deep-Learning-With-TensorFlow/tree/master/Part%201-Getting%20started%20with%20TensorFlow%20and%20Deep%20Learning)
- [Computer Vision with TensorFlow](https://github.com/Rishit-dagli/Deep-Learning-With-TensorFlow/tree/master/Part%202-Computer%20Vision%20with%20TensorFlow)
- [Using Convolutional Neural Networks with TensorFlow](https://github.com/Rishit-dagli/Deep-Learning-With-TensorFlow/tree/master/Part%203-Using%20Convolutional%20Neural%20Networks%20with%20TensorFlow)
- [Extending what Convolutional Neural Nets can do](https://github.com/Rishit-dagli/Deep-Learning-With-TensorFlow/tree/master/Part%204-Extending%20what%20Convolutional%20Neural%20Nets%20can%20do)
- [Working with Complex Image data for CNNs](https://github.com/Rishit-dagli/Deep-Learning-With-TensorFlow/tree/master/Part%205-Working%20with%20Complex%20Image%20data%20for%C2%A0CNNs)

## Do you need any setup?

No! You would not need any hardware or software setup to work your way around these tutorials, each of the notebooks have a button ![Open in Colab button](https://colab.research.google.com/assets/colab-badge.svg) which you can use to open it in [Google Colab](https://colab.research.google.com/) (We'll often refer to this as just Colab) right in your browser :rocket: . If you do not know about Google Colab head on to the [first part](https://github.com/Rishit-dagli/Deep-Learning-With-TensorFlow/tree/master/Part%201-Getting%20started%20with%20TensorFlow%20and%20Deep%20Learning) which also gives an intro about Colab. If you are more comfortable with using [Binder](https://mybinder.org/) you can use this button [![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/Rishit-dagli/Deep-Learning-With-TensorFlow/master) to open this repo in Binder.

## Why should you be learning this?

To keep the tutorials concise and to-the-point I have not included this in the tutorials itself.
If you are a newbie to Machine Learning you would most likely wonder why would you be interested in any of this? However, if you have worked with same other ML Framework or library and want to know about TensorFlow you can simply skip this section.

Artificial Intelligence has revolutionized the way people think, learn, and work in almost every field. You most probably make more use of this than you would imagine. Think about games, the famous YouTube recommendation algorithm or Google Photos identifying faces or identifying if an image is a person or an animal (You will be making a similar program in [Part-5](https://github.com/Rishit-dagli/Deep-Learning-With-TensorFlow/tree/master/Part%205-Working%20with%20Complex%20Image%20data%20for%C2%A0CNNs) ) all powered by Machine Learning. In these tutorials you will be exploring more of the practical aspect of this :smiley: .

To know more about where AI could be used give [this](https://hackernoon.com/10-reasons-why-you-should-learn-artificial-intelligence-5v6q30vo) blog by Ben Cryer a read.