Research
On-device research index

arXiv research

A locally-built, LLM-digested index of recent arXiv papers in quant finance, geometry/topology, and statistical ML — keyword search served straight from SQLite on this machine.

168,695 papers · 148 categories

Trend · papers per month

9.8%19.5%29.3%39.1% · May 201919922001200920172026
48 results for LSTM Neural Networks

Simplified LSTM models improve sentiment analysis on Twitter debate data.

problem Performing sentiment analysis on long sequence data from Twitter debates.
method Developed six parameter-reduced LSTM models (slim LSTM) for faster training and reduced computational cost.
result Slim LSTM models outperform standard LSTM model in sentiment analysis of GOP Debate Twitter dataset.

Improved traffic forecasting model handles missing data.

problem Short-term traffic forecasting with missing values.
method Proposed SBU-LSTM architecture with bidirectional and unidirectional LSTM.
result Superior performance in accuracy and robustness for network-wide traffic prediction.

LSTM neural networks improve stock price prediction for Stockholm OMX30.

problem Forecasting stock price movement in financial markets.
method Ensemble of parallel long short-term memory (LSTM) neural networks trained on binary classification of stock returns.
result The LSTM ensemble outperforms traditional portfolios in terms of average daily returns, cumulative returns, and risk-adjusted performance.

Generates music with coherent rhythm, chords, and melody using LSTM models.

problem Lack of direction and coherence in generated music by neural networks.
method Two-stage LSTM model: first generates harmonic and rhythmic templates, then melodies conditioned on these.
result Subjective test shows improved musical coherence and coherence compared to baselines.

Unified statistical framework for LSTM model selection.

problem Model selection and hyperparameter tuning in LSTM networks is heuristic and computationally expensive.
method Proposes a statistical framework extending classical model selection ideas to LSTM networks.
result Improved performance of the proposed framework demonstrated on biomedical data.

This paper solves hedging in incomplete markets using neural networks.

problem Hedging in incomplete markets with risk factor, illiquidity, and discrete transaction dates.
method Proposes a jump-diffusion model and uses RNN, LSTM, and Mogrifier-LSTM neural networks for hedging strategies.
result Mogrifier-LSTM is the fastest and most effective model for hedging.

The paper introduces a new σσ-LSTM cell for volatility forecasting using stylized facts.

problem Lack of explainability and stylized knowledge in neural network volatility modeling.
method Introduces a new σσ-LSTM cell with a stochastic processing layer, designed to incorporate stylized facts about volatility.
result Shows good out-of-sample forecasting performance with the σσ-LSTM cell.

Study compares LSTM and ANN architectures for forex prediction, finding ANN more efficient.

problem Forex time series prediction efficiency and resource usage.
method Comparison of Long Short-Term Memory (LSTM) and specialized ANN architectures.
result Specialized ANN architecture performs better with fewer resources and faster execution.

Dialogue act (DA) classification has been studied for the past two decades and has several key applications such as workflow automation and conversation analytics. Researchers have used, to address this problem, various traditional machine learning models, and more recently deep neural network models such as hierarchic…

2019-08-02abs ↗pdf ↗

A model integrates CNN and LSTM with LLM for better stock forecasting.

problem Complex stock market prediction with volatile patterns and multifaceted data.
method Two-Level Conv-LSTM Neural Network with LLM for holistic stock advising.
result Improved prediction accuracy and contextual insights.

While neural networks have acted as a strong unifying force in the design of modern AI systems, the neural network architectures themselves remain highly heterogeneous due to the variety of tasks to be solved. In this chapter, we explore how to adapt the Layer-wise Relevance Propagation (LRP) technique used for explain…

2019-09-25abs ↗pdf ↗

GRU models with Adam optimizer outperform other combinations in stock market forecasting.

problem Comparing optimization techniques for time series forecasting in LSTM and GRU networks.
method Examined Adam and Nesterov Accelerated Gradient (NAG) on LSTM and GRU models for stock market forecasting.
result GRU models with Adam optimizer produced the lowest RMSE and outperformed other combinations.

Study uses IMFs and neural networks to predict economic time series, enhancing interpretability.

problem Improving prediction accuracy and interpretability of economic time series.
method Intrinsic Mode Functions (IMFs) derived from economic time series, combined with DeepSHAP for interpretability.
result The last IMFs are most influential, and high-frequency IMFs introduce noise.

Paper addresses LSTM stability for thermal systems using infinity-norm.

problem Stability of LSTM networks in thermal systems.
method Derived ISS_{\infty} condition for LSTM, developed training strategy.
result ISS_{\infty}-promoted LSTM outperforms other models in thermal system case study.

LSTM-MDNs improve risk forecasting during turbulent periods.

problem Forecasting Value-at-Risk (VaR) during volatile market conditions.
method Implemented Long Short-Term Memory mixture density networks (LSTM-MDNs) for VaR forecasting and compared them with established models.
result LSTM-MDNs outperformed benchmark models in turbulent periods but not in calm periods.

In this paper, we propose multi-variable LSTM capable of accurate forecasting and variable importance interpretation for time series with exogenous variables. Current attention mechanism in recurrent neural networks mostly focuses on the temporal aspect of data and falls short of characterizing variable importance. To …

2018-06-17abs ↗pdf ↗

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 …

2017-09-08abs ↗pdf ↗

A study on power market price forecasting by deep learning is presented. As one of the most successful deep learning frameworks, the LSTM (Long short-term memory) neural network is utilized. The hourly prices data from the New England and PJM day-ahead markets are used in this study. First, a LSTM network is formulated…

2018-09-18abs ↗pdf ↗

We examine Deep Canonically Correlated LSTMs as a way to learn nonlinear transformations of variable length sequences and embed them into a correlated, fixed dimensional space. We use LSTMs to transform multi-view time-series data non-linearly while learning temporal relationships within the data. We then perform corre…

2018-01-16abs ↗pdf ↗

We introduce multiplicative LSTM (mLSTM), a recurrent neural network architecture for sequence modelling that combines the long short-term memory (LSTM) and multiplicative recurrent neural network architectures. mLSTM is characterised by its ability to have different recurrent transition functions for each possible inp…

2016-09-26abs ↗pdf ↗