Thank you for visiting my blog. I personally write blogs as a way to teach myself something that's been on my mind for sometime. I assume the reader has absolute zero knowledge about the topic and try to explain it in the simplest way possible. Do let me know your thoughts on the content. Below you can find my social handles. I would love to hear from you.
I am Atmadip Goswami. I am currently pursuing my bachelor's degree from IIT Madras. I am super-excited about AI, ML and its applications. I have done multiple projects in the field of AI and ML ranging from IR systems (aka Google) to super-niche quant research projects. Do check out my GitHub page to know more about them.
#Code to define myself :)
class Myself:
def __init__(self):
self.name = "Atmadip Goswami"
self.humour = float('inf')
self.skills = ["Some random python libs"] # Too lazy to update :P
self.hobbies = ['Gym', 'Reading', 'Coding'] # Gym is the therapy :)
self.interests = ["All things tech and economics"] # I am a nerd :(
def say_hi(self):
print("Hello, nerds!")
def ifViewer(self):
if LikeMyBlog():
print('Offer me a job (I am broke :())')
else:
print("I'll keep writing!")
def get_in_touch(self):
print("Check the bottom of the page.")