This paper explores effective methods for predicting gold prices, proposing three modeling strategies: a standalone Long Short-Term Memory (LSTM) network, a Convolutional Self-Attention (CSA) Network, ...
With the widespread application of lithium-ion batteries in electric vehicles and energy storage systems, health monitoring and remaining useful life prediction have become critical components of ...
Landslides are one of the most prevalent natural geological disasters, causing significant economic losses, damaging public environments, and posing severe threats to human lives. Landslide ...
This study proposes a hybrid modeling approach that integrates a Physics Informed Neural Network (PINN) and a long short-term memory (LSTM) network to predict river water temperature in a defined ...
Abstract: To improve the low accuracy of the SGP4 model in short-term orbit prediction for medium Earth orbit satellites and the instability in LSTM model training, this paper proposes and develops an ...
Abstract: The prevalence of zero values in zero-inflated time-series (ZI-TS) data poses significant challenges for traditional LSTM networks in learning long-term dependencies and trends. Specifically ...
Task 1: Preprocess and Explore the Data 1.1 Load Historical Data (TSLA, BND, SPY) Using yfinance python CopyEdit import yfinance as yf import pandas as pd import numpy as np import matplotlib.pyplot ...