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

https://github.com/the-black-knight-01/tensorflow-tutorial

TensorFlow Tutorial
https://github.com/the-black-knight-01/tensorflow-tutorial

tensor tensorboard tensorflow tensorflow-examples tensorflow-experiments tensorflow-models tensorflow-serving tensorflow-tutorial tensorflow-tutorials tutorial

Last synced: 9 months ago
JSON representation

TensorFlow Tutorial

Awesome Lists containing this project

README

          

# TensorFlow Tutorial

The series consist of the introductory TensorFlow tutorials outlined below:

| # | Tutorial | Code | Video |
|-|------------------------------------------------------------------------|------|------------------|
|1| Introduction to TensorFlow: graphs, sessions, constants, and variables |[notebook](notebook/)| [Video #1](https://youtu.be/1KzJbIFnVTE) |
|2| Training a multilayer perceptron |[notebook](notebook/)| [Video #2](https://youtu.be/b7ykcBzz9wo) |
|3| Setting up the training and validation pipeline |[notebook](notebook/)| [Video #3](https://youtu.be/l_ZvxKBToWs) |
|4| Regularization, saving and resuming from checkpoints, and TensorBoard |[notebook](notebook/)| [Video #4](https://youtu.be/ni9FZtF_gLs) |
|5| Convolutional neural networks, batchnorm, learning rate schedules, optimizers|[notebook](notebook/)| [Video #5](https://youtu.be/ULX1nWPAJbM) |