Abeltime / Coursera-HSE-Introduction-to-Deep-Learning

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Introduction to Deep Learning

Course can be found here

Notebook for quick search can be found here

  • Week 1 Introduction to optimization

    • Train a linear model for classification or regression task using stochastic gradient descent
    • Tune SGD optimization using different techniques
    • Apply regularization to train better models
    • Use linear models for classification and regression tasks
    • Linear models and optimization
  • Week 2 Introduction to neural networks

  • Week 3 Deep Learning for images

  • Week 4 Unsupervised representation learning

    • Understand what is unsupervised learning and how you can benifit from it
    • Implement and train deep autoencoders
    • Apply autoencoders for image retrieval and image morphing
    • Implement and train generative adversarial networks
    • Understand basics of unsupervised learning of word embeddings
    • Autoencoders
  • Week 5 Deep learning for sequences

    • Define and train an RNN from scratch
    • Understand modern architectures of RNNs: LSTM, GRU
    • Use RNNs for different types of tasks: sequential input, sequential output, sequential input and output
    • Generating names with RNNs
  • Week 6 Final Project

About

License:MIT License


Languages

Language:HTML 56.7%Language:Jupyter Notebook 41.5%Language:Python 1.7%