Skip to content

RAMAPRIYA04/Cosmic-Classifier

Repository files navigation

Cosmic Classifier

With millions of celestial objects catalogued in surveys like SDSS, manual classification is impractical. This classifier automates the distinction between stars, galaxies, and quasars using spectral features.

The main aim of this project is to handle large-scale survey data more efficiently while maintaining high accuracy. The model is integrated into a user-friendly web-application for researchers and enthusiasts alike. The project primarily inputs user-generated data (generated through the API) to increase model performance.

The model used here is a 4-layer sequential CNN trained on 10000 SDSS observations with 16 spectral features each (redshift, right ascension, etc.). The data was normalised and trained with a 75/25 train/test split for 40 epochs using ReLU activation and Adam optimiser. It achieved a classification accuracy of 98.6%.

Future Improvements: Extend the model to accept astronomical images as input, eliminating the need for manual feature extraction. An automated feedback system can also be integrated to continuouslly develop the model.

About

This is a 4-layer sequential CNN that uses 16 features (redshift, declination coordinate, etc.) to classify an astronomical object into a star, quasar, or galaxy. The main purpose of this project is to input user-generated data (generated through the API) to help the model perform better.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors