beleidy / unsupervised-image-clustering
An unsupervised image clustering algorithm that uses VGGNet for image transformation. Python, scikit-learn and tensorflow.
☆105Updated 7 years ago
Alternatives and similar repositories for unsupervised-image-clustering:
Users that are interested in unsupervised-image-clustering are comparing it to the libraries listed below
- This is a simple image clustering algorithm which uses KMeans for clustering and performs 3 types of vectorization using vgg16, vgg19 and…☆50Updated 5 years ago
- This project allows images to be automatically grouped into like clusters using a combination of machine learning techniques.☆238Updated last year
- Few Shot Learning by Siamese Networks, using Keras.☆191Updated 4 years ago
- Keras model trained using semi-hard triplet Loss (tensorflow function) on MNIST☆91Updated 5 years ago
- Implementation of Triplet Neural Network on keras☆71Updated 4 years ago
- Finding similar images in the Holidays dataset☆103Updated 7 years ago
- Implementation of One Shot Learning using Convolutional Siamese Networks on Omniglot Dataset☆137Updated 4 years ago
- Keras implementation of GradCAM.☆115Updated 5 years ago
- Use Triplet Loss to finetune and train a CNN pre-trained on the Imagenet dataset☆39Updated 6 years ago
- #Deep One class #Anomaly Detection☆49Updated 5 years ago
- Unsupervised image retrieval on MNIST dataset using a convolutional autoencoder☆48Updated 7 years ago
- Learning Fine-grained Image Similarity with Deep Ranking is a novel application of neural networks, where the authors use a new multi sca…☆81Updated 5 years ago
- An example implementation of triplet-loss in tensorflow using keras☆55Updated 5 years ago
- Image clustering using the similarity algorithms: SIFT, SSIM, CW-SSIM, MSE☆56Updated 6 years ago
- InfoGAN inspired neural network trained on zap50k images (using Tensorflow + tf-slim). Intermediate layers of the discriminator network a…