Profile Picture

Kashyap Sureshchandra Patel


Pursuing Postgraduation - DAU
Jul 2025

  • Program: M.Sc. in Data Science
  • Current CGPA: 8.41 / 10

B.Tech Computer Engineering - CHARUSAT
July 2020 - May 2024

  • Final CGPA: 8.42 / 10
  • Final Percentage: 82.36%
  • Class Awarded: First Class with Distinction

Higher Secondary (Class 12) - K. D. Ambani Reliance Foundation School
2019 - 2020

  • Board: CBSE
  • Stream: Science (PCM)
  • Percentage: 83.40%

Secondary (Class 10) - K. D. Ambani Reliance Foundation School
2017 - 2018

  • Board: CBSE
  • Subjects: English, Hindi, Social Science, Science, Mathematics
  • Percentage: 88.00%

Trainee Software Engineer - Surekha Technologies
Ahemdabad
Jan 2024 - Apr 2024 | 4 months | On Site

  • Developed proficiency in front-end technologies including HTML, CSS, JavaScript, and jQuery.
  • Gained hands-on experience in building responsive web interfaces using the Bootstrap framework.
  • Enhanced skills in ReactJS for building dynamic user interfaces and single-page applications.
  • Received training in Liferay Frontend development to build customizable web portals and applications.

Summer Research Intern - CHARUSAT
May 2023 - Jun 2023 | 2 months | Remote

  • Reviewed studies on using deep learning for Parkinson’s disease prediction.
  • Downloaded and processed raw datasets and converted Dicom images to JPEG format.
  • Explored Convolutional Neural Networks (CNNs) for medical image analysis.
  • Certificate

Web Development Intern - Motorola Solutions
May 2022 - Jul 2022 | 3 months | Remote

  • Studied MVC architecture, understanding its advantages and relevance in the industry.
  • Gained experience in full stack web development.
  • Worked on learning both MEAN and PEAN stacks to develop single page applications (SPAs).
  • Certificate

Fintech Essentials
GIFT IFI | Issued June 2026
Deep Learning
NPTEL | Issued May 2025
Introduction to Large Language Models (LLMs)
NPTEL | Issued May 2025
ReactJS
HCL GUVI | Issued Jun 2023
Motorola Certified Associate
Motorola Solutions | Issued Nov 2022
Custom Version Control System: JSON Snapshot vs. Git-Style Object Database
GitHub

Tech: Python, Data Structures, DAG, Object-Oriented Design

  • Designed and implemented two custom Version Control Systems in Python inspired by Git internals.
  • Implementation 1 uses a JSON-based snapshot model with nested dictionary merges for simplicity.
  • Implementation 2 mirrors Git's object database with blob, tree, and commit objects stored in a content-addressed DAG.
  • Conducted formal complexity analysis comparing both designs across commit speed, checkout speed, space efficiency, and deduplication.
Relational Database Design for Research Collaboration Analysis (arXiv)
GitHub

Tech: PostgreSQL, SQLAlchemy, Pandas

  • Designed relational database to analyze research collaboration using arXiv dataset.
  • Created ER models and normalized tables for authors, papers, categories, and versions.
  • Wrote analytical SQL queries and views to study co-authorship networks and publication growth.
Flipkart Discount Rate Prediction
GitHub

Tech: Machine Learning, NumPy, Pandas, BeautifulSoup, Scikit-Learn, LightGBM, XGBoost

  • Built an end-to-end ML pipeline predicting product discount rates from 300,000+ scraped e-commerce pages.
  • Performed category extraction, text normalization, feature engineering, and EDA.
  • Designed ColumnTransformer pipelines with scaling, target encoding, and TF-IDF.
  • Tuned Random Forest achieved RMSE 10.73 and R² = 0.69.
Generative Adversarial Network (GAN) From Scratch
GitHub

Tech: Deep Learning, PyTorch

  • Implemented GAN architecture from scratch to understand generator–discriminator adversarial training dynamics.
  • Designed fully connected generator and discriminator networks for image synthesis tasks.
  • Analyzed instability issues such as mode collapse and vanishing gradients during training.
  • Visualized generated samples and monitored loss curves to evaluate convergence behavior.