Hi, I'm Tony
Machine Learning Engineer in the making, turning data into decisions, one gradient step at a time.
class Profile:
def __init__(self):
self.name = "Antonio Colamartino"
self.alias = "Tony"
self.role = "Aspiring ML Engineer"
self.education = "CS @ University of Bari 'Aldo Moro'"
self.location = "Bari, Italy ๐ฎ๐น"
self.languages = ["Python", "C++", "Java", "C#", "SQL"]
self.focus = ["Deep Learning", "NLP", "Computer Vision", "MLOps"]
self.fun_fact = "Lifetime estimator of Alfa Romeo ๐๏ธ"
def current_mission(self):
return "Building intelligent systems that actually ship to production."


