#!/usr/bin/python
# -*- coding: utf-8 -*-
class MySelf:
"""
A class to represent personal details and interests of Francesco Baiocchi.
"""
def __init__(self):
self.name = "๐ Francesco Baiocchi"
self.languages = ["๐ฎ๐น Italian", "๐ฌ๐ง English"]
self.education = {
"BSc": {
"Degree": "๐ฅ๏ธ Computer Science",
"University": "๐ฆ University of Florence"
},
"MSc": {
"Degree": "๐ค Artificial Intelligence",
"University": "๐ฅ University of Bologna"
}
}
self.roles = ["๐จโ๐ฌ AI Research Engineer", "๐งโ๐ป Software Engineer"]
self.hobbies = [ "โ๏ธ Chess", "๐ด Cycling", "๐ Travelling"]
self.interests = ["๐ฌ Machine Learning (ML)", "๐ณ Bayesian Networks (BNs)"]
self.website = "๐ Loading..."
๐
Focusing
Artificial Intelligence Student @ Unibo
-
University of Bologna
- Paris, France
-
00:21
(UTC +02:00) - https://francescobaiocchi.eu/
- in/francesco-baiocchi-1aa2a2276
Highlights
- Pro
Pinned Loading
-
streethazards-open-set-segmentation
streethazards-open-set-segmentation PublicOpen-set semantic segmentation on StreetHazards (anomaly / OOD detection for urban driving scenes)
Jupyter Notebook 6
-
-
NLP_Assignments
NLP_Assignments PublicAssignments in the realm of Natural Language Processing for Sexism Detection, developed as part of the NLP course at the University of Bologna.
Jupyter Notebook 1
-
alessioarcara/EzConfy
alessioarcara/EzConfy PublicTyped, validated YAML configs for ML projects - with automatic object instantiation. A lightweight alternative to Hydra.
Python 5
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.

