This repo contains the learnings from the Coursera Specialization Course - Mathematics for Machine Learning All the setup was done on a Mac laptop. If you are using Windows some commands might not work as is and you would have to find a replacement
python3 -m venv venv
source venv/bin/activate
pip3 install numpy