Testing Loss | 0.0811 |
Accuracy | 0.9794 |
F1-score | 0.6000 |
Pred: No | Pred: Yes | |
Actual: No | 534 | 1 |
Actual: Yes | 9 | 9 |
Our exoplanet detection system uses a 1D Convolutional Neural Network (CNN) specifically designed to analyze time-series light flux data.
The model was trained on a diverse dataset combining:
All input data is scaled and standardized to ensure consistent predictions regardless of the source telescope or observation conditions. We automatically scale and transform data submitted by users.
Since exoplanets are rare, we employed:
Upload your CSV file containing flux data (Any number of values) to analyze potential exoplanets. Our AI model will process your data and predict whether it contains an exoplanet signal.