CSCI-5931: Deep Learning

Graduate course, Online, 2022

Deep Learning is a subfield of machine learning mostly concerned with concepts and techniques built on top of the artificial neural network which in turn was inspired by the structure and functionality of human brains. This branch of machine learning is increasingly gaining popularity as deep learning systems are taking over all artificial intelligent tasks, ranging from image classification, language modeling, machine translation, playing games, autonomous vehicle driving, speech recognition, cancer detection and numerous other applications and is behind many recent advances in Artificial Intelligence (AI). In this course you will gain both theoretical and practical knowledge of deep learning concepts and techniques. So, welcome aboard!

Course objectives

By the end of the course you are expected to gain the following skills:

  1. Understand fundamentals of artificial neural network, and deep neural networks.
  2. Develop an understanding on how to train a neural network.
  3. Determine how a deep neural network can be designed, and implemented to solve real world problems.
  4. Demonstrate an in-depth understanding of one/more concepts introduced in the deep learning course through a final project.

Prerequisites

  1. The graduate standing.

Topics covered

  1. Introduction, stories of Deep Learning
  2. Backgrounds in understanding the artificial neural networks
  3. Nuts and Bolts of AI
  4. Responsible AI
  5. Feed forward neural nets and training maths
  6. Introduction to compute framekworks
    1. Tensorflow 2.0: an introduction
    2. Introduction to tensors
    3. Backpropagation with tensorflow
    4. Batch normalization
    5. Dropouts
    6. Regularization
  7. Bias-variance trade-offs
  8. Convolution neural networks
    1. Convolution operation
    2. 1x1 conv layer
    3. CNN implementation aspects
    4. Pooling layers
    5. Flatten and Fully connected (FC) layers
    6. CNN examples
    7. Epilog with CNN weight sharing concept
    8. Tensorboard
    9. CNN architectures
  9. ImageNet – what is it, and where is it going?
  10. What are ResNets?
  11. Introduction to PyTorch
    1. Neural nets with PyTorch
    2. CNNs with PyTorch
    3. Visualizing CNN components
  12. Transfer learning
  13. Introduction to Recurrent Neural nets
  14. Transformers
  15. Unsupervised Deep Learning
    1. Autoencoders
    2. Segmentation
  16. Generative Adversarial Nets (GANs)
  17. Deep Reinforcement Learning
    1. DRL applications
    2. Building a self-driving car