Giter VIP home page Giter VIP logo

Hi there

Linkedin: francesco-baiocchi Visitor Badge

👨 About me

#!/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..."


    def display_information(self):
        """
        Prints informations about Francesco.
        """
        print(f"👤 Name: {self.name}\n"
              f"đŸ—Ŗī¸ Languages: {', '.join(self.languages)}\n"
              f"đŸ’ŧ Roles: {', '.join(self.roles)}\n"
              f"đŸŽ¯ Interests: {', '.join(self.interests)}\n"
              f"🕹ī¸ Hobbies: {', '.join(self.hobbies)}\n"
              f"🌍 Website: {self.website}")


    def hello(self):
        """
        Prints a welcome message.
        """
        print("Thanks for dropping by, hope you find some of my work interesting.")


me = MySelf()
me.display_information()
me.hello()


## 📊 My GitHub Stats

![Top Langs](https://github-readme-stats.vercel.app/api/top-langs/?username=francescobaio&hide=html)
![Francesco's GitHub Stats](https://github-readme-stats.vercel.app/api?username=francescobaio&count_private=true&show_icons=true&line_height=33)




Francesco Baiocchi's Projects

junctiontrees_beliefnetworks icon junctiontrees_beliefnetworks

This repository contains the code and documentation for the Artificial Intelligence exam project. The project focuses on the topic of "Inference with Junction Trees on Belief Networks." Below, you will find information about the repository's structure and contents.

kruskal icon kruskal

This project was undertaken as part of our Algorithms course. The primary objective of this project is to implement and analyze Kruskal's algorithm for finding the Minimum Spanning Tree (MST) in a graph. The project also explores connected components within a graph, providing a comprehensive toolkit for graph analysis.

redblacktrees-bst icon redblacktrees-bst

This project was undertaken as part of our Data Structures course. The primary objective of this project is to implement and analyze Red-Black Trees (RBT) and Binary Search Trees (BST). The project focuses on the comparative performance, efficiency, and use cases of these two fundamental data structures.

searchart icon searchart

SearchArt is an innovative web application developed from scratch, utilizing foundational web technologies such as HTML, CSS, PHP, and JavaScript without relying on any frameworks.

sentence_reordering icon sentence_reordering

This 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 reordering is a challenging Natural Language Processing (NLP) task that involves rearranging the words in an ordered sentence.

smmhomeworks icon smmhomeworks

This 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 original PDFs of the homework assignments and Jupyter notebooks that provide detailed code solutions.

swe-chessapp icon swe-chessapp

ChessApp is a Java-based chess application that allows users to organize chess tournaments. The project includes a detailed documentation file, "Relazione_SWE.pdf," which provides insights into the development process, requirements analysis, class diagrams, and use cases.

timerclock icon timerclock

Welcome to the TimerClock repository! This project is a programming laboratory focused on creating a timer and clock functionality using C++ and QMake.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤ī¸ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.