Skip to content

Commit 4c9c6b8

Browse files
Fixed minor bug
1 parent 316e186 commit 4c9c6b8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

05a - Deep Neural Networks (TensorFlow).ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
"cell_type": "markdown",
8080
"source": [
8181
"### Prepare the Data for Tensorflow\n",
82-
"We've already loaded our data and split it into training and validation datasets. However, we need to do some further data preparation so that our data will work correctly with Tensorflow. Specifically, we need to set the data type of our labels to 32-bit floating point numbers, and specify that the labels represent categorical classes rather than numeric values."
82+
"We've already loaded our data and split it into training and validation datasets. However, we need to do some further data preparation so that our data will work correctly with Tensorflow. Specifically, we need to set the data type of our features to 32-bit floating point numbers, and specify that the labels represent categorical classes rather than numeric values."
8383
]
8484
},
8585
{
@@ -326,4 +326,4 @@
326326
},
327327
"nbformat": 4,
328328
"nbformat_minor": 2
329-
}
329+
}

0 commit comments

Comments
 (0)