View on GitHub

data310

###AUTO IMPORTS

  1. Between the multi-class linear and multi-class DNN regression, the linear model performed slightly better getting an MSE of around 2.34 while the DNN was 2.55

(Mean Squared Error [highway-mpg]) horsepower_model 2.858588 linear_model 2.341042 dnn_horsepower_model 3.142279 dnn_model 2.559001

Linear Regression Multi-Class Loss Plot DNN Regression Multi-Class Loss Plot

Linear Regression Revised Loss Plot