Skip to content
#

centroids

Here are 28 public repositories matching this topic...

We'll use Python to build and evaluate several machine learning models to predict credit risk. Being able to predict credit risk with machine learning algorithms can help banks and financial institutions predict anomalies, reduce risk cases, monitor portfolios, and provide recommendations on what to do in cases of fraud.

  • Updated Mar 5, 2022
  • Jupyter Notebook

This project consists in the implementation of the K-Means and Mini-Batch K-Means clustering algorithms. This is not to be considered as the final and most efficient algorithm implementation as the objective here is to make a clear comparison between the sequential and parallel execution of the clustering steps.

  • Updated Jul 9, 2023
  • C++

This project aims to build a complete pattern recognition system to solve classification problems using the k-Nearest Neighbors (KNN) algorithm. To classify chest X-ray images into three categories: COVID-19 positive, pneumonia positive, and normal. To achieve this, we utilize the COVID-19 Chest X-ray dataset available on Kaggle.

  • Updated May 14, 2024
  • Jupyter Notebook

Improve this page

Add a description, image, and links to the centroids 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 centroids topic, visit your repo's landing page and select "manage topics."

Learn more