This repository is my personal journey to learn and master machine learning and deep learning by implementing algorithms from scratch (using NumPy) and with frameworks (like Scikit-learn, PyTorch, etc.).
Each folder contains:
- A pure Python/Numpy implementation
- A framework-based implementation
- Comparisons, visualizations, and learnings