Thanks to visit codestin.com
Credit goes to github.com

Skip to content

A curated collection of Data Science, Machine Learning & Deep Learning explorations

Notifications You must be signed in to change notification settings

abdurrhmantuhin/projects

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

✦ Projects ✦

A curated collection of Data Science, Machine Learning & Deep Learning explorations


Python NumPy Pandas Scikit Learn PyTorch Seaborn Matplotlib


About

A personal workspace for building and experimenting with Data Science, Machine Learning, and Deep Learning projects. From foundational library explorations to neural network implementations — each project is a step towards mastery.



� Repository Structure

projects/
│
├── 📊 Libary projects/          # Core library & data science work
│   ├── pandas/                  # DataFrames & analytics
│   └── numpy/                   # Numerical computing
│
├── 🤖 ML Models/                # Machine Learning projects
│
├── 🧠 DL Models/                # Deep Learning experiments  
│
└── 🎨 Others/                   # Creative & miscellaneous


🔬 Data Science

E-Commerce Sales Analysis

End-to-end business intelligence pipeline

  • Customer lifetime value & segmentation analysis
  • Multi-dimensional revenue analytics
  • Pivot tables for cross-tabulation insights
  • Data export in multiple formats (CSV, Excel, JSON)

pandas numpy


NumPy Data Pipeline

Understanding ML preprocessing from first principles

  • Statistical analysis & outlier detection (IQR method)
  • Normalization: Z-score & MinMax scaling
  • Manual PCA implementation for dimensionality reduction
  • Correlation matrix computation

numpy matplotlib



🤖 Machine Learning

Projects coming soon...



🧠 Deep Learning

Projects coming soon...



🎨 Miscellaneous

Project Description
Dream List Interactive CLI journal with JSON persistence
Mentorly A humorous brain-sync simulation


� Roadmap

  • Classical ML algorithms (Regression, Classification, Clustering)
  • Neural network implementations with PyTorch
  • Computer Vision projects
  • NLP experiments
  • Game development with Python


Learning by building — one project at a time