Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/dipanjans/tensorflow2-crash-course

A quick crash course in understanding the essentials of TensorFlow 2 and the integrated Keras API
https://github.com/dipanjans/tensorflow2-crash-course

Last synced: 8 days ago
JSON representation

A quick crash course in understanding the essentials of TensorFlow 2 and the integrated Keras API

Awesome Lists containing this project

README

        

# TensorFlow 2 Crash Course

A quick crash course in understanding the essentials of TensorFlow 2 and the integrated Keras API.

![](https://i.imgur.com/ZNRlig7.png)

# Essentials Include

- Understanding Tensors
- Understanding Layers in TensorFlow
- Tensor Operations
- Gradient Descent
- Autodiff using Gradient Tape
- Custom Training Loops
- Sequential, Functional and Subclassing APIs
- Wide and Deep Networks
- Deep Learning Essentials
- Layers, Optimizers, Learning Rate
- Dense Neural Nets (ANNs)
- Activation Functions
- Batch Normalization, Dropout
- Dynamic Learning Rate Policies
- Convolutional Neural Networks (CNNs)



![](https://i.imgur.com/kZJDvHg.png)

__Author:__ [Dipanjan (DJ) Sarkar](https://www.linkedin.com/in/dipanzan/)