💡 Looking for role as a Research Engineer, AI Engineer, Software Engineer, or Research Scientist in Large Language Models. Available immediately.
from profiles import ResearchEngineer
import math
class Emile(ResearchEngineer):
def __init__(self):
self.name = "Emile Aydar"
self.focus = [
"Adaptive Computation",
"LLM Inference",
"Recommender Systems",
"Medical Imaging",
"High-Performance Computing",
"CI/CD Automation"
]
self.education = [
"M.S. Eng. @ University College Dublin 🇮🇪",
"M.Eng. @ IMT Mines Alès 🇫🇷"
]
self.keywords = [
"AI Research", "Deep Learning", "NLP", "Computer Vision",
"Edge AI", "Distributed Systems", "Docker & CI/CD",
"GPU Acceleration", "Recommendation Systems", "Medical Imaging"
]
self.attribute = Curious(level=math.inf)
self.location = ["France","Ireland"]
def mode(self):
return "🔬 Research | 🛠️ Engineering | 📈 Optimization"
def contact(self):
return "[email protected]"