Proposes a model to recommend products at the right time to meet user demands.
problem Maximizing product sales by recommending products at the right time to meet user demands.
method Integrates user interests and time-based demands into a Long-Short Demands-Aware Model (LSDM) using recurrent neural networks.
result Demonstrates the effectiveness of the LSDM in next-item recommendation on real-world commerce datasets.
WaveLSFormer learns profitable trading policies from financial time series data.
problem Challenges in learning profitable intraday trading policies from financial time series data.
method WaveLSFormer uses a learnable wavelet-based long-short Transformer to jointly perform multi-scale decomposition and return-oriented decision learning.
result WaveLSFormer consistently outperforms MLP, LSTM, and Transformer backbones in trading performance.
Extended LSTMs improve volatility prediction by 20%.
problem Predicting asset price volatility with long memory.
method Extended LSTMs with multiple flexible timescales.
result Extended LSTMs outperform rough volatility predictions by 20%.
Unified architecture for multi-time-scale solar irradiance forecasting reduces RMSE.
problem Non-stationary solar irradiance variability increases grid operating costs.
method Recurrent Neural Networks (RNN) and Long-Short-Term Memory Networks (LSTMs) for multi-time-scale predictions.
result Unified architecture reduces RMSE by 71.5% compared to best-performing methods.
Reliable uncertainty estimation for time series prediction is critical in many fields, including physics, biology, and manufacturing. At Uber, probabilistic time series forecasting is used for robust prediction of number of trips during special events, driver incentive allocation, as well as real-time anomaly detection…
Develops LSTM for predicting neuronal dynamics over long time-horizons.
problem Understanding and controlling complex brain behaviors.
method Long Short-Term Memory (LSTM) neural network architecture for multi-time step predictions.
result LSTM improves short time-horizon prediction accuracy and multi-time step predictions of neuronal dynamics.
Long short-term memory network outperforms seasonal model in JSE Top 40 forecasting.
problem Comparing neural network performance to traditional models in financial forecasting.
method Used long short-term memory network for JSE Top 40 return data forecasting.
result Long short-term memory network outperforms seasonal model in forecasting.
Extended LSTM improves language modeling performance.
problem Improving LSTM for large-scale language modeling.
method Exponential gating, modified memory structure, and residual stacking.
result xLSTM outperforms state-of-the-art models in performance and scaling.
condLSTM-Q predicts COVID-19 deaths at county level with quantile forecasts.
problem Predicting COVID-19 mortality at fine geographical scales.
method Conditional Long Short-Term Memory networks with quantile output.
result Fine-scale quantile predictions inform about death toll distribution.
This paper proposes a convolutional neural network (CNN)-based method that learns traffic as images and predicts large-scale, network-wide traffic speed with a high accuracy. Spatiotemporal traffic dynamics are converted to images describing the time and space relations of traffic flow via a two-dimensional time-space …
We propose an experimental comparison between Deep Echo State Networks (DeepESNs) and gated Recurrent Neural Networks (RNNs) on multivariate time-series prediction tasks. In particular, we compare reservoir and fully-trained RNNs able to represent signals featured by multiple time-scales dynamics. The analysis is perfo…
Fully convolutional neural networks (FCN) have been shown to achieve state-of-the-art performance on the task of classifying time series sequences. We propose the augmentation of fully convolutional networks with long short term memory recurrent neural network (LSTM RNN) sub-modules for time series classification. Our …
LSTM models struggle with volatility prediction due to financial complexities.
problem Volatility prediction in financial markets is challenging due to various factors.
method Comparison of LSTM models with econometric models for volatility prediction.
result LSTM models do not outperform strong econometric models in volatility prediction.
Stacked LSTM networks improve traffic volume forecasting.
problem Accurate traffic volume prediction for better planning.
method Applying stacked Long Short-Term Memory (LSTM) networks for time series forecasting.
result Stacked LSTM networks enhance the accuracy of traffic volume predictions.
Paper proposes new method for time series confidence intervals using LSTM.
problem Constructing accurate confidence intervals for multivariate time series.
method Uses Long Short Term Memory Network (LSTM) and novel block bootstrap techniques.
result Demonstrates improved accuracy in constructing confidence intervals.
CogScale benchmarks AI architectures for sequential processing.
problem Evaluating AI architectures' ability to process sequential information efficiently.
method 14 scalable synthetic tasks designed to isolate cognitive and memory abilities at different scales.
result Attention mechanisms and modern state-space models consistently maintain high performance as task difficulty scales.
Deep learning predicts cryptocurrency price movements from trade data.
problem Predicting short-term price changes in cryptocurrencies.
method Long Short-term Memory Network (LSTM) trained on trade-by-trade data.
result Optimal LSTM model achieves over 60% accuracy on out-of-sample test periods.
The study addresses overlooked data-generating processes in time-series asset pricing.
problem The literature on time-series asset pricing overlooks the data-generating processes for factors expressed in return differences.
method The study proposes a new definition of returns and compound returns for factors, and uses OLS with net returns for single-index models.
result OLS with net returns for single-index models leads to inflated alphas, exaggerated t-values, and overestimated Sharpe ratios.
New LSTM model predicts disaggregated electricity loads accurately.
problem Forecasting disaggregated electricity loads from smart meters.
method Single complex LSTM model capturing individual consumption patterns.
result Model accurately predicts future loads of new consumers.
Study uses neural networks to predict travel times for public transportation.
problem Inaccurate travel time predictions due to road traffic irregularities.
method Developed two neural network models (MLP and LSTM) using OD travel time matrix.
result Both models can make near-accurate predictions, but LSTM is more susceptible to noise.
The paper uses HMM and LSTM for stock market trend analysis.
problem Predicting stock market trends using machine learning.
method Apply Hidden Markov Model and Long Short Term Memory to stock market data.
result The combination of GMM-HMM+LSTM and XGB-HMM+LSTM outperformed other models.
MRC-LSTM predicts Bitcoin prices using CNN and LSTM.
problem Predicting Bitcoin price with high volatility and complex factors.
method Combines MRC and LSTM, focusing on multi-scale features and long-term dependencies.
result MRC-LSTM significantly outperforms other models in Bitcoin price prediction.
Paper optimizes a big data and ML risk monitoring system for financial markets.
problem Traditional risk monitoring methods are inadequate for modern financial markets due to data complexity and volume.
method Four-layer architecture integrating big data and advanced ML algorithms (LSTM, RF, GB).
result Significantly enhances efficiency and accuracy in risk management, especially in market crash risk detection.
This paper uses DRL for long-short portfolio optimization, improving risk-adjusted returns.
problem Traditional portfolio optimization limits diversification by excluding short-selling.
method Developed a DRL framework with a short-selling mechanism for continuous trading.
result DRL model with short-selling achieves superior risk-adjusted returns.
EnLSTM network improves log generation from small datasets.
problem Generating well logs from small datasets with high accuracy.
method Combining ENN and C-LSTM networks with perturbation methods.
result 34% reduction in mean-square-error compared to existing models.
This paper studies mutual information in sequence models and finds Transformers excel in capturing long-range dependencies.
problem Understanding the expressive power of sequence models in capturing temporal dependencies.
method Theoretical and empirical analysis of linear and nonlinear RNNs, including Transformers.
result Transformers can capture long-range mutual information more efficiently than RNNs.
We present a convolutional-recurrent neural network architecture with long short-term memory for real-time processing and classification of digital sensor data. The network implicitly performs typical signal processing tasks such as filtering and peak detection, and learns time-resolved embeddings of the input signal. …
DistPre predicts traffic speeds efficiently for large networks.
problem Fine-grained, accurate speed prediction for large-scale transportation networks.
method Customizes LSTM models on a cluster, sharing trained models between detectors.
result Efficient and accurate fine-grained traffic-speed prediction.
Improved LSTM cell for high-frequency trading forecasts.
problem Precise stock price forecasting with minimal lags.
method Revised long short-term memory (LSTM) cell with optimal gate/state selection.
result Lower forecasting error compared to other recurrent neural networks.
LSTM models with DI enhance streamflow forecasts across diverse regions.
problem Challenges in integrating varied discharge measurements for accurate streamflow forecasts.
method Flexible data integration (DI) using LSTM models with CNN units for lagged inputs.
result DI significantly improved streamflow forecast performance, reaching record efficiency coefficients.
QLSTM outperforms LSTM in predicting KSE 100 index movements.
problem Predicting stock market movement in uncertain economic conditions.
method Used LSTM and QLSTM models on monthly data of economic indicators.
result QLSTM provided more accurate predictions of KSE 100 index values.
DeepKriging uses neural networks for spatio-temporal interpolation and forecasting.
problem Non-Gaussianity and nonstationarity in real-world data.
method Two-stage model: DNN for interpolation, LSTM for forecasting.
result DeepKriging provides probabilistic forecasts without stationarity assumptions.
Long Short-Term Memory (LSTM) is a recurrent neural network (RNN) architecture that has been designed to address the vanishing and exploding gradient problems of conventional RNNs. Unlike feedforward neural networks, RNNs have cyclic connections making them powerful for modeling sequences. They have been successfully u…
Much sequential data exhibits highly non-uniform information distribution. This cannot be correctly modeled by traditional Long Short-Term Memory (LSTM). To address that, recent works have extended LSTM by adding more activations between adjacent inputs. However, the approaches often use a fixed depth, which is at the …
Predicting MRI coil failures using time series classification.
problem Early detection of MRI hardware failures to prevent downtime.
method Training a statistical model on sequential image data features over time.
result LSTMs achieved an F-score of 86.43% and 98.33% accuracy in predicting coil damage.
Action recognition has attracted increasing attention from RGB input in computer vision partially due to potential applications on somatic simulation and statistics of sport such as virtual tennis game and tennis techniques and tactics analysis by video. Recently, deep learning based methods have achieved promising per…
Recurrent neural networks (RNN) are at the core of modern automatic speech recognition (ASR) systems. In particular, long-short term memory (LSTM) recurrent neural networks have achieved state-of-the-art results in many speech recognition tasks, due to their efficient representation of long and short term dependencies …
Corn yield prediction is beneficial as it provides valuable information about production and prices prior the harvest. Publicly available high-quality corn yield prediction can help address emergent information asymmetry problems and in doing so improve price efficiency in futures markets. This paper is the first to em…
Many different classification tasks need to manage structured data, which are usually modeled as graphs. Moreover, these graphs can be dynamic, meaning that the vertices/edges of each graph may change during time. Our goal is to jointly exploit structured data and temporal information through the use of a neural networ…
Nowadays, multivariate time series data are increasingly collected in various real world systems, e.g., power plants, wearable devices, etc. Anomaly detection and diagnosis in multivariate time series refer to identifying abnormal status in certain time steps and pinpointing the root causes. Building such a system, how…
Recurrent Neural Networks (RNNs) have long been recognized for their potential to model complex time series. However, it remains to be determined what optimization techniques and recurrent architectures can be used to best realize this potential. The experiments presented take a deep look into Hessian free optimization…
The paper predicts Bitcoin prices using machine learning and sentiment analysis.
problem Predicting the future price of Bitcoin in USD.
method Applied supervised machine learning and sentiment analysis to Twitter and Reddit data.
result LSTM models with multi-feature analysis outperformed ARIMA models in predicting Bitcoin prices.
Deep learning models improve stock portfolio performance.
problem Improving stock portfolio allocation strategies.
method Used MLP, CNN, LSTM, and Transformer models to predict stock returns.
result Deep learning models enhance long-short stock portfolio performance.
Convolutional neural networks (CNNs) have been successfully employed in recent years for the detection of radiological abnormalities in medical images such as plain x-rays. To date, most studies use CNNs on individual examinations in isolation and discard previously available clinical information. In this study we set …
Proposes LSR-IGRU for improved stock trend prediction.
problem Challenges in stock price prediction due to complex relationships and nonlinear dynamics.
method Long short-term relationships matrix and improved GRU input for better temporal and relationship integration.
result Significantly improved accuracy in predicting stock trend changes.
LSTM predicts COVID-19 growth patterns from global data.
problem Forecasting the spread of COVID-19 using big data and machine learning.
method Used multivariate long short-term memory (LSTM) to learn correlations over time.
result LSTM outperformed RNN in predicting COVID-19 growth with lower validation error.
Paper uses TCN with attention to predict UHF stock price changes.
problem Predicting discrete dynamic distribution of UHF stock price changes.
method Classified price changes, used TCN with attention mechanism.
result TCN and TCN (attention) models outperform GARCH and LSTM models.
Recurrent Neural Networks (RNNs) are designed to handle sequential data but suffer from vanishing or exploding gradients. Recent work on Unitary Recurrent Neural Networks (uRNNs) have been used to address this issue and in some cases, exceed the capabilities of Long Short-Term Memory networks (LSTMs). We propose a simp…