linear-regression
I built a food truck linear regression model using NumPy and Python
First, I Imported essential modules and helper functions from NumPy and Matplotlib and loaded the dataset using pandas. Next, I visualized the data and Computed the Cost 𝐽(𝜃) and implemented Gradient Descent from scratch in Python. Then Visualized the Cost Function J(𝜃) and Plotted the Convergence. Finally, i trained the Data with Univariate Linear Regression Fit and predicted the Inference using the optimized 𝜃 values.