kglnsk / ml-mipt

Main repository for machine learning course at MIPT

Home Page:https://ml-mipt.github.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Machine Learning at MIPT

Main repository for machine learning course at MIPT. All the learning materials are available here.

Important current repository structure

  • on master branch previous term materials are stored to give a quick and comprehensive overview
  • on basic and advanced branches materials for current launches are being published

Later (after the term ends) we will merge a new state to master as fall_2019.

Video lectures

are available on youtube playlist

Prerequisites

We are expecting our students to have a basic knowlege of:

  • calculus, especially matrix calculus
  • probability theory and statistics
  • programming, especially on Python

Although if you don't have any of this, you could substitude it with your diligence because the course provides additional materials to study requirements yourself.

Theoretical materials

Informal "aggregation" of all topics by previous years students: file (in Russian).

Docker image

If conda/pip doesn't work, consider using Docker. Due to the root privileges in the docker contaner we do not recommend to use it in open networks, it may make your systerm vulnerable. The instructions will be updated in future.

  1. Install Docker CE from the official site
  2. In your command line run:
sudo docker run -d -p 4545:4545 -v <your_local_path>:/home/user vlasoff/ds jupyter notebook
  1. Open your browser on localhost:4545

About

Main repository for machine learning course at MIPT

https://ml-mipt.github.io/

License:MIT License


Languages

Language:Jupyter Notebook 99.9%Language:Python 0.1%