All Projects → elcorto → Imagecluster

elcorto / Imagecluster

Licence: bsd-3-clause
Cluster images based on image content using a pre-trained deep neural network, optional time distance scaling and hierarchical clustering.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Imagecluster

L2c
Learning to Cluster. A deep clustering strategy.
Stars: ✭ 262 (+114.75%)
Mutual labels:  deep-neural-networks, clustering
Mgan
Masking GAN - Image attribute mask generation
Stars: ✭ 120 (-1.64%)
Mutual labels:  deep-neural-networks
Mlr
Machine Learning in R
Stars: ✭ 1,542 (+1163.93%)
Mutual labels:  clustering
Onnx
Open standard for machine learning interoperability
Stars: ✭ 11,829 (+9595.9%)
Mutual labels:  deep-neural-networks
Machine Learning Demystified
A weekly workshop series at ITP to teach machine learning with a focus on deep learning
Stars: ✭ 114 (-6.56%)
Mutual labels:  deep-neural-networks
Deephyper
DeepHyper: Scalable Asynchronous Neural Architecture and Hyperparameter Search for Deep Neural Networks
Stars: ✭ 117 (-4.1%)
Mutual labels:  deep-neural-networks
Adversarialdnn Playground
VizSec17: Web-based visualization tool for adversarial machine learning / LiveDemo
Stars: ✭ 113 (-7.38%)
Mutual labels:  deep-neural-networks
Lenet 5
PyTorch implementation of LeNet-5 with live visualization
Stars: ✭ 122 (+0%)
Mutual labels:  deep-neural-networks
Ml Dl Scripts
The repository provides usefull python scripts for ML and data analysis
Stars: ✭ 119 (-2.46%)
Mutual labels:  clustering
Tenginekit
TengineKit - Free, Fast, Easy, Real-Time Face Detection & Face Landmarks & Face Attributes & Hand Detection & Hand Landmarks & Body Detection & Body Landmarks & Iris Landmarks & Yolov5 SDK On Mobile.
Stars: ✭ 2,103 (+1623.77%)
Mutual labels:  deep-neural-networks
Ml Email Clustering
Email clustering with machine learning
Stars: ✭ 116 (-4.92%)
Mutual labels:  clustering
Tfg Voice Conversion
Deep Learning-based Voice Conversion system
Stars: ✭ 115 (-5.74%)
Mutual labels:  deep-neural-networks
Machine learning lectures
Collection of lectures and lab lectures on machine learning and deep learning. Lab practices in Python and TensorFlow.
Stars: ✭ 118 (-3.28%)
Mutual labels:  deep-neural-networks
Slick Dnn
Tiny and elegant deep learning library
Stars: ✭ 114 (-6.56%)
Mutual labels:  deep-neural-networks
Microexpnet
MicroExpNet: An Extremely Small and Fast Model For Expression Recognition From Frontal Face Images
Stars: ✭ 121 (-0.82%)
Mutual labels:  deep-neural-networks
Deepcpg
Deep neural networks for predicting CpG methylation
Stars: ✭ 113 (-7.38%)
Mutual labels:  deep-neural-networks
Dat8
General Assembly's 2015 Data Science course in Washington, DC
Stars: ✭ 1,516 (+1142.62%)
Mutual labels:  clustering
Ml Fraud Detection
Credit card fraud detection through logistic regression, k-means, and deep learning.
Stars: ✭ 117 (-4.1%)
Mutual labels:  deep-neural-networks
Trainer Mac
Trains a model, then generates a complete Xcode project that uses it - no code necessary
Stars: ✭ 122 (+0%)
Mutual labels:  deep-neural-networks
Nlp Pretrained Model
A collection of Natural language processing pre-trained models.
Stars: ✭ 122 (+0%)
Mutual labels:  deep-neural-networks

imagecluster is a package for clustering images by content. We use a pre-trained deep convolutional neural network to calculate image fingerprints which represent content. Those are used to cluster similar images. In addition to pure image content, it is possible to mix in timestamp information which improves clustering for temporally uncorrelated images.

Check the documentation <https://elcorto.github.io/imagecluster>_.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].