Skip to content

isikdogan/deep_learning_tutorials

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

# Tutorial Code Video
1 Introduction to TensorFlow: graphs, sessions, constants, and variables S1 and S1_notebook.ipynb Video #1
2 Training a multilayer perceptron S2_live.py Video #2
3 Setting up the training and validation pipeline S3_live.py Video #3
4 Regularization, saving and resuming from checkpoints, and TensorBoard S4_live.py Video #4
5 Convolutional neural networks, batchnorm, learning rate schedules, optimizers S5_live.py Video #5
6 Converting a dataset into TFRecords, training an image classifier, and freezing the model for deployment S6 Video #6
7 Transfer learning: fine tuning a model in TensorFlow S7 Video #7
8 Using a Python iterator as a data generator and training a denoising autoencoder S8 N/A
9 What is new in TensorFlow 2.0 [new] S9 Video #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.