Thanks to visit codestin.com
Credit goes to github.com

Skip to content
View giuseppeCoccia's full-sized avatar
💭
Thinking
💭
Thinking

Block or report giuseppeCoccia

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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
giuseppeCoccia/README.md

Hi there

Visitor Badge Open Source Love

👨 Bio

#!/usr/bin/python
# -*- coding: utf-8 -*-


class MySelf:

    def __init__(self):
        self.name = "Giuseppe Coccia"
        self.languages = ["Italian", "English"]
        self.education = {
            "MSc n.1": {
                "Degree": "⌨️ Software Engineering",
                "University": "Politecnico di Torino"
            },
            "MSc n.2": {
                "Degree": "🤖 Data Science",
                "University": "Télécom Paris Tech"
            }
            "BSc": {
                "Degree": "🖥️ Computer Engineering",
                "University": "Universita' degli Studi del Sannio"
            }
        ]
        self.roles = ["Applied Scientist", "Research Engineer", "Machine Learning Researcher/Engineer"]
        self.experiences = [
            "Speech/Audio Generation", "Computer Vision", "Multimodal Learning",
            "Large-scale LLMs", "Model Optimization (Memory, Compute, thus Latency)"
        ]
        self.hobbies = ["🏋️ Fitness", "🎨 Drawing & Painting", "🌍 Travelling", "📺 Watching Documentaries"]

    def say_hi(self):
        print(
            "Thanks for checking this little drop of the GitHub ocean that is my page.\n"
            "Feel free to reach out to discuss about any interesting project and idea you have in mind."
        )


me = MySelf()
me.say_hi()

📊 Random stats

Industry is very often not open-source 🥲

Giuseppe Coccia's github stats

Popular repositories Loading

  1. Clouds_Labs Clouds_Labs Public

    Notebooks developed for the "Distributed Systems and Cloud Computing" course at Eurecom. The goal was to develop machine learning and data analysis algorithms for a distributed cluster. In particul…

    HTML

  2. CoIoTe_TIM_Italy CoIoTe_TIM_Italy Public

    Optimization Problem by TIM Italy at Polytechnic of Turin

    C++

  3. Algorithmic-Machine-Learning Algorithmic-Machine-Learning Public

    Forked from DistributedSystemsGroup/Algorithmic-Machine-Learning

    Public course material

    Jupyter Notebook

  4. weAR weAR Public

    Forked from lomluca/weAR

    The dressing room in your camera - WebInt@Eurecom website project

    Vue

  5. Automatic-Video-Shot-Type-Classification Automatic-Video-Shot-Type-Classification Public

    Forked from ry/tensorflow-resnet

    ResNet model in TensorFlow

    Jupyter Notebook

  6. DeepLearning_Labs DeepLearning_Labs Public

    Deep learning course laboratories

    Jupyter Notebook