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

https://github.com/sayakpaul/hello-tensorflow

Contains accompanying Colab Notebook for my talk Hello, TensorFlow (bit.ly/gdg-goa-20).
https://github.com/sayakpaul/hello-tensorflow

tensorflow

Last synced: 2 months ago
JSON representation

Contains accompanying Colab Notebook for my talk Hello, TensorFlow (bit.ly/gdg-goa-20).

Awesome Lists containing this project

README

          

# Hello-TensorFlow
Contains accompanying Colab Notebook for my talk Hello, TensorFlow ([bit.ly/gdg-goa-20](bit.ly/gdg-goa-20)). This was presented for [GDG Goa](https://www.gdggoa.com/) in an online session. The objective of the talk is to introduce basic Deep Learning recipes with TensorFlow (2.x) to beginners in a friendly way.

## Contents:
- What is TensorFlow
- Tensor
- Flow
- Basic DL recipes
- Data (features, labels)
- Affine transformations
- Loss functions
- Gradient-based learning
- Backpropagation
- Where DL fits within ML?
- Future directions