Skip to content
#

elbow-method

Here are 207 public repositories matching this topic...

Unsupervised Machine Learning-Netflix Recommender recommends Netflix movies and TV shows based on a user's favorite movie or TV show. It uses a a K-Means Clustering model to make these recommendations. These models use information about movies and TV shows such as their plot descriptions and genres to make suggestions.

  • Updated Mar 12, 2024
  • Jupyter Notebook

This project focused on applying machine learning to build a clustering model to segment and analyze customer characteristics in the airline industry based on LRFMC scores using K-Means and suggest business strategy recommendations based on the results.

  • Updated Jan 23, 2023
  • Jupyter Notebook

The project creates a robust song recommendation system using K-means clustering with Spotify data. By grouping songs based on musical attributes like danceability, energy, and acousticness, personalized recommendations will be generated, enhancing user satisfaction and engagement in music discovery.

  • Updated Mar 24, 2024
  • Jupyter Notebook

OptimalCluster is the Python implementation of various algorithms to find the optimal number of clusters. The algorithms include elbow, elbow-k_factor, silhouette, gap statistics, gap statistics with standard error, and gap statistics without log. Various types of visualizations are also supported.

  • Updated Nov 19, 2021
  • Python

Improve this page

Add a description, image, and links to the elbow-method topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the elbow-method topic, visit your repo's landing page and select "manage topics."

Learn more