Skip to content
View tommaso-ferracci's full-sized avatar

Highlights

  • Pro

Block or report tommaso-ferracci

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
tommaso-ferracci/README.md
tommaso@github:~$ ./welcome.sh
 ___________________________________
<Welcome to my personal GitHub page!>
 -----------------------------------
        \   ^__^
         \  (oo)\_______
            (__)\       )\/\
                ||----w |
                ||     ||
 
tommaso@github
--------------
πŸ“– BSc Physics, University of Padua
πŸ“– MSc Statistics, Imperial College London
πŸ”Ž Statistics and Machine Learning
❀️ Python, R, C++ 
πŸ“¬ [email protected]
πŸ“¬ LinkedIn: tommaso.ferracci
--------------
 

Pinned Loading

  1. Deep_Learning_Energy_Reconstruction_JUNO Deep_Learning_Energy_Reconstruction_JUNO Public

    BSc Thesis. Energy reconstruction of neutrino interactions at the JUNO experiment via BDT (xgboost), FCDNN and 1DCNN (pytorch).

    Jupyter Notebook 3

  2. GPT_Table_To_LaTeX GPT_Table_To_LaTeX Public

    Simple Streamlit app which allows for the conversion of a .csv table to LaTeX code using GPT-3.5-turbo.

    Python 2

  3. Heat_Equation_2D Heat_Equation_2D Public

    Solution to the 2D heat equation in a square simulation cell by using both explicit and implicit Euler methods. The instability of the former is discussed.

    Python 2

  4. Reinforcement_Learning_Lunar_Lander Reinforcement_Learning_Lunar_Lander Public

    Solution to the lunar lander environment from OpenAI's gym making use of expected SARSA with neural networks.

    Python