Skip to content
View cursed-0men's full-sized avatar
Proactive
Proactive

Block or report cursed-0men

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 supported. This note will be visible to only you.
Report abuse

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

Report abuse
cursed-0men/README.md

Dhyey Savaliya

Machine Learning Enthusiast

LinkedIn · Email · Resume

# ================================
# 🔹 CORE INFO
# ================================
class DhyeySavaliya:
    def __init__(self):
        self.name = "Dhyey Savaliya"                  
        self.education = "B.Tech CSE @ MIT-WPU, Pune" 
        self.metrics = {"CGPA": 7.6}                  
        self.status = "Intern at SAC-ISRO" 

    # ================================
    # 🧠 TECH STACK
    # ================================
    def tech_stack(self):
        return {
            "languages": ["Python", "C++"],                     
            "ml_stack": ["NumPy", "Pandas", "Matplotlib", "Seaborn", "Scikit-learn"],  
            "database": ["MySQL"],                              
            "tools": ["Git", "GitHub", "Jupyter", "Tableau"]    
        }

    # ================================
    # 📊 RESEARCH & PROJECTS
    # ================================
    def research_and_projects(self):
        return {
            "Atmospheric CO₂ Forecasting": {
                "winner_model": "LSTM",                                
                "metrics": {"RMSE": 0.8750, "MAE": 0.6739}      
            },

            "Satellite Signal Classification":                  
                "87.9% Accuracy (Decision Tree)",

            "Diabetes Risk Prediction":                         
                "77% Accuracy (Logistic Regression)"
        }

    # ================================
    # 🏆 ACHIEVEMENTS
    # ================================
    def achievements(self):
        return "🥉 3rd Place — HackMITWPU’24 Ideathon (Healthcare ML)"

Pinned Loading

  1. Olympic-athletes-data-analysis Olympic-athletes-data-analysis Public

    Performed end-to-end exploratory data analysis on a real-world athlete dataset by validating data quality (duplicate records), designing decade-wise temporal aggregations, and visualizing long-term…

    Jupyter Notebook

  2. Satellite-Signal-Strength-Classification Satellite-Signal-Strength-Classification Public

    Created an ML pipeline to classify satellite signal strength using telemetry data, improving communication reliability assessment. Achieved 81.2%, 87.9%, and 81.2% accuracies for KNN, Decision Tree…

    Jupyter Notebook

  3. ML-Diabetes-Prediction ML-Diabetes-Prediction Public

    Built preprocessing pipelines and an interface for professionals to assess diabetes risk accurately. Accuracy of 77% for Logistic Regression model.

    Jupyter Notebook