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.

169,042 papers · 148 categories

Trend · papers per month

1122 · Jul 202019922001200920172026
17 results for FFNN

Investment decisions can benefit from incorporating an accumulated knowledge of the past to drive future decision making. We introduce Continual Learning Augmentation (CLA) which is based on an explicit memory structure and a feed forward neural network (FFNN) base model and used to drive long term financial investment…

2018-12-06abs ↗pdf ↗

This study compares machine learning algorithms for predictive performance and interpretability.

problem Comparing supervised machine learning algorithms for predictive ability and model interpretation.
method Simulation studies of extreme gradient boosting machines, random forests, and feedforward neural networks on structured data.
result Feedforward neural networks generally outperform tree-based boosting algorithms in smooth models, while tree-based models perform better in non-smooth models.

Study compares machine learning models for insurance pricing, including neural networks and GLMs.

problem Improving insurance pricing models using machine learning techniques.
method Benchmark study using four insurance datasets, comparing GLMs, GBM, FFNN, and CANN.
result CANNs provide better performance than GLMs and GBM, especially for frequency and severity modeling.

FourNet approximates financial transition densities using Fourier transforms.

problem Approximating transition densities in finance with high accuracy.
method FourNet is a novel FFNN with Gaussian activation, learning from characteristic functions.
result FourNet can approximate transition densities arbitrarily well with finite neurons.

Measures neural network complexity via effective degrees of freedom.

problem Challenges in quantifying neural network complexity.
method Adapts generalized degrees of freedom (GDF) for binary outcomes and compares with cross-validation and null degrees of freedom.
result GDF provides a robust measure of model complexity for neural networks.

LIFE framework improves model accuracy and interpretability.

problem Achieving high prediction accuracy and interpretability in neural networks.
method Three-step process: subset definition, feature creation, and linear model combination.
result LIFE consistently outperforms other models in prediction accuracy and interpretability.

Deep learning models predict solar irradiance for short-term forecasts.

problem Accurate prediction of solar irradiance for renewable energy integration.
method Sequence-to-sequence LSTM models for GHI forecasting, incorporating spatial-temporal features.
result LSTM models outperform traditional techniques in short-term GHI forecasting.

Paper predicts M&A deal success using ML and DL techniques.

problem Predicting the success of M&A deals to avoid costly mistakes.
method Data preprocessing with ML techniques, feedforward neural networks, and sentiment scores integration.
result Methodology outperforms benchmark models in preliminary tests.

MTL improves multi-dimensional regression in luminescence sensing.

problem Challenges in modeling multi-dimensional regression problems with classical methods.
method Multi-task learning (MTL) with feed-forward neural networks (FFNNs).
result MTL allows predicting multiple parameters from a single set of measurements.

Develops AMITE for analyzing neural network nonlinearities.

problem Addressing difficulties in verification, explainability, and security in neural network analysis.
method Analytically modified integral transform expansion (AMITE) for neural network nonlinearities.
result First to provide six mutually exclusive desired expansion properties.

Activities in reinforcement learning (RL) revolve around learning the Markov decision process (MDP) model, in particular, the following parameters: state values, V; state-action values, Q; and policy, pi. These parameters are commonly implemented as an array. Scaling up the problem means scaling up the size of the arra…

2018-07-23abs ↗pdf ↗