Recreate the linear regression algorithm (both simple and multiple) from scratch, only using NumPy
I wanted to get a basic understanding of how machine learning actually works, and someone recommended this project. It allowed me to practice my NumPy and math skills by doing so.