Yo, I'm Saisha, a Pre-final year CS student who's absolutely obsessed with making ML feel less intimidating and more like... I don't know, your cool older sister explaining how the YouTube algorithm works?
when I'm not crying over tensor dimensions, I'm writing about why AI is actually pretty chill and how we can make friends with our robot overlords 🤖💕
current status: debugging my life choices but also tensorflow models
class CurrentMood:
def __init__(self):
self.status = "pre-final year CS student @ Amity University"
self.obsession = ["AI/ML research", "technical writing", "making tech accessible"]
self.goals = "bridging the gap between complex AI and real humans"
def daily_energy(self):
return {
"morning": "reading research papers with coffee ☕",
"afternoon": "training models and writing about them 🤖",
"evening": "creating content that doesn't suck 📝",
"night": "dreaming about the future of AI 🌙"
}
def life_motto(self):
return "if you can't explain it simply, train a better model 💅"

