Master (4)
Master (4)
Education
Program Institution CGPA Completion
B. Tech. Indian Institute of Technology Madras 9.55 2026
XII (CBSE) Narayana E-Techno, Bengaluru 95% 2022
X (CBSE) Chinmaya International Residential School, Coimbatore 95.2% 2020
Scholastic Achievements
· Secured AIR 1744 in JEE-Advanced (1,50,000+ candidates) · Awarded change of branch to CSE based on semester 1 performance
· Secured AIR 4465 in JEE-Mains (11,00,000+ candidates) · Achieved 9.94 GPA in my first semester
· Achieved 100% in Grade X CBSE Mathematics · Codeforces max rating of 1230
Relevant Coursework
· Programming and Data Structures · Basic Graph Theory · Introduction to Scientific Computing
· Design and Analysis of Algorithms · Languages, Machines and Computation · Compiler Design*
· Computer Organization and Architecture · Neural Networks and Deep Learning** · Operating Systems*
· Probability and Stochastic Processes · Convolution Neural Networks** · Paradigms of Programming*
Technical Skills
· Programming Languages: C, C++, Verilog, Python, RISC IA-64 Assembly, Bash, HTML, CSS
· Tools/Libraries: Git, Tensorflow, NumPy, PyTorch, Pandas, Matplotlib, Seaborn, MySQL, MATLAB, scikit-learn, Latex, AutoCAD
Major Projects
• Scalar Pipelined Processor Simulator Course Project 2610, Prof. Chester Rebeiro (Jan’24 - May’24)
· Implemented a scalar pipeline simulator to model and analyze the performance of a scalar processor pipeline in C++ using total stalls and CPI
· Simulated instruction fetch, decode, execute, and write-back stages
· Implemented hazard detection and resolution (data, control, and structural hazards)
• Pokémon Generator (Sep’23 - Dec’23)
· Implemented a Generative Adversarial Network (GAN) using Python and TensorFlow to generate Pokémon images
· Performed data augmentation (rotation and flipping the images) and pre processing (resizing the images and shuffling the dataset)
· Generated and analyzed graphs to monitor the losses of both the discriminator and generator across epochs, ensuring balanced training
• IPL Match Winner Predictor (May’23 - Jun’23)
· Developed a linear regressor from scratch using numpy to predict the winner of Indian Premier League cricket matches based on historical data
· Cleaned, analyzed and visualized (using Seaborn and Matplotlib) historical IPL match data, including team wins and losses, and match conditions
· Conducted hyperparameter tuning to optimize the model’s accuracy
• CPU Design Course Project 2310, Prof. Ayon Chakraborthy (Jul’23 - Nov’23)
· Designed a 16-bit CPU which can execute basic assembly code from scratch
· Implemented key CPU components including the ALU, registers, memory and control unit
· Created a detailed manual for the design listing and explaining the supported instructions and respective opcodes
• Car Price Predictor (Aug’23 - Sep’23)
· Developed a machine learning model using random forests to classify cars into different categories based on their features
· Utilized metrics such as accuracy, precision, recall, and F1 score to assess model performance using scikit-learn
· Achieved an accuracy of 96% and an F1 score of 0.99
Positions of Responsibility
• Co-curricular Affairs Secretary, CFI, AI Club, Coordinator AI Club, IIT Madras (Apr’23 - Dec’23)
· Conducted a live session in AI Club Summer School 2023 on basics of AI with more than 3K+ live viewers and 8K+ views on YouTube
· Conducted an offline session on Random Forests
• Co-curricular Affairs Secretary, CFI, CVI Club, Deputy Coordinator Computer Vision and Intelligence Club, IIT Madras (Sep’22 -
Mar’23)
· Developed a strong understanding of fundamental Machine Learning (ML) concepts, mainly focusing on CNNs and DNNs
· Implemented various models and algorithms like UNet, ResNet, YOLO Algorithm, MobileNet and EfficientNet through multiple mini projects