Skip to content

drewszurko/keras-exoplanet-analysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MLP Exoplanet Hunting

Requirements

  • keras
  • numpy
  • requests
  • scikit
  • tensorflow
  • tqdm

Usage

git clone https://github.com/drewszurko/keras-exoplanet-analysis.git
cd keras-exoplanet-analysis/ 
pip install -r requirements.txt
python main.py

Datasets

The datasets were created and open-sourced by Winter Delta (WΔ) and can be found on Kaggle and GitHub. They have also been pre-split into training and testing files, exo_train.csv.gz and exo_test.csv.gz.

Dataset Descriptions

exo_train.csv.gz

  • 5087 observations
  • 3198 features
  • 37 confirmed exoplanet stars
  • 5050 non-exoplanet stars
  • Column 1 is the target column (0 = non-exoplanet star, 1 = confirmed exoplanet star)
  • Columns 2-3198 are feature columns that display the star's flux values over time

exo_test.csv.gz

  • 570 observations
  • 3198 features
  • 5 confirmed exoplanet stars
  • 565 non-exoplanet stars
  • Column 1 is the target column (0 = non-exoplanet star, 1 = confirmed exoplanet star)
  • Columns 2-3198 are feature columns that display the star's flux values over time

About

A MLP Neural Network that trains on an exoplanet dataset.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages