Skip to content

Commit c965732

Browse files
authored
8 -> 4 dimensions
> The network is able to cram most of the necessary information into these 8-dimensional representations, but not all of it. But in example you used 4-dimensional Dense layer.
1 parent 8a30b90 commit c965732

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

3.6-classifying-newswires.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -923,7 +923,7 @@
923923
"\n",
924924
"Our network now seems to peak at ~71% test accuracy, a 8% absolute drop. This drop is mostly due to the fact that we are now trying to \n",
925925
"compress a lot of information (enough information to recover the separation hyperplanes of 46 classes) into an intermediate space that is \n",
926-
"too low-dimensional. The network is able to cram _most_ of the necessary information into these 8-dimensional representations, but not all \n",
926+
"too low-dimensional. The network is able to cram _most_ of the necessary information into these 4-dimensional representations, but not all \n",
927927
"of it."
928928
]
929929
},

0 commit comments

Comments
 (0)