GitHub repository for code used in the course "Applied Machine Learning" 2023 at University of Copenhagen.
The following instructions will help you install the relevant software that will be used in the course.
You have two options for installing and running the Applied ML notebooks. The primary option is to install everything on your laptop, using e.g. the anaconda environment with a standard set of python libraries. The second option is to run the code on ERDA, a KU-based server platform that has the advantage of having a uniform software environment for everyone. If you are not enrolled as a KU student and want to use this option, you should contact Troels to get access to the ERDA servers.
We recommend that you use your laptop, but perhaps also that you try both methods for the course. Having a local copy of the exercices can be very handy when the ERDA servers are down (for maintenance or other reasons), and when you finish your studies and start one something new. But ERDA gives you a feel for how remote computing works, and allows you to suddenly go from 1 CPU to many. Trying both is simply our attempt at boosting your knowledge of computing. But if you never try ERDA, don't worry.
To run things on your local computer, you will have to install additional software to be able to properly run the notebooks.
Given the wide range of operating systems available out there, we cannot guarantee that the instructions above will work on all platforms. As of now, the instructions below have been tested on the following systems:
If you do not want to subscribe to github, you can still download manually the content of the repository using the donwload zip option on the main page of this git. More details are available here
Once you have installed the required software and cloned the repository, you can run your notebooks, and update the content of the repository by following these instructions