Add extra material in notebook 08: clustering, anomaly detection, gaussian mixtures

main
Aurélien Geron 2018-05-07 21:20:49 +02:00
parent 771dccaca4
commit 0a1b040d9d
1 changed files with 5 additions and 7 deletions

View File

@ -4,11 +4,9 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"**Chapter 8 Dimensionality Reduction** (1st edition)\n",
"**Chapter 8 Dimensionality Reduction**\n",
"\n",
"**Chapter 8 Unsupervised Learning** (2nd edition)\n",
"\n",
"_The upcoming second edition of the book extends this chapter to cover not only dimensionality reduction, but also clustering, density estimation and anomaly detection. This notebook contains all sample code and solutions to the exercises of both editions._"
"_This notebook contains all the sample code and solutions to the exercises in chapter 8._"
]
},
{
@ -1464,14 +1462,14 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"# Clustering"
"# Extra Material Clustering"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"## Introdution Classification _vs_ Clustering"
"## Introduction Classification _vs_ Clustering"
]
},
{
@ -4341,7 +4339,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"Note: the fact that you see only 3 regions in the right plot although there are 4 centroids is not a bug: the weight of the top-right cluster is much larger than the weight of the lower-right cluster, so the probability that any given point in this region belongs to the top right cluster is greater than the probability that it belongs to the lower-right cluster."
"Note: the fact that you see only 3 regions in the right plot although there are 4 centroids is not a bug. The weight of the top-right cluster is much larger than the weight of the lower-right cluster, so the probability that any given point in this region belongs to the top right cluster is greater than the probability that it belongs to the lower-right cluster."
]
},
{