#!/usr/bin/python
class SpyrosR:
def __init__(self):
self.name = "Spyros Rigas"
self.role = "Data & ML Engineer"
def hello_world(self):
print("➡ Physicist, Theoretical Physics MSc (NKUA) and Data Science & Machine Learning MSc (NTUA)")
print("➡ Working as a Data & ML Engineer @ SeaQuest Marine Technologies.")
print("➡ Pursuing a PhD in Physics-Informed Deep Learning for Scientific Computing.")
me = SpyrosR()
me.hello_world()
🗨️
this is fine 🔥🐶
Highlights
- Pro
Pinned Loading
-
IMV-LSTM_FastAPI-Streamlit_Implementation
IMV-LSTM_FastAPI-Streamlit_Implementation PublicA dockerized "full-stack" implementation of the IMV-LSTM neural network, served on a Streamlit UI based on FastAPI.
Python 6
-
KAN_Fault_Diagnosis
KAN_Fault_Diagnosis PublicA public repository containing the data and code for the paper "Explainable fault and severity classification for rolling element bearings using Kolmogorov-Arnold networks".
-
CWRU_Bearing_NumPy
CWRU_Bearing_NumPy PublicA public repository containing the Case Western Reserve University's Bearing Dataset corrected and cleaned, in .npz format.
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.