From 6721d7bc6a188afa4d990a1107468057cae0d73b Mon Sep 17 00:00:00 2001 From: dt1033 <93028902+dt1033@users.noreply.github.com> Date: Sat, 20 Apr 2024 00:02:31 +0530 Subject: [PATCH] Update Peer-graded Assignment: Build a Regression Model in Keras (A).ipynb --- ... Assignment: Build a Regression Model in Keras (A).ipynb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Week 5/Final Assignment/Peer-graded Assignment: Build a Regression Model in Keras (A).ipynb b/Week 5/Final Assignment/Peer-graded Assignment: Build a Regression Model in Keras (A).ipynb index c0fbb49..88592ba 100644 --- a/Week 5/Final Assignment/Peer-graded Assignment: Build a Regression Model in Keras (A).ipynb +++ b/Week 5/Final Assignment/Peer-graded Assignment: Build a Regression Model in Keras (A).ipynb @@ -11,7 +11,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "Let's start by importing the pandas and the Numpy libraries." + importing the pandas and the Numpy libraries." ] }, { @@ -30,7 +30,7 @@ "source": [ "We will be using the dataset provided in the assignment\n", "\n", - "The dataset is about the compressive strength of different samples of concrete based on the volumes of the different ingredients that were used to make them. Ingredients include:\n", + "The dataset is about the compressive strength of different samples of concrete based on the volumes of the different . Ingredients include:\n", "\n", "1. Cement\n", "\n", @@ -51,7 +51,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "Let's read the dataset into a pandas dataframe." + "read the dataset into a pandas dataframe." ] }, {