This assignment will be marked by your peers and will be worth 20% of your total grade. The breakdown will be:
Part A: 5 marks
Part B: 5 marks
Part C: 5 marks
Part D: 5 marks
1. Assignment Topic:
In this project, you will build a regression model using the Keras library to model the same data about concrete compressive strength that we used in labs 3.
2. Concrete Data:
For your convenience, the data can be found here again: https://cocl.us/concrete_data . To recap, the predictors in the data of concrete strength include:
Cement
Blast Furnace Slag
Fly Ash
Water
Superplasticizer
Coarse Aggregate
Fine Aggregate
3. Assignment Instructions:
Please check the My Submission tab for detailed assignment instructions.
4. How to submit:
You will need to submit your code for each part in a Jupyter Notebook. Since each part builds on the previous one, you can submit the same notebook four times for grading. Please make sure that you:
use Markdown to clearly label your code for each part,
properly comment your code so that your peer who is grading your work is able to understand your code easily,
include your comments and discussion of the difference in the mean of the mean squared errors among the different parts.