Skip to content
View JHSchlegel's full-sized avatar

Highlights

  • Pro

Block or report JHSchlegel

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this userโ€™s behavior. Learn more about reporting abuse.

Report abuse
JHSchlegel/README.md

Hi there, I'm Jan! ๐Ÿ‘‹

I'm a Statistics MSc student at ETH Zurich with a passion for machine learning theory and applications in healthcare and climate science. My interests center around interpretability, probabilistic machine learning, and generative models, with a particular focus on diffusion models and their theoretical foundations.

Some recent projects I've been working on:

  • Neural Network Subspace Dynamics in Continual Learning
    Investigated whether catastrophic forgetting occurs primarily in the bulk subspace of the Hessian matrix, designing optimization algorithms to isolate learning in different subspaces.

  • Extrapolation and Distributional Robustness for Climate Downscaling (No public repository)
    Researched transferability of statistical downscaling methods to unseen Global Climate Models, implementing (variance-reducing) generative models (elucidated diffusion model and engression MLPs) for high-resolution climate predictions.

  • Machine Learning for Healthcare:
    Built interpretable models for medical diagnosis and employed various machine learning architectures for arrhythmia classification.

I'm always open to collaborating on interesting problems at the intersection of machine learning theory and real-world applications. Feel free to reach out!

Pinned Loading

  1. cf-tiny-subspaces cf-tiny-subspaces Public

    Repository for the ETHZ AS2024 Deep Learning course project titled "Does Catastrophic Forgetting Happen in Tiny Subspaces?"

    Jupyter Notebook 7 2

  2. Conditional-GAN Conditional-GAN Public

    Image classification based on images synthesized by a conditional GAN

    Python 1

  3. VisionTransformer VisionTransformer Public

    A simple implementation of a Vision Transformer

    Python

  4. ML4Healthcare ML4Healthcare Public

    Repository for the coding projects of Machine Learning for Healthcare at ETH Zurich (2024)

    Jupyter Notebook 1

  5. BachelorThesis BachelorThesis Public

    My bachelor's thesis about portfolio VaR forecasting with multivariate factor copula-GARCH models

    R 1

  6. ML-From-Scratch ML-From-Scratch Public

    A collection of machine learning algorithms implemented from scratch in various programming languages.

    C++