class Philomath:
def __init__(self):
self.name = "Reneeth Krishna MG"
self.language_spoken = ["ml", "ta", "en", "hi"]
self.activation = AnythingMath()
self.interests = [
"Algorithms",
"Computational Geometry",
"Reinforcement Learning",
"Natural Language Processing"
]
def greeting_you(self):
print("Thanks for dropping by, hope you find some of my work interesting.")
def procrasinate_by(self):
print("Editing my dotfiles for the millionth time.")
me = Philomath()
me.greeting_you()
Dual-Degree student at IIT Madras. Loves using NeoVim.
-
IIT Madras
- Chennai,India
Pinned Loading
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.