Skip to content
This repository has been archived by the owner on Jan 5, 2023. It is now read-only.

Latest commit

 

History

History
36 lines (29 loc) · 1.75 KB

File metadata and controls

36 lines (29 loc) · 1.75 KB

Deep Learning Part 1: Version 3 / 2019 Edition

Course Materials

Lessons Cover

Many topics, including:

  • image recognition
    • multi-label image classification
    • different kind of images
  • Convolutional Neural Networks (CNNs)
    • image segmentation with U-Net
  • overfitting
  • embeddings
    • collaborative filtering: recommendation systems
  • Natural Language Processing (NLP)
    • language model, sentiment analysis
    • text classification
  • Recurrent Neural Networks (RNNs)
    • RNN architecture from scratch
  • tabular/structured data
    • time-series prediction using neural network
  • CNN architecture
    • back to computer vision
    • CNN in-depth and ResNets from scratch