orkhan-amrullayev / Image_Clustering

Using Keras, VGG16 convolutional neural network clustering 210 images into 10 clusters by their features

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Image_Clustering_Flowers

Unsupervised Machine Learning Model clusters unlabeled flower photos into groups.

Using Keras, VGG16 convolutional neural network clustering, hundreds of different kinds of flower images are clustered into 10 groups by their visual features

image_clustering_flowers

Dataset

Dataset is from a Kaggle competition below. The competetion is considered for classification (Supervised Learning) of the flowers, but in our case we removed the labels of the images that indicats their types for clustering purposes (Unsupervised Learning). https://www.kaggle.com/olgabelitskaya/flower-color-images

Thanks to the inspiration: https://www.kaggle.com/nageshsingh/flower-classification-xception

About

Using Keras, VGG16 convolutional neural network clustering 210 images into 10 clusters by their features


Languages

Language:Jupyter Notebook 100.0%