Welcome to a comprehensive collection of educational web projects for learning data science! This repository contains multiple interactive courses covering statistics, machine learning, deep learning, visualization, mathematics, and feature engineering.
Ctrl/Cmd + K to search across all modulesVisit our courses directly in your browser:
| Course | Link | Topics |
|---|---|---|
| 🧠 Deep Learning | Launch | 12 |
| 🤖 Machine Learning | Launch | 42 |
| 📊 Statistics | Launch | 41 |
| 📐 Mathematics | Launch | 15 |
| ⚙️ Feature Engineering | Launch | 12 |
| 📈 Visualization | Launch | 8 |
| 🐍 Python | Launch | 10 |
| 💬 Prompt Engineering | Launch | 12 |
The flagship course. Zero to Hero journey through neural networks.
Topics include:
Methodology: "Paper & Pain" - rigorous mathematical derivations with step-by-step worked examples.
The foundational course covering all classical ML algorithms.
Topics include:
41 interactive topics covering probability and statistical inference.
Topics include:
The engine room of AI and ML.
Topics include:
The art of data preparation.
Topics include:
Communicating insights effectively.
Topics include:
Mastering LLMs and AI assistants.
Topics include:
DataScience-v2/
├── index.html # Enhanced landing page
├── manifest.json # PWA manifest
├── service-worker.js # Offline caching
├── offline.html # Offline fallback
├── shared/ # Shared resources
│ ├── css/
│ │ ├── design-system.css # Core styles & tokens
│ │ └── components.css # Reusable components
│ ├── js/
│ │ ├── search.js # Global search (Cmd+K)
│ │ ├── progress.js # Progress tracking
│ │ └── theme.js # Theme toggle
│ └── icons/
│ └── favicon.svg
├── DeepLearning/ # Deep Learning course
├── ml_complete-all-topics/ # Machine Learning course
├── complete-statistics/ # Statistics course
├── math-ds-complete/ # Mathematics course
├── feature-engineering/ # Feature Engineering
├── Visualization/ # Data Visualization
├── prompt-engineering-guide/ # Prompt Engineering
├── ML/ # Experiments & datasets
└── README.md # This file
# Clone the repository
git clone https://github.com/aashishgarg13/DataScience.git
cd DataScience-v2
# Serve locally (any of these options)
python -m http.server 8000
# or
npx serve .
# or
php -S localhost:8000
# Open in browser
open http://localhost:8000
# Push to main branch
git add .
git commit -m "Deploy"
git push origin main
# Enable GitHub Pages in repository settings
# Settings > Pages > Source: main branch
git remote add hf https://huggingface.co/spaces/YOUR_USERNAME/DataScience
git push hf main
Search across all modules instantly. Uses Fuse.js for fuzzy matching.
Contributions are welcome! Please:
git checkout -b feature/amazing-feature)git commit -m 'Add amazing feature')git push origin feature/amazing-feature)This project is open source and available under the MIT License.
Made with ❤️ by Aashish Garg