class Researcher:
def __init__(self):
self.name = "Sheldon"
self.role = "PhD Student @ XJTU"
self.email = "[email protected]"
self.focus = [
"Machine Learning",
"Deep Learning",
"Reinforcement Learning",
"LLMs"
]
self.status = "Publishing Papers 📄"
def goal(self):
return "Turning coffee into code & papers ☕→💻"
def current_mood(self):
return "🚀 Exploring new frontiers!"
me = Researcher()
print(me.goal()) |
- ❗ Opened issue #91 in DayuanJiang/next-ai-draw-io
⭐️ Show some love by starring my repositories! | Built with ❤️ and ☕ | © 2025 Sheldon