Download the SGEMM GPU kernel performance dataset from the below link.
https://archive.ics.uci.edu/ml/datasets/SGEMM+GPU+kernel+performance
Understand the dataset by performing exploratory analysis. Prepare the target
parameter by taking the average of the THREE (3) runs with long performance times.
Design a linear regression model to estimate the target using only THREE (3) attributes
from the dataset. Discuss your results, relevant performance metrics and the impact of
normalizing the dataset.