Deep Learning Using TensorFlow and Keras

Graduate course, Shahrood University of Technology, 2018

In 2018, I organized and led a Deep Learning course for graduate students, covering fundamental concepts like linear and non-linear regression, and advanced techniques like convolutional neural networks. The course materials, developed using TensorFlow and Keras, are available on GitHub for wider accessibility.

GitHub Repository: https://github.com/amingolnari/Deep-Learning-Course

Deep Learning Course

tfkeras

Generate Fake Data with Deep Convolutional Network

movie

Introduction

TensorFlow Hello World

Basic Models

TensorFlow Linear Regression

linear2

TensorFlow nonLinear Regression

nonlinear

TensorFlow Moon Classification

tfmoonclass

TensorFlow Circle Classification and Visualize with TensorBoard

tfcircle

Keras Circle Classification and Visualize with TensorBoard

tbv2

Deep Models

TensorFlow CNN Classification on MNIST Data

mnist

Using Callback in Keras

Stop Training with validation loss Check

Change Learning Rate Per (n) Epoch

Save Learning Rate Per Epoch

lr

(Dog vs Cat) Keras Generate Batches of Tensor Image Data from Directory

catvsdog

Keras Generative Adversarial Network (GAN) on MNIST Data

Google Colab Files

Keras Cifar10 Convolutional Neural Networks

cifar10

Keras LSTM on IMDB Dataset

Save and Load Keras Model (Jason and HDF5)