class Researcher:
def __init__(self):
self.name = "Noor Islam S. Mohammad"
self.role = "Graduate Student Researcher"
self.focus = "Theoretical Computer Science"
self.interests = [
"Machine Learning",
"Artificial Intelligence",
"Human Computer Interaction",
"Trustworthy AI",
"Deep Learning"
]
self.current_status = "Building the future π"
def say_hi(self):
print("Thanks for dropping by! Let's connect and build something amazing together!")
me = Researcher()
me.say_hi()- π Graduate Student Researcher | Research Assistant
- π¬ Focused on Theoretical Computer Science & Explainable AI
- π‘ Passionate about making AI systems more trustworthy and interpretable
- π± Currently exploring cutting-edge research in ML/AI
- π¬ Ask me about: ML, AI, HCI, Trustworthy AI, Deep Learning
- β‘ Fun fact: Efficiency is my middle name (I'm strategically lazy π)
- π« Let's collaborate on innovative projects!
| π§ Deep Learning | π Pattern Recognition | πΌοΈ Image Analysis |
|---|---|---|
| Neural Networks | Computer Vision | Medical Imaging |
| Model Optimization | Feature Extraction | Object Detection |
| π€ Explainable AI | π‘οΈ Trustworthy AI | π‘ HCI |
|---|---|---|
| Interpretability | Fairness & Ethics | User Experience |
| Model Transparency | Robust Systems | Interface Design |