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. degree in AI @ University of Pisa
-
TAI Solutions
- Scandicci (FI), Italy
-
13:43
(UTC +01:00) - in/ristoale97
- https://huggingface.co/RistoAle97
Highlights
- Pro
Pinned Loading
-
ContinualNAT
ContinualNAT PublicM.Sc. thesis on Continual Learning for Non-Autoregressive Neural Machine Translation
Python 6
-
centered-kernel-alignment
centered-kernel-alignment PublicCKA (Centered Kernel Alignment) implemented in PyTorch
-
-
-
-
nikodallanoce/NeuralMachineTranslation
nikodallanoce/NeuralMachineTranslation PublicHLT project
Jupyter Notebook 1
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.