Hello! I am a Software Engineer at Momento. I completed my MS in Computer Science from the University of California, San Diego in 2022.
I did my BTech in Computer Science and Engineering from IIT Hyderabad and worked as a Software Engineer at Goldman Sachs for two years. I am passionate about large-scale distributed systems and machine learning. Recently, I have started developing an interest in cloud computing.
In my spare, I enjoy cooking, doing yoga, painting, and exploring places :)
MS in Computer Science, 2022
University of California San Diego (CGPA - 4.0/4.0)
BTech in Computer Science & Engineering, 2019
IIT Hyderabad (CGPA - 9.15/10.0)
Compared and evaluated the performance of four AWS compute services (EC2, ASG, ECS with EC2, ECS with Fargate) for an ML application. Used SageMaker to train the model and compute services for inference.
Developed a concurrent minimum spanning tree algorithm inspired by Boruvka’s sequential algorithm.
Designed an algorithm to automatically identify high quality content from Q/A sites (Yahoo Answers).
Implemented and compared the performance of push and pull-based gossip protocols, which are used to maintain consistency in a distributed system.
Implemented code obfuscation techniques as LLVM passes to obfuscate LLVM IR.
Analysed the usage of twitter hashtags associated with the natural disaster to identify the different phases of the natural disaster.
Designed a link-prediction algorithm to predict the university of authors based on the location of co-authors, number of co-authored papers, most recent paper, and the areas of research of the authors.
Implemented unigram and trigram probablistic language models and provided a detailed comparative analysis of the same based on perplexity score and qualitative analysis.
Implemented an algorithm to rank tweets related to news articles by generating a query and rank based on Lucene’s Scoring function.
Created a full-stack search portal for institute senate meeting minutes which takes .pdf/.docx documents, automatically identifies the subsections and paragraphs in the document, and provides intelligent search on them using Elasticsearch backend.
Implemented a sequence-to-sequence model to translate the text from one language to another. Compared the performance of various sampling strategies used for decoding text using BLEU score.