Hands-On Machine Learning with Scikit-Learn and TensorFlow



Download 26,57 Mb.
Pdf ko'rish
bet202/225
Sana16.03.2022
Hajmi26,57 Mb.
#497859
1   ...   198   199   200   201   202   203   204   205   ...   225
Bog'liq
Hands on Machine Learning with Scikit Learn Keras and TensorFlow

Clustering | 253


gets merged with colors from the environment. This is due to the fact that the lady‐
bug is quite small, much smaller than the rest of the image, so even though its color is
flashy, K-Means fails to dedicate a cluster to it: as mentioned earlier, K-Means prefers
clusters of similar sizes.
Figure 9-12. Image segmentation using K-Means with various numbers of color clusters
That was not too hard, was it? Now let’s look at another application of clustering: pre‐
processing.
Using Clustering for Preprocessing
Clustering can be an efficient approach to dimensionality reduction, in particular as a
preprocessing step before a supervised learning algorithm. For example, let’s tackle
the 
digits dataset
which is a simple MNIST-like dataset containing 1,797 grayscale 8×8
images representing digits 0 to 9. First, let’s load the dataset:
from
sklearn.datasets
import
load_digits
X_digits

y_digits
=
load_digits
(
return_X_y
=
True
)
Now, let’s split it into a training set and a test set:
from
sklearn.model_selection
import
train_test_split
X_train

X_test

y_train

y_test
=
train_test_split
(
X_digits

y_digits
)
Next, let’s fit a Logistic Regression model:
from
sklearn.linear_model
import
LogisticRegression
log_reg
=
LogisticRegression
(
random_state
=
42
)
log_reg
.
fit
(
X_train

y_train
)
Let’s evaluate its accuracy on the test set:
>>> 
log_reg
.
score
(
X_test

y_test
)
0.9666666666666667

Download 26,57 Mb.

Do'stlaringiz bilan baham:
1   ...   198   199   200   201   202   203   204   205   ...   225




Ma'lumotlar bazasi mualliflik huquqi bilan himoyalangan ©hozir.org 2024
ma'muriyatiga murojaat qiling

kiriting | ro'yxatdan o'tish
    Bosh sahifa
юртда тантана
Боғда битган
Бугун юртда
Эшитганлар жилманглар
Эшитмадим деманглар
битган бодомлар
Yangiariq tumani
qitish marakazi
Raqamli texnologiyalar
ilishida muhokamadan
tasdiqqa tavsiya
tavsiya etilgan
iqtisodiyot kafedrasi
steiermarkischen landesregierung
asarlaringizni yuboring
o'zingizning asarlaringizni
Iltimos faqat
faqat o'zingizning
steierm rkischen
landesregierung fachabteilung
rkischen landesregierung
hamshira loyihasi
loyihasi mavsum
faolyatining oqibatlari
asosiy adabiyotlar
fakulteti ahborot
ahborot havfsizligi
havfsizligi kafedrasi
fanidan bo’yicha
fakulteti iqtisodiyot
boshqaruv fakulteti
chiqarishda boshqaruv
ishlab chiqarishda
iqtisodiyot fakultet
multiservis tarmoqlari
fanidan asosiy
Uzbek fanidan
mavzulari potok
asosidagi multiservis
'aliyyil a'ziym
billahil 'aliyyil
illaa billahil
quvvata illaa
falah' deganida
Kompyuter savodxonligi
bo’yicha mustaqil
'alal falah'
Hayya 'alal
'alas soloh
Hayya 'alas
mavsum boyicha


yuklab olish