In this repository, I try out a few Linear ALgebra and Machine Learning Algorithms. The reference questions and test cases are from DeepML
Step 1: Clone the repository
git clone https://github.com/ASudu/ML_playground.gitStep 2: Setup uv
## Install uv
curl -LsSf https://astral.sh/uv/install.sh | sh
## Install dependencies
uv sync --reinstall