[Solved] CS360 Assignment 3

$25

File Name: CS360_Assignment_3.zip
File Size: 169.56 KB

SKU: [Solved] CS360 Assignment 3 Category: Tag:
5/5 - (1 vote)

Simple Linear Regression (One feature)

  1. Implement the linear regression using the (a) Ordinary Least Squares (OLS) Method and (b) Gradient Descent Algorithm

Dataset: Swedish Auto Insurance dataset. Click her e to download

  1. You need to split the dataset into train(60%), validation (20%), and test(20%).
  2. Print the train, validation, and test accuracy

Multiple Linear Regression

  1. Implement the linear regression using the Gradient Descent

Algorithm

Dataset: Boston house pricing dataset.

Hint to load the dataset from sklearn import datasets boston = datasets.load_boston(return_X_y=False)

  1. You need to split the dataset into train(60%), validation (20%), and test(20%).
  2. Print the train, validation, and test accuracy

Reviews

There are no reviews yet.

Only logged in customers who have purchased this product may leave a review.

Shopping Cart
[Solved] CS360 Assignment 3[Solved] CS360 Assignment 3
$25