#!/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..."
-
University of Bologna
- Bologna, Italy
-
04:01
(UTC +01:00) - in/francesco-baiocchi-1aa2a2276
Pinned Loading
-
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
-
grocery_store_cnn
grocery_store_cnn PublicImage classification system for grocery store shelves using CNNs.
Jupyter Notebook
-
opencv-instance-detection
opencv-instance-detection PublicA computer vision-based system for detecting and identifying food products on store shelves in OpenCV.
Jupyter Notebook
-
SimReale/multiple_couriers_CVRP
SimReale/multiple_couriers_CVRP PublicCombinatorial optimization project for the Multiple Couriers Problem (MCP).
Python 2
-
SMMhomeworks
SMMhomeworks PublicThis repository contains comprehensive solutions and analyses for four key homework assignments in the realm of Statistical and Machine Learning. The repository is structured to include both the orโฆ
Python
-
Sentence_Reordering
Sentence_Reordering PublicThis project was undertaken as part of the Deep Learning course final exam. The primary objective of this project is to develop and implement a deep learning model for sentence reordering. Sentenceโฆ
Jupyter Notebook
If the problem persists, check the GitHub status page or contact support.