Skip to content

anshthedev/MachineLearning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

60 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ€– Machine Learning & Data Science Journey

This repository documents my journey while learning machine learning and data processing in Python. It includes everything from cleaning raw datasets to building predictive models and applying those skills to real research projects.

Each folder showcases a different phase of learning, from understanding messy data to creating end-to-end machine learning applications.


πŸ“‚ Repository Structure

🧼 clean_data/

Contains Jupyter notebooks and scripts focused on data cleaning and preprocessing, including handling missing values, removing outliers, normalizing datasets, and preparing data for analysis.

Focus: Understanding how to clean and structure real-world data before modeling.


🧠 machine_learning/

Includes different machine learning models and experiments, such as:

  • Binary Classification
  • Decision Trees
  • Linear Regression
  • Linear Classification
  • Image Recognition

Also features mini-projects like:

  • 🏠 House Price Prediction – simple regression-based model
  • πŸš— Lane Detection – computer vision basics
  • πŸ“ˆ Tesla Stock Prediction (WIP) – using linear regression for trend analysis

Focus: Learning how different ML algorithms work and applying them to small projects.


πŸ”¬ research/

A project inspired by research conducted at UIUC for POTS (Postural Orthostatic Tachycardia Syndrome) patients.

This folder focuses on data cleaning and visualization, making complex and lengthy data outputs easier to read, analyze, and download.

  • Cleaned raw experimental data
  • Applied formatting and structure for scientific readability
  • Exported organized datasets for use by researchers

Focus: Using data science to make real-world medical research more accessible and interpretable.


🧰 Tech Stack

  • Languages: Python
  • Libraries: pandas, numpy, matplotlib, scikit-learn, seaborn, OpenCV
  • Application: PyCharm

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages