Tony607/Keras_Deep_Clustering
How to do Unsupervised Clustering with Keras
This project helps data scientists and machine learning engineers automatically group similar data points without needing pre-labeled examples. You provide a dataset, and the system identifies inherent clusters within it. The output is a categorized dataset, revealing natural patterns and structures.
241 stars. No commits in the last 6 months.
Use this if you have a dataset without predefined categories and need to discover underlying groupings or segments automatically.
Not ideal if you already have labeled data and need to classify new data points into known categories, or if you require human-interpretable rules for clustering.
Stars
241
Forks
137
Language
Jupyter Notebook
License
—
Category
Last pushed
Oct 16, 2018
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/Tony607/Keras_Deep_Clustering"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Related frameworks
siapy/siapy-lib
🥷 A Python package for efficient processing of spectral images
yueliu1999/Awesome-Deep-Graph-Clustering
Awesome Deep Graph Clustering is a collection of SOTA, novel deep graph clustering methods...
bourdakos1/CapsNet-Visualization
🎆 A visualization of the CapsNet layers to better understand how it works
loretoparisi/CapsNet
CapsNet (Capsules Net) in Geoffrey E Hinton paper "Dynamic Routing Between Capsules" - State Of the Art
benedekrozemberczki/CapsGNN
A PyTorch implementation of "Capsule Graph Neural Network" (ICLR 2019).