Consider the following set of data that relates daily electricity usage as a function of outside high temperature (for the day):                 a. Plot the raw data. What pattern do you see? What do...

Consider the following set of data that relates daily electricity usage as a function of outside high temperature (for the day):









a. Plot the raw data. What pattern do you see? What do you think is really affecting electricity usage? b. Solve this problem with linear regression Y = a + bX (in a spreadsheet). How well does this work? Plot your results. What is wrong? Calculate the sum-ofthe-squares error and R^2 . c. Solve this problem by using nonlinear regression. We recommend a quadratic function, Y = a + X + X^2 . How well does this work? Plot your results. Is anything wrong? Calculate the sum-of-the-squares error and R^2 . d. Break up the problem into three sections (look at the plot). Solve it using three linear regression models— one for each section. How well does this work? Plot your results. Calculate the sum-of-the-squares error and R^2 . Is this modeling approach appropriate? Why or why not? e. Build a neural network to solve the original problem. (You may have to scale the X and Y values to be between 0 and 1.) Train it (on the entire set of data) and solve the problem (i.e., make predictions for each of the original data items). How well does this work? Plot your results. Calculate the sum-of-thesquares error and R2 . f. Which method works best and why?



May 19, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here