-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathClustering.lyx
431 lines (325 loc) · 7.73 KB
/
Clustering.lyx
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
#LyX 2.0 created this file. For more info see http://www.lyx.org/
\lyxformat 413
\begin_document
\begin_header
\textclass book
\use_default_options true
\maintain_unincluded_children false
\language italian
\language_package default
\inputencoding auto
\fontencoding global
\font_roman default
\font_sans default
\font_typewriter default
\font_default_family default
\use_non_tex_fonts false
\font_sc false
\font_osf false
\font_sf_scale 100
\font_tt_scale 100
\graphics default
\default_output_format default
\output_sync 0
\bibtex_command default
\index_command default
\paperfontsize default
\spacing single
\use_hyperref false
\papersize default
\use_geometry false
\use_amsmath 1
\use_esint 1
\use_mhchem 1
\use_mathdots 1
\cite_engine basic
\use_bibtopic false
\use_indices false
\paperorientation portrait
\suppress_date false
\use_refstyle 1
\index Index
\shortcut idx
\color #008000
\end_index
\secnumdepth 3
\tocdepth 3
\paragraph_separation indent
\paragraph_indentation default
\quotes_language english
\papercolumns 1
\papersides 1
\paperpagestyle default
\tracking_changes false
\output_changes false
\html_math_output 0
\html_css_as_file 0
\html_be_strict false
\end_header
\begin_body
\begin_layout Chapter
Clustering
\end_layout
\begin_layout Standard
Il Clustering è un tipico esempio di
\series bold
Unsupervised Learning
\series default
(apprendimento non supervisionato) in cui, dato un insieme di dati non
etichettati, l'obiettivo è quello di individuare dei raggruppamenti, detti
cluster, quanto più possibile coerenti.
\begin_inset Newpage pagebreak
\end_inset
\end_layout
\begin_layout Section
K-Means
\end_layout
\begin_layout Standard
L'algoritmo
\series bold
K-Means
\series default
è l'algoritmo di clustering più conosciuto e più utilizzato.
\end_layout
\begin_layout Standard
Illustreremo il suo comportamento per mezzo di figure.
Inizialmente viene fornito il dataset e vengono inizializzati due punti,
detti i centroidi (centroid) dei cluster, mostrati nella figura sottostante
per mezzo di una croce rossa e una blu.
Sono due perchè l'obiettivo in questo caso è quello di individuare due
cluster.
\end_layout
\begin_layout Standard
\align center
\begin_inset Graphics
filename Immagini/Clustering 1.png
width 80col%
\end_inset
\end_layout
\begin_layout Standard
K-Means è un algoritmo iterativo che ripete due passi, il primo è il passo
di assegnazione ai cluster, mentre il secondo è il passo di spostamento
dei centroidi.
\end_layout
\begin_layout Standard
Il primo passo di assgnazione ai cluster controlla la distanza di ogni punto
del dataset dai centroidi e assegna ciascun punto al centroide che gli
è più vicino.
Nella figura sottostante i punti più vicini al centroide del cluster rosso
sono stati colorati di rosso, mentre i punti più vicini al centroid del
cluster blu sono stati colorati di blu.
\end_layout
\begin_layout Standard
\align center
\begin_inset Graphics
filename Immagini/Clustering 2.png
width 80col%
\end_inset
\end_layout
\begin_layout Standard
Il secondo passo, quello si spostamento dei centroidi consiste nel calcolare
la media di tutti i punti nel dataset che appartengono ad un cluster e
muovere in quella posizione il centroide del cluster, come mostrato nella
figura sottostante.
\end_layout
\begin_layout Standard
\align center
\begin_inset Graphics
filename Immagini/Clustering 3.png
width 80col%
\end_inset
\end_layout
\begin_layout Standard
Sono mostrate nelle figure sottostanti rispettivamente la seconda iterazione
del primo passo e la seconda iterazione del secondo passo.
\end_layout
\begin_layout Standard
\align center
\begin_inset Graphics
filename Immagini/Clustering 4.png
width 80col%
\end_inset
\end_layout
\begin_layout Standard
\align center
\begin_inset Graphics
filename Immagini/Clustering 5.png
width 80col%
\end_inset
\end_layout
\begin_layout Standard
L'algoritmo continua in questo modo finchè i centroidi non si spostano più,
il che significa che l'algoritmo ha raggiunto la convergenza, come mostrato
nella figura sottostante.
\end_layout
\begin_layout Standard
\align center
\begin_inset Graphics
filename Immagini/Clustering 6.png
width 80col%
\end_inset
\end_layout
\begin_layout Standard
In modo più formale, l'algoritmo ha in input un numero
\begin_inset Formula $K$
\end_inset
che indica il numero di cluster (come decidere questo valore verrà discusso
in seguito ????????) e un training set
\begin_inset Formula $\{x^{(1)},x^{(2)},\ldots,x^{(m)}\}$
\end_inset
, dove ciascun
\begin_inset Formula $x^{(i)}\in R^{n}$
\end_inset
, senza seguire dunque la convenzione adottata finora nel Supervised Learning
di
\begin_inset Formula $x_{0}=1$
\end_inset
, e itera un ciclo mostrato in
\begin_inset CommandInset ref
LatexCommand ref
reference "alg:K-Means"
\end_inset
.
\end_layout
\begin_layout Standard
\begin_inset Float algorithm
placement h
wide false
sideways false
status open
\begin_layout Plain Layout
Number of Clusters =
\begin_inset Formula $K$
\end_inset
\end_layout
\begin_layout Plain Layout
Training Set =
\family roman
\series medium
\shape up
\size normal
\emph off
\bar no
\strikeout off
\uuline off
\uwave off
\noun off
\color none
\lang english
\begin_inset Formula $\{x^{(1)},x^{(2)},\ldots,x^{(m)}\}$
\end_inset
\end_layout
\begin_layout Itemize
Randomly initialize
\begin_inset Formula $K$
\end_inset
centroids
\begin_inset Formula $\mu_{1},\mu_{2},\ldots,\mu_{K}\in R^{n}$
\end_inset
\end_layout
\begin_layout Itemize
Repeat until convergence
\end_layout
\begin_deeper
\begin_layout Itemize
For
\begin_inset Formula $i=1$
\end_inset
to
\begin_inset Formula $m$
\end_inset
\end_layout
\begin_deeper
\begin_layout Itemize
\begin_inset Formula $c^{(i)}:=\min_{k}\left\Vert x^{(i)}-\mu_{k}\right\Vert ^{2}$
\end_inset
(the index from
\begin_inset Formula $1$
\end_inset
to
\begin_inset Formula $K$
\end_inset
of cluster centroid closer to
\begin_inset Formula $x^{(i)}$
\end_inset
)
\end_layout
\end_deeper
\begin_layout Itemize
For
\begin_inset Formula $k=1$
\end_inset
to
\begin_inset Formula $K$
\end_inset
\end_layout
\begin_deeper
\begin_layout Itemize
\begin_inset Formula $\mu_{k}:=\frac{\sum x^{(i)}}{z}\,\forall c^{(i)}=k,\, z=num(c^{(i)}=k)$
\end_inset
(average (mean) of point assigned to cluster
\begin_inset Formula $k$
\end_inset
)
\end_layout
\end_deeper
\end_deeper
\begin_layout Plain Layout
\begin_inset Caption
\begin_layout Plain Layout
\begin_inset CommandInset label
LatexCommand label
name "alg:K-Means"
\end_inset
K-Means
\end_layout
\end_inset
\end_layout
\end_inset
\end_layout
\begin_layout Standard
Nel caso in cui durante l'esecuzione un cluster non dovesse avere alcun
punto assegnato si può decidere di eliminarlo o di reinizializzarl ocasualmente
, ma questo non accade spesso.
\end_layout
\begin_layout Standard
Applicare K-Means nel caso di dati non perfettamente separabili può essere
utile per creare delle segmentazioni dei dati stessi.
Nell'esempio mostrato in Figura
\begin_inset CommandInset ref
LatexCommand ref
reference "fig:K-Means-su-cluster"
\end_inset
vengono individuati tre cluster corrispondenti a trediverse tagli di magliette
basandosi su altezza e peso delle persone.
\end_layout
\begin_layout Standard
\begin_inset Float figure
placement h
wide false
sideways false
status open
\begin_layout Plain Layout
\align center
\begin_inset Graphics
filename Immagini/Non-separated Clusters.png
width 80col%
\end_inset
\end_layout
\begin_layout Plain Layout
\begin_inset Caption
\begin_layout Plain Layout
\begin_inset CommandInset label
LatexCommand label
name "fig:K-Means-su-cluster"
\end_inset
K-Means su cluster non separati
\end_layout
\end_inset
\end_layout
\begin_layout Plain Layout
\end_layout
\end_inset
\end_layout
\end_body
\end_document