Skip to content

YB73/Exoplanet-Detection-Using-ML-DL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Exoplanet-Detection-Using-ML-DL

This repository contains the code and resources for an Exoplanet Detection System using Machine Learning and Deep Learning. The goal of this project is to detect exoplanets, which are planets that orbit stars outside our solar system, using machine learning and deep learning techniques. The system takes in astronomical data, such as light curves or spectra, and uses various machine learning algorithms to classify the data into different categories, such as exoplanet candidates or false positives.

ML models used are Decision Trees, Random Forest and XGB.

A CNN model is used for binary classification.

Dataset Used

The dataset has been taken from Kaggle

Models' results

XGB and Random Forest showed an accuracy of 99.8%, while CNN showed 99.4% and 99.1% for two different test sets and Decision Trees showed 95% accuracy. Future work would include applying LSTM as dataset is a time-series data and working on CNN model.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published