Here is the material for a course of two-weeks I gave in a Master of Data Science and AI
This is part of a series of other lectures modules on
- Introduction to Data Science ๐งฎ
- Statistical Learning ๐
- Time Series โ
- Computer Vision Hands-On ๐ถ๏ธ
- Recommender Systems ๐
You can find the list of the arguments and some relevant material here.
As usual, it is advisable to create a virtual environment to isolate dependencies. One can follow this guide and the suitable section according to the OS.
Once the virtual environment has been set up, one has to run the following instruction from a command line
pip install -r requirements.txt
This installs all the packages the code in this repository needs.
For new Apple M1 processors, there is a different requirement file. So set the virtual environment and then the command to execute is
pip install -r requirements-macm1.txt
This installs all the packages the code in this repository needs.
You can use Binder, to interact with notebooks and play with the code and the exercises.
Alternatively, you can work on these notebooks in another online workspace called Deepnote. This allows you to play around with the code and access the assignments from your browser.
Another option to run all these lectures locally is to build the corresponding Docker Image. A nice introduction to Docker containers can be found here.
We tried to modularise everything to make all the building and execution procedure as simple as possible. To run a jupyter environment with all dependencies installed and notebooks ready to be executed it is sufficient to open your favourite terminal and run
make
The Makefile will take care of building and executing the docker image. Then a jupyter server will be running at http://localhost/8888.
I am a theoretical physicist, a passionate programmer and an AI curious.
I write medium articles (with very little amount of regularity), you can read them here. I also have a github profile where I store my personal open-source projects.
๐ซ Reach me!
If you have any question, doubt or if you find mistakes, please open an issue or drop me an email.
If you like these lectures, consider to buy me a coffee โ๏ธ !