All Projects → jonkrohn → Dltfpt

jonkrohn / Dltfpt

Licence: mit
Deep Learning with TensorFlow, Keras, and PyTorch

Projects that are alternatives of or similar to Dltfpt

Pysynth
Several simple music synthesizers in Python 3. Input from ABC or MIDI files is also supported.
Stars: ✭ 279 (-0.36%)
Mutual labels:  jupyter-notebook
Pytorch Lesson Zh
pytorch 包教不包会
Stars: ✭ 279 (-0.36%)
Mutual labels:  jupyter-notebook
Real World Machine Learning
Code accompanying the Real-World Machine Learning book
Stars: ✭ 282 (+0.71%)
Mutual labels:  jupyter-notebook
Bag Of Local Features Models
Pretrained bag-of-local-features neural networks
Stars: ✭ 280 (+0%)
Mutual labels:  jupyter-notebook
Torchxrayvision
TorchXRayVision: A library of chest X-ray datasets and models.
Stars: ✭ 280 (+0%)
Mutual labels:  jupyter-notebook
Traffic Signs Tensorflow
Traffic Signs Detection and Recognition with Tensorflow
Stars: ✭ 281 (+0.36%)
Mutual labels:  jupyter-notebook
Machine Learning With Python
Python code for common Machine Learning Algorithms
Stars: ✭ 3,334 (+1090.71%)
Mutual labels:  jupyter-notebook
Faceswap Gan
A denoising autoencoder + adversarial losses and attention mechanisms for face swapping.
Stars: ✭ 3,099 (+1006.79%)
Mutual labels:  jupyter-notebook
Leam
Stars: ✭ 281 (+0.36%)
Mutual labels:  jupyter-notebook
Monodepth Fpn Pytorch
Single Image Depth Estimation with Feature Pyramid Network
Stars: ✭ 282 (+0.71%)
Mutual labels:  jupyter-notebook
2018 Machinelearning Lectures Esa
Machine Learning Lectures at the European Space Agency (ESA) in 2018
Stars: ✭ 280 (+0%)
Mutual labels:  jupyter-notebook
Cs131 release
Released assignments for the Stanford's CS131 course on Computer Vision.
Stars: ✭ 280 (+0%)
Mutual labels:  jupyter-notebook
Coursera University Of Washington
University of Washington
Stars: ✭ 281 (+0.36%)
Mutual labels:  jupyter-notebook
Amazon Personalize Samples
Notebooks and examples on how to onboard and use various features of Amazon Personalize
Stars: ✭ 280 (+0%)
Mutual labels:  jupyter-notebook
Tensorflow Tutorial
Example TensorFlow codes and Caicloud TensorFlow as a Service dev environment.
Stars: ✭ 2,951 (+953.93%)
Mutual labels:  jupyter-notebook
Deep reinforcement learning course
Implementations from the free course Deep Reinforcement Learning with Tensorflow and PyTorch
Stars: ✭ 3,232 (+1054.29%)
Mutual labels:  jupyter-notebook
Rnn For Joint Nlu
Tensorflow implementation of "Attention-Based Recurrent Neural Network Models for Joint Intent Detection and Slot Filling" (https://arxiv.org/abs/1609.01454)
Stars: ✭ 281 (+0.36%)
Mutual labels:  jupyter-notebook
Ailearning Theory Applying
快速上手Ai理论及应用实战:基础知识Basic knowledge、机器学习MachineLearning、深度学习DeepLearning2、自然语言处理BERT,持续更新中。含大量注释及数据集,力求每一位能看懂并复现。
Stars: ✭ 280 (+0%)
Mutual labels:  jupyter-notebook
Clip
Contrastive Language-Image Pretraining
Stars: ✭ 5,617 (+1906.07%)
Mutual labels:  jupyter-notebook
Machinelearninginaction Camp
Stars: ✭ 281 (+0.36%)
Mutual labels:  jupyter-notebook

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-3
  • 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 Aglaé Bassens, illustrator of the book Deep Learning Illustrated:

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].