Search for question
Question

CSE 6363 - Machine Learning

Data Set

Use the dataset given at the bottom of this file.

Do Not Use

You are not allowed to use any ML libraries other than NumPy.

You cannot use sklearn or any ML library. If used, you will receive a penalty of 90 points.

You cannot use pandas. If used, you will receive a penalty of 20 points.

Libraries

You are allowed to use NumPy, math.

You can use matplotlib to plot graphs.

If you want to use any other library apart from these, please check with your GTA and get their approval.

Where to code

1. We will provide you with a directory structure with python files for each part of every question. You must write

your code in these files.

2.

It will contain a script to execute the files. You must run this script and verify that your code runs before you

submit. To run this script you must make it executable first or else you will get permission denied error.

Fig: 1

Fig: 2

Fig: 3