Linear Regression

  1. Read carefully Chapter 2 from “Gulli, A., Kapoor, A., Pal, S. (2019). Deep Learning with TensorFlow 2 and Keras: Regression, ConvNets, GANs, RNNs, NLP, and More with TensorFlow 2 and the Keras API, 2nd Edition. United Kingdom: Packt Publishing.” Then, complete the tutorial at ” by doing following:
    1. Load Auto MPG dataset.
    2. Normalize the data.
    3. Find linear regression between milage and horsepower.
    4. Plot the linear regression line and the data on figure.

    For the submission, submit in the plain text

    1. The commands you ran for the steps above.
    2. The figure showing linear regression line and the data.

    See the rubric for grading.