Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 418 Bytes

File metadata and controls

8 lines (6 loc) · 418 Bytes

AI Algorithms — From Scratch & Framework Implementations

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