Course Exercises - Winter Term 2025
Instructor: Christopher Kuenneth
Computational Materials Science, University of Bayreuth
Welcome to the exercises for the "Machine Learning in Materials Science" course! Below you'll find relevant instructions, tools, and notes to get started effectively with the coursework.
This course utilizes pdm for managing and tracking Python dependencies. Make sure to set up pdm to easily manage environments and dependencies for working on the exercises.
The exercises are usually provided as Jupyter notebooks in the folder wt_225_ml_in_ms
.
You have two primary options to run the provided Jupyter notebooks:
-
Google Colab
Some notebooks come with a button to launch directly in Google Colab. This is a convenient option if you prefer running notebooks on the cloud. -
VSCode
You can also run all notebooks locally using VSCode. Ensure you have the necessary extensions installed for a smooth notebook experience. -
Coder at Galadriel
You'll get access to Galadriel through Coder during the tutorials and can use it for working on the exercises and your project.
- The course exercises are designed to be run either in Google Colab or locally on VSCode, depending on your preference.
- Make sure to have the appropriate Python environment set up for running the notebooks.