Welcome to the repository for the "Introduction to Python Programming for Machine Learning and AI" (IPML) course, offered to bachelor students at Humboldt-Universität zu Berlin by the Information Systems Team. This repository provides materials for the tutorial part of the course, including code samples, demonstrations, and more.
For enrolled students, additional resources, updates, and discussions are available on our Moodle course page.
.
├── data # Folder containing datasets used in tutorials
├── resources # Additional resources relevant to the course
├── tutorial_notebooks # Jupyter notebooks covering the tutorial contents
├── LICENSE # License file for the repository
├── README.md # The file you are currently reading
├── ipml-env.yaml # Conda environment file for setting up the IPML workspace
└── requirements.txt # List of Python dependencies necessary for the tutorials
For instructions on how to use these materials, refer to the guides available in the resources
folder. There, you'll find a comprehensive documentation on how to access and utilize the Humboldt University JupyterHub for cloud-based execution of the provided Jupyter notebooks. Additionally, there's a guide for setting up a local Python environment should you prefer or require a local setup.
This project is licensed under the terms of the MIT License.