This document summarizes a research paper on feature selection algorithms for supervised and semi-supervised clustering. It discusses how semi-supervised learning uses both labeled and unlabeled data for training, between unsupervised and supervised learning. It also describes a fast clustering-based feature selection algorithm (FAST) that works in two steps: 1) using graph-theoretic clustering to separate features into clusters, and 2) selecting the most representative feature from each cluster to form a subset of features. The algorithm aims to efficiently obtain a good feature subset by removing unrelated and redundant features.