Yo, I'm Saisha, a Final year CS student who's absolutely obsessed with making ML feel less intimidating and more like... I don't know, your cool friend explaining how the YouTube algorithm works?
Also I love writing about why AI is actually pretty chill and how we can make friends with our robot lords π€π
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 π
"



