Skip to content

Deep Learning with TensorFlow, Keras, and PyTorch

License

Notifications You must be signed in to change notification settings

thamizhannal/DLTFpT

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Deep Learning with TensorFlow, Keras, and PyTorch

This repository is home to the code that accompanies Jon Krohn's Deep Learning with TensorFlow, Keras, and PyTorch series of video tutorials.

There are three sets of video tutorials in the series:

  1. The eponymous Deep Learning with TensorFlow, Keras, and PyTorch (released in Feb 2020)
  2. Deep Learning for Natural Language Processing, 2nd Ed. (Feb 2020)
  3. Machine Vision, GANs, and Deep Reinforcement Learning (Mar 2020)

The above order is the recommended sequence in which to undertake these tutorials. That said, the first in the series provides a strong foundation for either of the other two.

Taken all together, the series -- over 18 total hours of instruction and hands-on demos -- parallels the entirety of the content in the book Deep Learning Illustrated. This means that the videos introduce all of deep learning:

  • What deep neural networks are and how they work, both mathematically and using the most popular code libraries
  • Machine vision, primarily with convolutional neural networks
  • Natural language processing, including with recurrent neural networks
  • Artistic creativity with generative adversarial networks (GANs)
  • Complex, sequential decision-making with deep reinforcement learning

These video tutorials also includes some extra content that is not available in the book, such as:

  • Detailed interactive examples involving training and testing deep learning models in PyTorch
  • How to generate novel sequences of natural language in the style of your training data
  • High-level discussion of transformer-based natural-language-processing models like BERT, ELMo, and GPT-2
  • Detailed interactive examples of training advanced machine vision models (image segmentation, object detection)
  • All hands-on code demos involving TensorFlow or Keras have been updated to TensorFlow 2

Installation

Installation instructions for running the code in this repository can be found in the installation directory.

Notebooks

There are dozens of meticulously crafted Jupyter notebooks of code associated with these videos. All of them can be found in this directory.

Below is a breakdown of the lessons covered across the videos, including their duration and associated notebooks.

Deep Learning with TensorFlow, Keras, and PyTorch

Deep Learning for Natural Language Processing

Machine Vision, GANs, and Deep Reinforcement Learning

You've reached the bottom of this page! As a reward, here's a myopic trilobite created by Aglae Bassens, a co-author of the book Deep Learning Illustrated:

About

Deep Learning with TensorFlow, Keras, and PyTorch

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 100.0%