You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Histopathology image classification to predict molecular subtypes. Includes datasets, EDA and preprocessing notebooks, patch extraction, baseline models, and training utilities for quick experiments and reproducible evaluation. Project for the Artificial Neural Networks and Deep Learning course at Politecnico di Milano (PoliMi) (2025/2026).
Deep Neural Netowrk (TCN + BiLSTM with Attention) model on multivariate time-series classification. Project for the Artificial Neural Networks and Deep Learning course at Politecnico di Milano (PoliMi) (2025/2026).
Second (part 2) university project of the Software Engineering for HPC course. Created a CI/CD github pipeline to: test an application (1), containerize the application using Singularity (2), send the Singularity build to the Galileo100 supercomputer (3), and make the results from the cluster available (4).
University project of the Parallel Computing course. There are two challenges that are solved using parallel computing techniques and two famous frameworks: OpenMP and CUDA.
Second (part 1) university project of the Software Engineering for HPC course. Implemented Google Test to find bugs in a buggy implementation and implemented automation using github workflows.