3D Linear Regression With Gradient Descent
3D Linear Regression With Gradient Descent
This is a final project I created for a multivariable calculus class I took in Fall 2025. The project involved me learning about the process of gradient descent and how it can be used for 3D linear regression. Through this experience, I was able to code a Python program that fit a plane to a real-world 3D data set.