Skip to content

Latest commit

 

History

History
57 lines (29 loc) · 3.06 KB

README.md

File metadata and controls

57 lines (29 loc) · 3.06 KB

AppliedML2022 - Code Repository

GitHub repository for code used in the course "Applied Machine Learning" 2022 at University of Copenhagen.

Getting Started

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.


Option A. Running things on your laptop

We are currently updating installation instructions. Please, report any issues to: [email protected].

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:

(NOTE: please, install Anaconda with Python 3.8)

After you installed Anaconda, please see how you can install all packages required for the course:


Option B. Running things on ERDA


Option C. Manually downloading the course content

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


Running things after installation

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


Link to Course Information