Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 1.11 KB

File metadata and controls

14 lines (11 loc) · 1.11 KB

This project is modeled off of the work done by Shallue, et al. in "Identifying Exoplanets with Deep Learning: A Five-planet Resonant Chain around Kepler-80 and an Eighth Planet around Kepler-90" [1]. All original work is located in the FinalProject directory, including a written report of my findings.

  1. Shallue, C. J., & Vanderburg, A. (2018). Identifying Exoplanets with Deep Learning: A Five-planet Resonant Chain around Kepler-80 and an Eighth Planet around Kepler-90. The Astronomical Journal, 155(2), 94. Full text available at The Astronomical Journal.

Required Packages

  • TensorFlow (instructions)
  • Pandas (instructions)
  • NumPy (instructions)
  • SciPy (instructions)
  • AstroPy (instructions)
  • PyDl (instructions)
  • Bazel (instructions)
  • Abseil Python Common Libraries (instructions)