All Projects → Tony607 → Keras_deep_clustering

Tony607 / Keras_deep_clustering

Licence: other
How to do Unsupervised Clustering with Keras

Projects that are alternatives of or similar to Keras deep clustering

Awesome Community Detection
A curated list of community detection research papers with implementations.
Stars: ✭ 1,874 (+827.72%)
Mutual labels:  unsupervised-learning, clustering
Python Clustering Exercises
Jupyter Notebook exercises for k-means clustering with Python 3 and scikit-learn
Stars: ✭ 153 (-24.26%)
Mutual labels:  jupyter-notebook, clustering
Machine Learning Projects
This repository consists of all my Machine Learning Projects.
Stars: ✭ 135 (-33.17%)
Mutual labels:  jupyter-notebook, clustering
Dat8
General Assembly's 2015 Data Science course in Washington, DC
Stars: ✭ 1,516 (+650.5%)
Mutual labels:  jupyter-notebook, clustering
Simclr
SimCLRv2 - Big Self-Supervised Models are Strong Semi-Supervised Learners
Stars: ✭ 2,720 (+1246.53%)
Mutual labels:  jupyter-notebook, unsupervised-learning
Ml Dl Scripts
The repository provides usefull python scripts for ML and data analysis
Stars: ✭ 119 (-41.09%)
Mutual labels:  jupyter-notebook, clustering
Machine Learning With Python
Practice and tutorial-style notebooks covering wide variety of machine learning techniques
Stars: ✭ 2,197 (+987.62%)
Mutual labels:  jupyter-notebook, clustering
Concrete Autoencoders
Stars: ✭ 68 (-66.34%)
Mutual labels:  jupyter-notebook, unsupervised-learning
Newsrecommender
A news recommendation system tailored for user communities
Stars: ✭ 164 (-18.81%)
Mutual labels:  jupyter-notebook, clustering
Danmf
A sparsity aware implementation of "Deep Autoencoder-like Nonnegative Matrix Factorization for Community Detection" (CIKM 2018).
Stars: ✭ 161 (-20.3%)
Mutual labels:  unsupervised-learning, clustering
Text Summarizer
Python Framework for Extractive Text Summarization
Stars: ✭ 96 (-52.48%)
Mutual labels:  unsupervised-learning, clustering
Clustergrammer
An interactive heatmap visualization built using D3.js
Stars: ✭ 188 (-6.93%)
Mutual labels:  jupyter-notebook, clustering
Machine learning code
机器学习与深度学习算法示例
Stars: ✭ 88 (-56.44%)
Mutual labels:  jupyter-notebook, clustering
Sfmlearner
An unsupervised learning framework for depth and ego-motion estimation from monocular videos
Stars: ✭ 1,661 (+722.28%)
Mutual labels:  jupyter-notebook, unsupervised-learning
Self Supervised Learning Overview
📜 Self-Supervised Learning from Images: Up-to-date reading list.
Stars: ✭ 73 (-63.86%)
Mutual labels:  unsupervised-learning, clustering
Practical Machine Learning With Python
Master the essential skills needed to recognize and solve complex real-world problems with Machine Learning and Deep Learning by leveraging the highly popular Python Machine Learning Eco-system.
Stars: ✭ 1,868 (+824.75%)
Mutual labels:  jupyter-notebook, clustering
Weakly Supervised 3d Object Detection
Weakly Supervised 3D Object Detection from Point Clouds (VS3D), ACM MM 2020
Stars: ✭ 61 (-69.8%)
Mutual labels:  jupyter-notebook, unsupervised-learning
Text Analytics With Python
Learn how to process, classify, cluster, summarize, understand syntax, semantics and sentiment of text data with the power of Python! This repository contains code and datasets used in my book, "Text Analytics with Python" published by Apress/Springer.
Stars: ✭ 1,132 (+460.4%)
Mutual labels:  jupyter-notebook, clustering
Hdbscan
A high performance implementation of HDBSCAN clustering.
Stars: ✭ 2,032 (+905.94%)
Mutual labels:  jupyter-notebook, clustering
Dragan
A stable algorithm for GAN training
Stars: ✭ 189 (-6.44%)
Mutual labels:  jupyter-notebook, unsupervised-learning

How to do Unsupervised Clustering with Keras | DLology Blog

How to Run

Require Python 3.5+ and Jupyter notebook installed

Clone or download this repo

git clone https://github.com/Tony607/Keras_Deep_Clustering

Install required libraries

pip3 install -r requirements.txt

In the project start a command line run

jupyter notebook

In the opened browser window open

Keras-DEC.ipynb

If you want to skip the training, you can try the pre-trained weights from the releases, results.zip. Extract results folders to the root of the project directory.

Happy coding! Leave a comment if you have any question.

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].