from world import Human
class Myself(Human):
def __init__(self) -> None:
self.username = "RistoAle97"
self.name = "Alessandro"
self.last_name = "Ristori"
self.bachelor = "Computer Science at University of Florence"
self.master = "Computer Science (AI curriculum) at University of Pisa"
self.role = "Big Data & AI Specialist"
self.company = "TAI Solutions"
self.main_interests = ["Artificial Intelligence", "Deep Learning", "Natural Language Processing"]
self.languages = {"it_IT": "Native", "en_GB": "B2", "es_ES": "B1"}
def welcome(self) -> None:
print(f"Hi! I'm {self.username}, welcome to my profile.")
me = Myself()
me.welcome()
🛠️
Improving my skills
Big Data & AI Specialist @ TAI Solutions | M.Sc. in AI @ University of Pisa | B.Sc. in CS @ University Of Florence
-
TAI Solutions
- Scandicci (FI), Italy
-
16:31
(UTC +02:00) - in/ristoale97
- https://huggingface.co/RistoAle97
Pinned Loading
-
centered-kernel-alignment
centered-kernel-alignment PublicCKA (Centered Kernel Alignment) implemented in PyTorch
Python 39
-
ContinualNAT
ContinualNAT PublicM.Sc. thesis on Continual Learning for Non-Autoregressive Neural Machine Translation
Python 6
-
-
-
pokeapi-python-wrapper
pokeapi-python-wrapper PublicSynchronous and asynchronous clients to interact with PokéAPI
Python 2
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.