You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This repository demonstrates unsupervised learning using K-Means and Hierarchical Clustering algorithms. It covers data preparation, clustering logic, and evaluation to identify patterns and group similar data points. Designed for beginners learning clustering and exploratory data analysis concepts.
This repository contains multiple projects demonstrating the application of KMeans clustering, an unsupervised machine learning algorithm. Each project explores clustering on different datasets, combined with techniques such as data preprocessing, dimensionality reduction (PCA), and visualization.
FLARE is a novel approach to redefine the design of firewalls. Traditional firewalls generally rely on static rule sets, which can be exploited by advanced algorithms. FLARE provides a novel approac by designing Machine Learning based firewalls integrated with fedreated learning.
MATLAB implementation of the Constrained K-Means algorithm for Data Mining, clustering and classification tasks. Tested on Iris, Wine, and Breast Cancer Wisconsin datasets.
A Python tool for extracting hidden numbers from Ishihara color blindness test images using a custom K-means clustering algorithm. Supports multiple color spaces (RGB, HSV, Lab, YCrCb) and includes visualization, CLI tools, and parameter optimization for enhanced accuracy.
This project systematically processes images through feature extraction, dimensionality reduction, clustering, and evaluation to enable intelligent image categorization