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 4c2bfb1af9 Jupyter notebook used for 1) training the NN, 2) evaluating its performance on the NEOPOP test set and on the real NEOs dataset 1 week ago
NEOPOP_output_files Output files of the NEOPOP run 1 week ago
split_dataset NEOPOP DataFrame split into training, validation, test 1 week ago
trained_models Saved weights of Models 1,2 after a 500-epoch training (for both models) and a 1000-epoch training for Model 1 1 week ago
.gitignore Initial commit 3 weeks ago
LICENSE Initial commit 3 weeks ago
NeuralNetwork.ipynb Jupyter notebook used for 1) training the NN, 2) evaluating its performance on the NEOPOP test set and on the real NEOs dataset 1 week ago
README.md Initial commit 3 weeks 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 1 week ago
dataframe.csv NEOPOP DataFrame 2 weeks 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) 1 week ago
expl_data_analysis.ipynb Jupyter notebook for preliminary data exploration 1 week ago
kep_to_att.ipynb Conversion from Keplerian elements to attributable elements 1 week ago
neopop_attr.csv DataFrames with the attributable elements 1 week ago
neos_attr.csv DataFrames with the attributable elements 1 week ago
neos_dataframe.csv Pre-processed NEOs DataFrame 1 week ago
neos_dataset_preprocessing.ipynb Jupyter Notebook for pre-processing of the NEOs DataFrame 1 week ago
sbdb_query_results.csv NEOs DataFrame 2 weeks ago
weight_initialization.ipynb Jupyter notebook for choosing the best initialization technique 1 week 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.