Main repository for machine learning course at MIPT
All the learning materials are available here
Docker:
- Install Docker CE from the official site
- In your command line run:
sudo docker run -d -p 4545:4545 -v <your_local_path>:/home/user vlasoff/ds jupyter notebook
- Open your browser on
localhost:4545
This section will be updated and extended - stay tuned!