-
📝 How to develop a radiomics signature
Presentation and workshop on applying machine-learning to radiology data to medical doctors + biomedical researchers
In 2024, I participated as faculty in the “How to develop a radiomics signature” course organised for the European Society of Gastrointestinal and Abdominal Radiology. Here, I gave a short presentation on machine-learning model development and tuning, as well as two practical programming sessions: one on radiomic feature extraction and the other on model development and (fine-)tuning. Both are freely available.
-
📝 EMBL Summer School
presentation and workshop on machine-learning applied to computer vision to young students
In the 2019 EMBL Lautenschlager Summer School, I talked about how to use random forests in an image segmentation context, covering at an introductory levels some aspects of image preprocessing, feature extraction (with some focus on gradient calculation) and the internal mechanics of random forests. During this time, I also aided in practical classes which focused on implementing a pipeline to analyse the growth of Nematostella.
-
📝 Basic Teaching Module at EMBL predoc course
workshop on computer vision feature extraction theory + applying machine-learning to simple biological problems
In the 2018 EMBL Predoc Course and with Julian Hennies, I talked about feature extraction in images and how this can be applied to segmentation problems. We also discussed, more generically, how machine-learning can be applied to some other biology problems.
-
📝 Workshops on introductory programming
teaching university students about programming and data-viz in python and R
In JEST, a junior enterprise providing pedagogical services in data-science, I had the opportunity to teach programming at a beginner level, with particular focus on
R
andPython
. WithinPython
, apart from focusing on the basic aspect of it, I also had the opportunity to speak about more modern packages for interactive data visualization, such asplotly
.