Machine Learning ECE 4370 / ECE 5332 Project 1

$30.00

Category: You will Instantly receive a download link for .zip solution file upon Payment || To Order Original Work Click Custom Order?

Description

5/5 - (5 votes)

Use the “carbig” dataset in Matlab to implement linear regression. For those
programming in Python, the dataset is provided in the attached Excel file.
You must choose “Weight” as the predictor and “Horsepower” as the target variables.
Your implementation must include:
1. Closed-form solution
2. Gradient descent method
Your code must output two plots, exactly as follows.
Upload your .m or .py file to Blackboard prior to the deadline.
Name your files as Lastname_Firstname_Project1.*