Skip to content
View dansolombrino's full-sized avatar
πŸ₯·
πŸ₯·

Highlights

  • Pro

Organizations

@curiosone-bot
Block or Report

Block or report dansolombrino

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
dansolombrino/README.md

Ciao, it's Daniele here! πŸ–πŸ»

Solo projects πŸ”₯

Name Description
Biscuits Achieved 75% of original validation accuracy using just 1% of the parameters, inspired by Training BatchNorm and Only BatchNorm
CreActive Devised techniques to observe statistics, patterns and behaviors of Deep Neural Networks activations
GPHungarian 800x speedup via custom, CUDA-accelerated version of the Hungarian Algorithm
Kindergarten-VQ-VAE Devised custom disentanglement modules for Transformers

Group projects πŸš€

Name Description
AML_Homework Devised novel, custom Spatio-Temporal Graph Attention Transformers and CNNs for 3D human pose estimation
Big Data FC Devised novel representations for football teams starting from single players, custom Machine Learning algorithms to predict their end-of-the-season ranking, and a scraper for seasons 2007 to 2012
Braver Cat Reduced train time by over 60% using Transfer Learning in medical image segmentation
Cheap Clasp Devised custom algorithms to use JPEG image encoder as an alternative to CLIP-like Neural image encoders
Distillo, Ergo Sum Improved student model performances by 10% while using only 10% of its parameters using heterogeneous teacher-student framework (knowledge distillation) on medical images segmentation
GeNNuS Achieved 87% validation accuracy on a music genre classification task and solved vanishing gradient issues

My study material πŸ‘¨β€πŸŽ“

Pinned Loading

  1. Kindergarten-VQ-VAE Kindergarten-VQ-VAE Public

    Improving disentanglement properties in off-the-shelf Transformer models

    Python

  2. Astronauts-Making-Limoncello/Distillo-Ergo-Sum Astronauts-Making-Limoncello/Distillo-Ergo-Sum Public

    Transformer to CNN heterogeneous knowledge distillation in medical image segmentation as proxy for analytical studies

    Python 1

  3. Astronauts-Making-Limoncello/AML_Homework Astronauts-Making-Limoncello/AML_Homework Public

    Homework of the Advanced Machine Learning exam, taught by Prof. Fabio Galasso at Sapienza University of Rome in A.Y. 2023/24

    Jupyter Notebook

  4. Braver-Cat/.github Braver-Cat/.github Public

    A set of experiments inspired by the paper "Brain Tumor Segmentation with Deep Neural Networks"

  5. Filetto-Di-Salmone/GeNNus Filetto-Di-Salmone/GeNNus Public

    Deep Neural Networks for music genre classification as a proxy for multiple analytical studies

    Jupyter Notebook 4

  6. Biscuits Biscuits Public

    A set of experiments inspired by the paper "Training BatchNorm and Only BatchNorm: On the Expressive Power of Random Features in CNNs" by Jonathan Frankle, David J. Schwab, Ari S. Morcos

    Python