Analysis and Modeling of Geodetic Data Based on Machine Learning
Online veröffentlicht: 01. Apr. 2024
Eingereicht: 19. Jan. 2024
Akzeptiert: 24. Jan. 2024
DOI: https://doi.org/10.2478/amns-2024-0691
Schlüsselwörter
© 2024 Tong Wu, published by Sciendo
This work is licensed under the Creative Commons Attribution 4.0 International License.
This paper underscores the significance of earth deformation observation in analyzing earth tide curves and predicting earthquakes, positioning it as a cornerstone of Earth observation technology. We delve into the critical task of detecting and diagnosing anomalies in geodetic data. Utilizing Python for data preprocessing, our approach identifies missing values, categorizes them by their spatial occurrence, and employs spline interpolation and autoregressive prediction methods for data imputation. This process ensures the integrity of the dataset for subsequent analysis and modeling, reinforcing the precision and reliability of geodetic data analysis in Earth science research.
Model I: Adding gaussian noise to the data.
Model II: Resample the data.
Model III: Using machine learning methods to learn the internal laws of the data and predict itself to generate new data. For each model, we discuss its advantages and disadvantages. Finally, we structurally fuse the three models to complete data enhancement.