Skip to content

Update Peer-graded Assignment: Build a Regression Model in Keras (A).… #1

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"Let's start by importing the <em>pandas</em> and the Numpy libraries."
importing the <em>pandas</em> and the Numpy libraries."
]
},
{
Expand All @@ -30,7 +30,7 @@
"source": [
"We will be using the dataset provided in the assignment\n",
"\n",
"<strong>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:</strong>\n",
"<strong>The dataset is about the compressive strength of different samples of concrete based on the volumes of the different . Ingredients include:</strong>\n",
"\n",
"<strong>1. Cement</strong>\n",
"\n",
Expand All @@ -51,7 +51,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"Let's read the dataset into a <em>pandas</em> dataframe."
"read the dataset into a <em>pandas</em> dataframe."
]
},
{
Expand Down