This repository contains the codes used to explore the data generated by NEOPOP, build the neural network, tune the hyperparameters and analyse the results.
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
Vanessa Vichi b3196ff82b Jupyter notebook for evaluating the baseline performance: comparison of various metrics for the baseline model, the linear regression model and the polynomial regression model of degrees 2 and 3 2 years ago
NEOPOP_output_files Output files of the NEOPOP run 2 years ago
split_dataset NEOPOP DataFrame split into training, validation, test 2 years ago
.gitignore Initial commit 2 years ago
LICENSE Initial commit 2 years ago
README.md Initial commit 2 years ago
baseline_performance.ipynb Jupyter notebook for evaluating the baseline performance: comparison of various metrics for the baseline model, the linear regression model and the polynomial regression model of degrees 2 and 3 2 years ago
dataframe.csv NEOPOP DataFrame 2 years ago
dataset_splitting.ipynb Jupyter notebook for splitting the NEOPOP dataset into training, validation and test (with checks over the distribution of the various parts) 2 years ago
expl_data_analysis.ipynb Jupyter notebook for preliminary data exploration 2 years ago
sbdb_query_results.csv NEOs DataFrame 2 years ago

README.md

Neural_Network_for_MOID_Prediction

This repository contains the codes used to explore the data generated by NEOPOP, build the neural network, tune the hyperparameters and analyse the results.