Skip to content
View josepdecid's full-sized avatar

Highlights

  • Pro
Block or Report

Block or report josepdecid

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

Hi, this is Josep ☝️👋!

I'm a Computer Scientist and Software Engineer. Feel free to check my stuff!

You'll probably see me around as 👇

Quick Facts

  • 🗺️ I'm From Catalonia, Spain
  • 🎻 I play the violin and I have practiced fencing for a while 🤺
  • 🐕 My dog is named after an activation function in Neural Networks: ReLU
  • 🌱 Currently learning and practicing with Rust and Solidity
  • 😀 Pronouns: He/Him
  • 🗣️ Try to pronounce it: ʒuˈzɛb
  • 📲 Reach out to me on:

Education Background

Career

My Tech Stack

Languages

Web Frameworks

Data Science and AI

Check my stats!

Pinned

  1. BachPropagation BachPropagation Public

    Classical Music Generator project for AML Project

    Python 2

  2. Colab Reconnect Colab Reconnect
    1
    // Interval time to check if runtime is disconnected
    2
    interval = 1000 * 60;
    3
    
                  
    4
    // Busy/Reconnect button top-right
    5
    reloadButton = document.querySelector('#connect > paper-button > span')