Skip to content
View CheeseCakeyy's full-sized avatar

Block or report CheeseCakeyy

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
CheeseCakeyy/README.md
Typing SVG

GitHub LinkedIn Kaggle


> whoami

adwait = {
    "role"      : "CS Engineering Student",
    "focus"     : ["Machine Learning", "Deep Learning"],
    "passion"   : ["Kaggle Competitions", "Automation", "Data Science"],
    "building"  : ["End-to-end ML pipelines", "GUI Apps with PySide6"],
    "goal"      : "Land an impactful ML internship πŸš€",
    "quote"     : "Abstraction doesn't block understanding β€” unexamined abstraction does."
}


> tech_stack --list

🧠 ML / DL

Python TensorFlow Keras Scikit-Learn

πŸ“Š Data

NumPy Pandas Matplotlib SQL

πŸ› οΈ Tools & GUI

Git GitHub PySide6 VS Code Jupyter Figma


> ls projects/

πŸ€– Machine Learning & Data Science

  • πŸ”¬ End-to-end ML and DL pipelines
  • βš™οΈ Preprocessing algorithms implemented from scratch
  • πŸ“ˆ Classification & regression models
  • 🎯 Model evaluation and optimization
  • πŸ† Kaggle competitions β€” always competing

πŸ–₯️ GUI Applications

  • πŸͺŸ Interactive desktop tools using PySide6
  • πŸ”Œ API-based applications
  • πŸ“Š Data visualization utilities


> github --stats


> cat currently_learning.log

[●] Deep Learning concepts ............... IN PROGRESS
[●] Building real-world ML projects ...... IN PROGRESS  
[●] Kaggle competition prep .............. IN PROGRESS
[β—‹] Internship applications .............. LOADING...

> cat certifications.txt

πŸ“‚ Relevant certifications can be found in the /certifications folder.


> echo "Let's connect!"

I love connecting with fellow developers and ML enthusiasts!

GitHub LinkedIn Kaggle


⭐ If any of my repos helped you out, a star goes a long way! ⭐

Pinned Loading

  1. House-Price-Prediction-ML-Pipeline House-Price-Prediction-ML-Pipeline Public

    End-to-end machine learning pipeline for predicting housing prices using scikit-learn, built for the Kaggle Learn Housing Prices competition.

    Jupyter Notebook

  2. Titanic-Survival-Prediction-Pipeline Titanic-Survival-Prediction-Pipeline Public

    End-to-end ML pipeline for predicting Titanic passenger survival.

    Python

  3. Spaceship_Titanic-Iterative-ML-approach Spaceship_Titanic-Iterative-ML-approach Public

    Predicting which passengers are transported to an alternate dimension, by applying feature creation, and proper pipeline and model development

    Python

  4. Heart-Disease-Prediction Heart-Disease-Prediction Public

    An evolving project aimed at predicting heart disease using deep learning, featuring continuous improvements in model architecture, preprocessing strategies, and feature engineering across multiple…

    Jupyter Notebook

  5. Learning-TensorFlow-Keras Learning-TensorFlow-Keras Public

    Notebooks written while learning tensorflow from the book Deep learning with Python. Consists my understanding of the concepts and execution of the code I tried on my end

    Jupyter Notebook

  6. Text-Classification-Sentiment-NLP Text-Classification-Sentiment-NLP Public

    Text classification using Naive Bayes and Logistic Regression with n-gram features and validation-driven evaluation.

    Python