As part of our “Trainings” work package, the DKZ.2R creates, curates and presents a variety of free trainings, seminars and courses. Our next offering will be a one and a half day carpentries-style workshop on basic machine learning using python and scikit-learn, to be presented at RWTH Aachen University on 1st and 2nd of April, 2026. The workshop will cover the following topics:

  • What is Machine Learning / Why bother?
  • Supervised Methods (Regression / Classification)
  • Ensemble Methods
  • Unsupervised Methods (Clustering / Dimensionality Reduction)
  • Neural Networks
  • Ethics and Implications of Machine Learning

Workshop material is available online and will be presented by instructors who will walk you through the steps and are available for questions throughout the event. The official registration is already closed, for last-minute registrations please contact us via info@dkz2r.de.

All workshop material will also be made available online on GitHub.

A basic familiarity with Python is expected, including writing for loops, conditional statements, using functions, and importing libraries.

  • Title: Introduction to Machine Learning with Python and Scikit-Learn
  • When: Wednesday, April 1st (9am-5pm) & Thursday, April 2nd (9am-3pm)
  • Where: RWTH Aachen University, Germany (Kopernikusstraße 6, 52074 Aachen, Seminarraum 003)
  • Format: This workshop in In-Person and no remote or online attendance options are currently planned.

Related Posts

Documentation From User Experience

Documentation From User Experience

This post is a condensed version of a talk at our Data Compentcy College

If you regularly use scientific software written by others, or tried to replicate interesting research that relies on software, you have probably also invested weeks of work to solve a software problem or even given up on a software because of missing documentation. Finding a project that might be the solution to your problem and then failing to run the code is frustrating. Being unable to run a project you have built yourself years ago is even worse. Having experienced all those setbacks myself in the past I want to use this post to channel that frustration to fuel solutions for better documentation for our current and future projects.

Read More

By DKZ.2R: The Carpentries Workshop: Plotting and Programming in Python

As part of our “Trainings” work package, the DKZ.2R curates and provides a variety of trainings, seminars and courses. As a part of this, we are offering an official Carpentries Workshop on the 3rd and 4th of November on the topic of “Plotting and Programming in Python”.

Read More
How To: Open Science

How To: Open Science

Tired of Recreating someone else’s work? - How Open Science can accelerate research and overcome reinvention

Have you ever found papers on algorithms but their implementation is missing? Found an interesting analysis but there is no way to check the results, as you don’t have access to the data they were derived from? Ever thought you had a great idea for a project, just to find out a year later that you are not the only research group following that specific idea? Not having access to other people’s code, data, metrics or even their plans for research projects often leads to unnecessary delays and scientific redundancies. There is an easy solution to overcome (almost) all of these issues. It’s called Open Science! What is Open Science? The UNESCO defines Open Science as a construct of “movements and practices aiming to make multilingual scientific knowledge openly available, accessible and reusable for everyone, to increase scientific collaborations and sharing of information for the benefits of science and society, and to open the processes of scientific knowledge creation, evaluation and communication to societal actors […]”. To ensure that everyone has access to scientific knowledge and infrastructure, Open Science focuses on four main concepts.

Read More