#!/usr/bin/python
class SpyrosR:
def __init__(self):
self.name = "Spyros Rigas"
self.role = "ML Engineer"
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 Deep Learning for Scientific Computing.")
me = SpyrosR()
me.hello_world()srigas/srigas
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|