Skip to content

Neural Networks: 90% Accuracy in Imputing Missing Time-Series Data

Neural Networks (NNs) are proving to be a powerful tool for imputing missing data in time-series analysis. With the ability to capture nonlinear patterns and interactions, NNs can handle complex data where simpler models like linear regression or decision trees fall short. In a recent study, a dataset with 10% randomly missing values was used to test the effectiveness of NNs. The results were impressive, with NNs achieving up to 90% accuracy in imputing these missing values. This approach, although computationally intensive, offers a significant advantage in scenarios where capturing subtle fluctuations in data is crucial.

Source: towardsdatascience.com

Related Videos