0% found this document useful (0 votes)
25 views

ParthD_CV

Parth Dwivedi is a fourth-year B.Tech student in Computer Science & Engineering at IIT Bombay, with an expected graduation in August 2024 and a CPI of 9.86. He has notable achievements including representing India in the ICPC World Finals, securing top ranks in national exams, and receiving various scholarships. His experience includes internships in quantitative trading and software development, alongside numerous technical projects and extracurricular accomplishments in competitive programming and mathematics.

Uploaded by

srdas9494
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
25 views

ParthD_CV

Parth Dwivedi is a fourth-year B.Tech student in Computer Science & Engineering at IIT Bombay, with an expected graduation in August 2024 and a CPI of 9.86. He has notable achievements including representing India in the ICPC World Finals, securing top ranks in national exams, and receiving various scholarships. His experience includes internships in quantitative trading and software development, alongside numerous technical projects and extracurricular accomplishments in competitive programming and mathematics.

Uploaded by

srdas9494
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

200050100

Parth Dwivedi UG Fourth Year (B.Tech)


Computer Science & Engineering
DOB: 08/Sep/2002
Indian Institute of Technology Bombay
Email : [email protected]
Expected Graduation: August 2024
Mobile Number : +917060361446

Examination University Institute Year CPI/%


Graduation IIT Bombay IIT Bombay 2024 9.86
Intermediate CBSE Disha Delphi Public School 2020 97.80 %
Matriculation ICSE Hartmann School and College 2018 97.40 %
Pursuing Honors in Computer Science and Engineering & Minor in Machine Intelligence and Data Science

Scholastic Achievements
• Representing India in the ICPC World Finals to be held in Sharm El-Sheikh, Egypt 2023
• Attended Oxbridge Academic Summer Program at Cambridge University on a Full Scholarship 2016
• Secured 100 percentile in Joint Entrance Examination Mains amongst 1.1 million candidates 2020
• Secured All India Rank 35 in Joint Entrance Examination Advanced amongst 2,50,000 candidates 2020
• Received Institute Academic Prize (top 10 out of 1600 students) for stellar academic performance 2021
• Among top 46 students in the nation in INChO, Indian National Chemistry Olympiad 2020
• Received the prestigious KVPY fellowship with All India Rank 6 from the Govt. of India 2019
• Received Advanced Performer (AP) grade in Digital Logic Design and Computer Architecture 2022
• Among top 30 students in the nation selected for Pradhan Mantri Innovative Learning Program
(PMILP-DHRUV) conducted by Ministry of Human Resource Development (MHRD) 2019
• Awarded National Talent Search Examination NTSE scholarship by NCERT, Govt. Of India 2018

Internships
JANE STREET ASIA May 2023 - July 2023
Quantitative Trading | Company Internship Hong Kong
• Participated in multiple Mock Trading rounds, developing trading strategies for fair price estimation and trade

execution through analysis of given data and implementing them in a Proprietary Trading System .
• Explored arbitrage relationships in ADRs (American Depositary Receipts) and formulated different techniques to

estimate the size and duration of profitable opportunities, by lower and upper bounding the same.
• Analysed data on Total Return Swaps and devised a time-based pricing estimate for them incorporating specific

trading costs (compared with similar costs in other securities) giving highly accurate results 60 percent of the time.
TOTAL STORE ORDER GAMES May 2022 - July 2022
Prof. Parosh Abdulla | Research Internship Uppsala University, Sweden
• Conceptualized the 2 and 2 1 player Games on the Total Store Ordering Model (TSO Game) and Load Buffer
2
Semantics Model, analysing the decidability of the safety problem and winning strategies for the players
• Extended the Load Buffer Semantics Game to a solvable instance of the B-Lossy Channel System Game

• Ideated an ingenious approach extending the modified TSO Game to the Load Buffer Semantics Game

• Drafted a proof regarding the undecidability of the original Total Store Order Games, using results regarding

Integer Parity Games on Vector Abstraction State Systems and Perfect Channel Systems
FINIQ Dec 2022
Software Development | Company Internship Kothrud, Pune
• Enhanced the proprietary financial coding language of FinIQ, FinSPL, by adding functionality for parallelization of

operations similar to Numpy and MATLAB, and efficient data structures for information storage and retrieval.
• Refactored the original FinSPL code to work with the new grammar, debugged the unhandled error cases in the

code and finished incomplete code, allowing for a seamless transition from the old language to the new version.
• Deployed the features on the FinIQ server and integrated existing services achieving a notable increase in speed.

Key Projects
PHOTOGRAPHIC × PHOTOREALISTIC Feb 2022 - Apr 2022
Prof. Ajit Rajwade Course Project
• Implemented a novel paper using machine learning to disinguish photographic vs photorealistic images

• Programmed Separable Quadrature Mirror Filters for parsing RGB photographs and engineered a Multi-scale

Multi-oriented Quadrature Mirror Filter Pyramid, enabling analysis of each sub-band individually
• Analysed each sub-band to calculate basis coefficients, generating a feature vector with 216 elements per image

• Trained the Support Vector Machine on the feature vectors of more than 1500 sample pictures, achieving an

average prediction accuracy rate of 92.41 on Photorealistic Images, and 80.85 on Photographic Images
POMRP SAMPLING Feb 2023 - Apr 2023
Prof. Rahul Vaze and Prof. Shivaram Kalyanakrishnan Course Project
• Developed polynomial algorithms to minimize the combined sampling and incorrect prediction loss on Partially

Observable Markov Reward Processes (POMRP) for cases of finite and infinite time horizons.
• Formulated a Dynamic Programming and a Front Calculate Approach for the finite and infinite horizon cases.

• Approximated the POMRP to an Average Markov Decision Process (MDP), proved the developed algorithm

satisfies 2 approximativity, which evaluated to less than 5% error in cases with matrix symmetry indices > 0.6
TORRENTOR Feb 2022 - Apr 2022
Prof. Kameshwari Chebrolu Course Project
• Implemented a Peer to Peer (P2P) file sharing system with functionality for automatic location of files

• Applied concurrency principles and socket programming abstractions in C++ ensuring secure transmission of

files to clients of the order of 106 , while reducing collisions and retransmissions under the TCP protocol
• Optimized file search algorithm for different topologies resulting in a reduction of search time by a factor of 10

CRYPTONET Jan 2023 - Apr 2023


Prof. Vinay Ribeiro Course Project
• Developed a discrete time event simulator modelling a blockchain cryptocurrency network with honest miners,

simulating message latency, proof of work, transaction generation and verification and blockchain forks.
• Incorporated node hyperparameters in the network evaluating the results of selfish and stubborn mining attacks.

CIPL COMPILER Feb 2023 - Apr 2023


Prof. Amitabha Sanyal Course Project
• Programmed a compiler for the C language and created a scanner and parser using flex and bison.

• Implemented syntax checking, global and local symbol tables and operator overloading resolution supporting

function recursion, with a parse tree graph and Abstract Syntax Tree (AST) for visual representation.
• Formulated assembly code using the AST utilizing the Sethi - Ullman Algorithm for efficient code generation.

SPLIT IT UP Mar 2023 - May 2023


Prof. S. Sudarshan Course Project
• Designed an expense splitting app with functionality for logging in, group creation and expense addition and

splitting utilizing Flutter framework for the front-end and No SQL Google Firebase Database for the backend.
• Organized the Firebase backend into collections ensuring encryption of data, applied stateless JWT tokens for

session identification, and integrated PayTM App Invoke API to make payments directly through the app.
STOCK PRICE PREDICTION Sep 2022 - Nov 2022
Prof. Abir De Course Project
• Developed a model for price prediction of the Nifty 50 Index with Feed Forward Neural Networks

• Incorporated Long Short Term Memory (LSTM) Nodes and moving average predictors in Recurrent Neural

Networks allowing for look-back over the whole history of days, reducing prediction error by 10 percent.

Technical Skills
Programming Languages C, C++, Python, Java, JavaScript, MATLAB, SWI-Prolog, Dart, Bash, AWK
Development HTML5, Bootstrap, CSS, TypeScript, Flutter, Django, Tensorflow, Matplotlib, SQL,
NumPy, Pandas, OpenCV, PyTorch, LATEX, CMake, GoogleTest, Git, Android Studio

Positions of Responsibility
Teaching Assistant
• Operating Systems Theory and Laboratory (CS 347 / CS 333) | Prof. Purushottam Kulkarni (Ongoing) Autumn 2023

• Design and Engineering of Computing Systems (CS 744) | Prof. Varsha Apte (Ongoing) Autumn 2023
• Discrete Structures (CS 207M) | Prof. Manoj Prabhakaran Spring 2023
• Software Systems Laboratory (CS 104) | Prof. Kameshwari Chebrolu Spring 2023
• Calculus I and II (MA 109 / MA 111) | Prof. Sourav Pal and Prof. Saurav Bhaumik Autumn 2022

Extracurriculars
• Secured Global Rank 20 among more than 10,000 participants in Google Kick Start Round D 2022 2022
• Actively engaged in Competitive Programming on various websites with Maximum Rating 2221
(6 Stars) on Codechef and Maximum Rating 2044 (Candidate Master) on Codeforces 2022
• Received a Gold Medal in Mathematics Individual Contest in IYMC, International Young
Mathematicians’ Convention from amongst 700 contestants belonging to over 15 countries 2016
• Awarded a Rs. 1,00,000 scholarship by Times Of India in Times SPARK Scholarship Program 2018
• Placed 2nd in institute wide Freshiesta Fitness Competition organized by IITB Sports Organization 2021
• Secured 1st position in the Street Play General Hostel Championship, winning the Cultural Cup for H3 2023

You might also like