#!/usr/bin/python
class SpyrosR:
def __init__(self):
self.name = "Spyros Rigas"
self.role = "ML Researcher"
def hello_world(self):
print("➡ Physicist, Theoretical Physics MSc (NKUA) and Data Science & Machine Learning MSc (NTUA).")
print("➡ Working as the Lead ML Engineer @ deepblue AI.")
print("➡ Pursuing a PhD in Physics-Informed Kolmogorov–Arnold Networks.")
me = SpyrosR()
me.hello_world()srigas/srigas
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|