You are on page 1of 4

Problem statement:

A CSV file contains a list of n datasets. Each data set value has two parameters.
Using this data from the given CSV file , find regression co-efficients and using
them ,predict the value corresponding to the given input. Do this using core
python and Tensorflow library.

Python code for the problem is uploaded and named as “Linear_regression.py”.


The CSV file is also uploaded named as d.csv.

The data set for d.csv is taken from an online site and the values obtained as
output is verified with the values on that site.
Output:

You might also like