(1 comment) (0 reactions) (1 assignee)Jupyter Notebook (1 fork)auto 404
computer visiondensenet121hacktoberfest

Repository metrics

Stars
 (0 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

Implement a DenseNet-121 model to classify barred and unbarred galaxies using the Galaxy10 SDSS dataset. Focus on the following classes:

Class 5: Barred Spiral Galaxies Class 6: Unbarred Tight Spiral Galaxies Class 7: Unbarred Loose Spiral Galaxies The objective is to develop a DenseNet-121-based classifier to accurately distinguish these specific galaxy types.

Try to improve the 87 percent accuracy from the vgg16 implementation .

Contributor guide