README.md

March 12, 2019 ยท View on GitHub

TensorFlow Coding Sessions

Hands-on Deep Learning: TensorFlow Coding Sessions

This repository has the code for the Hands-on Deep Learning: TensorFlow Coding Sessions. The videos will be uploaded on a weekly basis.

The series consist of the introductory TensorFlow tutorials outlined below:

#TutorialCodeVideo
1Introduction to TensorFlow: graphs, sessions, constants, and variablesS1 and S1_notebook.ipynbVideo #1
2Training a multilayer perceptronS2_live.pyVideo #2
3Setting up the training and validation pipelineS3_live.pyVideo #3
4Regularization, saving and resuming from checkpoints, and TensorBoardS4_live.pyVideo #4
5Convolutional neural networks, batchnorm, learning rate schedules, optimizersS5_live.pyVideo #5
6Converting a dataset into TFRecords, training an image classifier, and freezing the model for deploymentS6Video #6
7Transfer learning: fine tuning a model in TensorFlowS7Video #7
8Using a Python iterator as a data generator and training a denoising autoencoderS8N/A
9What is new in TensorFlow 2.0 [new]S9Video #8

Deep Learning Crash Course

Deep Learning Crash Course

A series of mini-lectures on the fundamentals of machine learning, with a focus on neural networks and deep learning.