Skip to content
View dansolombrino's full-sized avatar
๐Ÿฅท
๐Ÿฅท

Highlights

  • Pro

Organizations

@curiosone-bot

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! ๐Ÿ–๐Ÿป

  • ๐Ÿ“ Rome, ๐Ÿ‡ฎ๐Ÿ‡น
  • ๐ŸŽ“ BSc and MSc in CS @ย Sapienza University of Rome
    • ๐Ÿ“š High-performance computing, machine learning, and deep learning
  • ๐ŸŽ“ PhD student in deep learningย @ ๐ŸŽญ GLADIA Research Group
    • ๐Ÿ”ฌ Model merging, audio generation, and music editing
  • Free time fav activities: ๐Ÿ“บ, ๐ŸŽถ, ๐Ÿง˜๐Ÿปโ€โ™‚๏ธ, ๐Ÿง , ๐Ÿ“–, ๐Ÿƒ๐Ÿปโ€โ™‚๏ธ

๐Ÿ”ฌ PhD research

Name Paper TLDR
๐Ÿง ATM ๐Ÿ“œ Demonstrate and leverage task vectors and multi-task gradients relationship to improve model merging by up to 20%

๐Ÿ‘ท๐Ÿปโ€โ™‚๏ธ MSc solo projects

Name TLDR
Kindergarten-VQ-VAE Devised custom disentanglement modules for Transformers
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

๐Ÿซ‚ MSc collab projects

Name TLDR
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, implemented custom ML algos to predict end-of-the-season ranking, and coded a scraper for '07-'12 seasons
Braver Cat Reduced train time by over 60% via 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 (knowledge distillation) on medical images segmentation
GeNNuS Achieved 87% validation accuracy on a music genre classification task, and solved vanishing gradient issues

MSc 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 2

  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 1

  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