wygao8 / DL-Course

Official Repository for Westlake Deep Learning Course

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Course Description

This course introduces methods on neural networks and deep learning, covering basic machine learning concepts and neural network models, model training and testing, and their applications in image recognition, language processing, and robotics.

Course Schedule

Prerequisites

  • We will be using Numpy and PyTorch in this class, so you will need to be able to program in python3.

  • You will need familiarity with basic calculus (differentiation, chain rule), linear algebra and basic probability.

Course Work

  • Weekly Homeworks (20%)

    • There are ten weekly homework assignments, each worth 2%.
  • Project Proposal (30%)

    • You need to make a project proposal. You are encouraged to start early!
  • Project Presentation (50%)

    • You need to make a presentation on the project and submit the associated reports, slides and codes.

Documentation

[1] Pattern Recognition and Machine Learning, by Christopher Bishop.

[2] Deep Learning, by I. Goodfellow, Y. Bengio, A. Courville.

[3] Dive Into Deep Learning,by Aston Zhang, Zachary C. Lipton, Mu Li, and Alexander J. Smola.

[4] Neural Networks and Deep Learning, by Michael Nielsen.

About

Official Repository for Westlake Deep Learning Course


Languages

Language:Jupyter Notebook 86.3%Language:Python 13.7%