EfficientNet-PyTorch icon indicating copy to clipboard operation
EfficientNet-PyTorch copied to clipboard

adding cluster to EfficientNet project

Open TaraStrh opened this issue 5 months ago • 0 comments

In this project, I explore a self-supervised approach to analyzing chest X-ray images using EfficientNet, a state-of-the-art convolutional neural network. Instead of traditional supervised classification, we utilize EfficientNet to extract deep image features and apply KMeans clustering to group the images without any label information. This method enables meaningful separation of medical images into categories (e.g., healthy vs. abnormal) even in the absence of annotated data. Our results suggest that EfficientNet-based feature extraction captures essential structural patterns that support effective clustering.

TaraStrh avatar May 30 '25 18:05 TaraStrh