A meachine learning model to quickly and efficiently predict the interior properties of gas giant exoplanets with masses between 0.1 and 10 Jupiter masses.
Fork and clone a copy of the Rocky_Exoplanets
repository on to your local machine.
Download Anaconda
and install it on you machine.
Create a conda
environment called ExtrasolarGasGiants
and install all the necessary dependencies:
$ conda create -n Gas_Giants pip python jupyter tensorflow=1.15
Activate the Rocky_Exoplanets
environment:
$ conda activate Gas_Giants
Open Jupyter Notebook:
$ Jupyter notebook