nageshsinghc4 / Exoplanet-exploration

Exoplanet exploration using machine learning

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Exoplanet exploration

But what are Exoplanets?

Exoplanets are planets beyond our own solar system. Thousands have been discovered in the past two decades, mostly with NASA’s Kepler Space Telescope. These exoplanets come in a huge variety of sizes and orbits. Some are gigantic planets hugging close to their parent stars; others are icy, some rocky. NASA and other agencies are looking for a special kind of planet: one that’s the same size as Earth, orbiting a sun-like star in the habitable zone.

I wanted to see if I could look at the available exoplanet data and make predictions about which planets might be hospitable to life. The data made publicly available by NASA is beautiful in that it contains many useful features. The goal is to create a model that can predict the existence of an Exoplanet, utilizing the flux (light intensity) readings from 3198 different stars over time. The dataset can be downloaded from kaggle. https://www.kaggle.com/keplersmachines/kepler-labelled-time-series-data

exoplanet_ANN.py: Contains Neural network implementation

exoplanet_hunt.py: Contains Machine Learning implementation.

Also check out this article to understand more about exoplanet exploration.

About

Exoplanet exploration using machine learning


Languages

Language:Jupyter Notebook 99.9%Language:Python 0.1%