Pith. sign in

REVIEW 4 major objections 6 minor 1 cited by

Multilayer Perceptron Neural Network Models in Asset Pricing: An Empirical Study on Large-Cap US Stocks

T0 review · 4 major / 6 minor · reviewed 2026-08-16 · deepseek-v4-flash

Pith's one-line read The paper claims that a two-hidden-layer dynamic pyramid MLP prices large-cap US stocks best out of sample, and that MLP factor investing matters mainly for downside risk control.

desk verdict Plausible model comparison, but survivorship bias and a mislabeled alpha undermine the portfolio conclusions; worth refereeing with major revision. read the letter →

arxiv 2505.01921 v3 pith:ALGJE4VT submitted 2025-05-03 q-fin.PR q-fin.CPq-fin.RM

classification q-fin.PRq-fin.CPq-fin.RM
keywords assetpricingmultilayerperceptronneuralnetworkfactorinvestingout-of-sampleR-squareddownsiderisklarge-capUSstocksCOVID-19
verification ladder T0 review T1 audit T2 compute T3 formal

The pith

A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.

The reading

This paper asks whether multilayer perceptron networks can price individual large-cap US stocks from 182 characteristic-sorted portfolio factors, and how their structure should be chosen. Its central claim is that a two-hidden-layer MLP with dynamically sized layers (36 and 6 neurons) achieves the best out-of-sample fit, with an average R-squared of 3.66%, beating deeper networks, the fixed-shape benchmark network from the 2020 study, and linear methods such as OLS, PLS, and PCR. The second claim is that MLP factor investing does not beat buy-and-hold in absolute annual returns but is valuable for downside risk control: the winning model posts the lowest maximum drawdown and the highest risk-adjusted ratios in the full-period equal-weighted test. If the claims hold, practitioners should stop assuming 'deeper is better' for factor pricing and should evaluate neural factor strategies primarily by drawdown and downside-risk metrics.

What carries the argument

The carrying mechanism is the dynamic pyramid MLP: a fully connected network whose hidden-layer widths shrink geometrically from the 182-factor input toward the single output, with the width schedule set by a formula that depends on the total number of hidden layers. For two hidden layers this produces 36 and 6 neurons, the configuration with the best out-of-sample fit. Estimation uses MSE loss, ReLU activation, adaptive-moment gradient optimization, early stopping, batch normalization, and L1 regularization; predictions are scored by out-of-sample R-squared and a pairwise forecast-error test, then turned into long-only sign-based equal- and value-weighted portfolios.

What would settle it

Re-run the backtest on a point-in-time universe that includes stocks that later delisted or stopped reporting; if the two-layer MLP's Sharpe ratio, Sortino ratio, and maximum drawdown advantage over buy-and-hold shrinks or flips, the downside-risk claim would be refuted.

Watch

Extended reading notes

Core claim

The paper reports that, on 420 large-cap US stocks with 182 characteristic-sorted portfolio factors, a two-hidden-layer MLP whose widths are set by a dynamic pyramid rule achieves an average out-of-sample R-squared of 3.66% over 2013–2021, and 2.16% when the COVID-19 months are removed. This beats every alternative tested, including one- and three-layer dynamic networks, five-layer networks that fall to −1.04%, the fixed-shape benchmark network from the 2020 study, and OLS, PLS, and PCR. The author interprets the pattern as evidence that deeper MLPs overfit at this data size. In the long-only backtest, all models earn positive and significant alphas, yet none beats buy-and-hold annual returns; the two-layer model instead posts the lowest maximum drawdown (39.03%) and the highest Sharpe and Sortino ratios in the equal-weighted full-period test, supporting the paper's conclusion that MLP factor investing is mainly a downside-risk management tool.

Load-bearing premise

The load-bearing premise is that the 420 stocks with no missing data through the full test period are the same universe an investor could have traded from 2013, even though firms that delisted or stopped reporting were excluded.

Editorial extensions

If this is right

  • The optimal depth for MLP factor models at this data scale is two or three hidden layers; networks with five layers go to negative out-of-sample R-squared.
  • Practitioners should evaluate MLP factor strategies by Sharpe ratio, Sortino ratio, and maximum drawdown rather than annual return, since none of the tested models beat buy-and-hold in absolute return.
  • Including the COVID-19 months in the test window improves the proposed models' out-of-sample fit, indicating the dynamic pyramid networks stay usable in extreme market moves.
  • Value-weighting the portfolio lowers maximum drawdown further, with the three-layer model reaching 33.04% in the full testing period.

Reading between the lines

Editorial extensions of the paper, not claims the author makes directly.

  • Inference: a point-in-time tradable universe that includes delisted stocks would likely reduce the reported Sharpe and Sortino ratios, so the downside-risk advantage is best read as an upper bound.
  • Inference: the dynamic pyramid width rule should be portable to other markets; the depth result implies the best architecture depends on the data-to-parameter ratio, so smaller samples should favor even shallower networks.
  • Inference: adding a signal filter that requires a minimum predicted return before opening a long position may recover some of the shortfall against buy-and-hold in strong uptrends, where the paper finds unfiltered sign signals fail.
  • Inference: because Announcement Return, Earnings Forecast Disparity, and Size dominate variable importance across models, an ablation study using fewer than 182 factors could test whether the remaining factor zoo adds predictive value.
Share X Bluesky LinkedIn Reddit HN

Signed reviews

No signed human review yet.

Editorial analysis

A structured set of objections, weighed in public.

Desk editor's note, referee report, and a circularity audit.

Referee Report

4 major / 6 minor

Summary. The paper applies multilayer perceptron (MLP) models with a dynamic pyramid structure to 182 firm-characteristic-sorted portfolio factors to forecast excess returns of 420 large-cap US stocks over 2013-2021, extending the GKX (2020) framework. The main empirical claims are (i) a two-hidden-layer MLP achieves the highest out-of-sample R2 (3.66%) and outperforms deeper MLPs, OLS, PLS, PCR, and fixed-shape GKX models; (ii) the COVID-19 period improves MLP OOS fit; and (iii) MLP factor investing is more valuable for downside-risk control than for absolute returns, based on backtests of a long-only signal strategy. The paper also reports variable importance and compares equal- and value-weighted portfolios.

Significance. If the results held, the paper would provide a useful practical data point for ML asset pricing: it shows that with a limited cross-section and a relatively short OOS window, shallow dynamic MLPs can be more effective than deeper fixed architectures, and that factor-sorted portfolio characteristics can substitute for a much larger predictor set. The within-universe OOS R2 comparison and DM tests are appropriate tools, and the paper is transparent about its data sources and provides pseudocode for its optimization procedures. However, the backtest and downside-risk conclusions rest on a survivorship-biased universe, the alpha measure is mislabeled and does not measure risk-adjusted performance, and the architecture is selected on the same test set used for reporting, so the headline claims require substantial revision before they can be accepted as stated.

major comments (4)
  1. [Section 3, Tables 6-7] The stock selection criterion 'having no missing data in the testing period' is an ex post survivorship filter: an investor at the start of the test period cannot know which stocks will survive through 2021. This biases the backtest metrics (Sharpe, Sortino, MDD, alpha) in Tables 6 and 7, because stocks that crashed or delisted during the test window are mechanically excluded. The paper's justification using Lehman Brothers is temporally misplaced: Lehman failed in 2008, which falls in the validation window (2/2003-12/2012), not the 2013-2021 test window. Consequently, the Section 6 conclusion that MLP factor investing is mainly useful for downside-risk control is not established for a point-in-time tradable universe. The R2 ranking in Table 3 is less affected because all models share the same survivor universe, but the backtest conclusions need to be re-run on an investable universe or explicitly reframed as conditional on survival.
  2. [Section 5.2, Table 3] The best architecture (fw2, two hidden layers) is selected on the basis of the highest OOS R2 computed on the same 2013-2021 test period used to report results and to run DM tests. This creates a selection-on-the-test-set bias: the reported R2 gap for fw2 and the DM test significances against other models are inflated because the same data were used to choose the architecture. The paper should either use a separate validation period for architecture selection, or honestly report that the R2 values are conditional on in-sample selection and adjust the inference accordingly.
  3. [Section 5.3, Equation (43)] Equation (43) defines alpha as the difference between the expected out-of-sample excess return and the expected predicted excess return. This is not Jensen's alpha, which is the intercept from a time-series regression of portfolio excess returns on factor exposures. As a result, the alpha values and t-statistics in Tables 6 and 7 do not measure risk-adjusted performance or factor profitability; they merely say that the average predicted return is lower than the average realized return, which is not an economically meaningful performance metric. The interpretation that 'all models have significant positive alphas, which indicates the extra gain from factors' is therefore unsupported.
  4. [Sections 4.1-4.4] The empirical results are not reproducible because the hyperparameter values are not reported. The paper mentions L1 regularization (Equation (34)), early stopping, batch normalization, and Adam, and Appendix A gives pseudocode, but the actual values used (learning rate, batch size, maximum epochs, early-stopping patience, regularization strength lambda, and any hyperparameter tuning procedure) are missing. Given that the central claim is a comparative empirical evaluation, the absence of these details prevents verification and makes the results sensitive to unspecified choices.
minor comments (6)
  1. [Equation (21)] The dynamic pyramid formula appears to contain a typo: 'O(l0)' is not clearly defined, and the neuron counts in Table 2 (e.g., 36 and 6 for two hidden layers) do not obviously follow from the formula as printed. Please correct the notation and verify the computation.
  2. [Section 5.1, trading signal rule] The description of the trading signal is ambiguous: 'if the sign of the actual excess return and predicted excess return are both positive, then long the stock from the next value.' Please clarify whether the actual return used is the realized return at time t (a momentum filter) or the contemporaneous return at time t+1 (which would introduce look-ahead bias).
  3. [Section 5.3, value-weighted portfolio] The statement that 'portfolio weighting has no impact on extra gain alpha' and that the value-weighted alpha equals the equal-weighted alpha is incorrect for a weighted average of stock-level alphas; the value-weighted alpha is a weighted average, not generally equal to the equal-weighted alpha. This should be corrected or clarified.
  4. [Table 3] The reported average R2 and average MSE are non-monotonic across models (e.g., fw2 and pcr share the same average MSE but differ greatly in average R2). The text explains this with the multiple-labels caveat, but it would aid the reader to also report the cross-sectional dispersion of the underlying variances or per-stock R2 distributions.
  5. [Section 3] The date at which the top-15% market-capitalization sort is applied is not specified; please state whether the sort is point-in-time or uses full-sample information, because this affects the interpretation of the selected universe.
  6. [Throughout] There are numerous typos and formatting issues, including 'Univiersity', 'gamil.com', 'Rresearch', 'Shape Ratio' for 'Sharpe Ratio', and inconsistent author formatting for the Chen-Zimmermann reference. A careful proofread is needed.

Circularity Check

0 steps flagged · score 0.0 of 10

No circularity: the paper's empirical comparisons, model architectures, and backtests are self-contained evaluations against external benchmarks; the best-depth finding is a test-set result, not a fitted input renamed as a prediction.

full rationale

The paper's derivation chain is empirical rather than definitional. The factor model is specified as ri,t+1 = g(fi,t; θ) + εi,t+1 (Eq. 5), with the MLP function form defined by standard forward-propagation equations and a pyramid width formula taken from Coqueret and Guida [19]; the output (one stock's excess return) and inputs (182 firm characteristic-sorted factors from Chen et al. [18]) are distinct quantities, and no equation defines one in terms of the other. Out-of-sample R2 (Eq. 35) uses the training-period mean as the benchmark, so it is a standard predictive accuracy measure and does not embed the test outcomes it evaluates. The DM test compares held-out absolute forecast errors between models, and the portfolio metrics (Sharpe, Sortino, MDD, alpha) are computed directly from predicted and realized returns; none of these quantities is fitted to a subset and then relabeled as a prediction. The central finding that the 2-hidden-layer MLP has the highest average OOS R2 is a horse-race result on the fixed testing window, not a parameter calibrated on that window and then called a forecast; selecting the best performer after seeing the test results may raise overfitting or multiple-comparisons concerns, but that is a validity issue, not circularity. The survivor-universe filter in Section 3 is an ex post selection bias that affects the generalizability of the backtests, yet all models are evaluated on the same universe and the paper's comparative claims are not derived from the filter by construction. Citations to GKX2020 and Coqueret and Guida are external references, and the single odd phrase 'As one of the developers of the GKX2020's work' is not load-bearing for any result. No step reduces by the paper's own equations to its inputs, so the appropriate finding is no significant circularity.

Assumptions & free parameters 3 free parameters · 4 assumptions · 0 invented entities

The paper is an empirical ML study with no theoretical derivation. The central claim depends on the survivor-biased stock universe, the borrowed dynamic pyramid architecture, and several unreported hyperparameters; these are listed as free parameters and assumptions. No new entities are introduced.

free parameters (3)
  • Number of hidden layers L = 2 (selected by highest OOS R2)
    The paper compares L=1 to 5 and chooses 2 based on the same test set used for evaluation. This data-driven selection is a free choice that affects the central result.
  • L1 regularization strength λ = Not reported
    Equation (34) includes the penalty λ||θ||_1, but the paper does not state λ's value or tuning procedure, making the model non-replicable.
  • Batch size, epoch count, early-stopping patience = Not reported
    Training details beyond the Adam defaults (learning rate 0.001, beta1 0.9, beta2 0.999, epsilon 1e-8) are missing; these affect converged model quality and are effectively free parameters.
assumptions (4)
  • domain assumption The 420 selected stocks must have no missing data over the full testing period (the 'going concern' condition), so firms that delisted are excluded.
    Section 3 imposes this data-availability filter to define the universe. The backtest conclusions depend on this survivor-biased sample.
  • domain assumption The 182 characteristic-sorted portfolio factors from Andrew Y.; Zimmermann (2020) are valid, point-in-time predictors of future excess returns.
    Section 3 uses these factors as features without independent verification of look-ahead bias or alignment with the return timing.
  • ad hoc to paper The dynamic pyramid architecture formula (Equation 21) taken from Coqueret and Guida is an appropriate way to set hidden-layer sizes.
    The paper borrows this heuristic from prior work and uses it for all models; it is not derived or justified from first principles.
  • domain assumption The additive prediction error model with E_t[r_{i,t+1}]=0 (Equation 4) is assumed before introducing predictors.
    This standard conditional-mean assumption underlies the loss function and evaluation; it is invoked in Section 4.

how reviews work

0 comments
Cite this review

Pith. "Pith review of Multilayer Perceptron Neural Network Models in Asset Pricing: An Empirical Study on Large-Cap US Stocks." pith.science (2026). https://pith.science/paper/ALGJE4VT

@misc{pith2026250501921,
  author       = {Pith},
  title        = {Pith review of: Multilayer Perceptron Neural Network Models in Asset Pricing: An Empirical Study on Large-Cap US Stocks},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/ALGJE4VT}},
  note         = {Machine review of arXiv:2505.01921}
}
read the original abstract

In this study, MLP models with dynamic structure are applied to factor models for asset pricing tasks. Concretely, the MLP pyramid model structure was employed on firm characteristic-sorted portfolio factors for modelling the large-cap US stocks. It was further developed as a practical factor investing strategy based on the predictions. The main findings were evaluated from 2 angles: model predictive power and backtesting performance, which were compared for the periods with and without COVID-19. The empirical results indicated that, given the constraints of the data size, the MLP models no longer perform 'deeper, better' in terms of predictive power, whereas the proposed MLP models with 2 and 3 hidden layers have greater flexibility in modelling the factors in this case. This study also verified the idea from previous work that MLP models for factor investing are more meaningful for downside risk control than for pursuing absolute annual returns.

Discussion (0). Continue with ORCID to comment.

Forward citations

Cited by 1 Pith paper

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score. Full citation record

  1. Is attention truly all we need? An empirical study of asset pricing in pretrained RNN sparse and global attention models

    q-fin.PR 2025-08 conditional novelty 5.0 of 10

    Pre-trained RNN models with global self-attention or sliding-window sparse attention deliver the highest value-weighted Sortino ratios (2.0 and 1.80) in a COVID-era backtest of 420 large-cap US stocks.

Reference graph

Works this paper leans on

56 extracted references · 35 canonical work pages · cited by 1 Pith paper

  1. [1]

    Time, and Risk (August 8, 1961) (1961)

    Treynor, J.L.: Market value, time, and risk. Time, and Risk (August 8, 1961) (1961)

  2. [2]

    The Journal of Finance 33(3), 885–901 (1978)

    Ross, S.A.: The current status of the capital asset pricing model (CAPM). The Journal of Finance 33(3), 885–901 (1978)

  3. [3]

    Journal of Financial Economics 33(1), 3–56 (1993) https://doi.org/10

    Fama, E.F., French, K.R.: Common risk factors in the returns on stocks and bonds. Journal of Financial Economics 33(1), 3–56 (1993) https://doi.org/10. 1016/0304-405X(93)90023-5

  4. [4]

    Available at SSRN 3341728 (2019)

    Harvey, C.R., Liu, Y.: A census of the factor zoo. Available at SSRN 3341728 (2019)

  5. [5]

    Econometrica: journal of the Econometric Society, 1429–1445 (1978)

    Jr, R.E.L.: Asset prices in an exchange economy. Econometrica: journal of the Econometric Society, 1429–1445 (1978)

  6. [6]

    The journal of Finance 59(4), 1481–1509 (2004)

    Bansal, R., Yaron, A.: Risks for the long run: A potential resolution of asset pricing puzzles. The journal of Finance 59(4), 1481–1509 (2004)

  7. [7]

    Journal of political economy 109(6), 1238– 1287 (2001)

    Lettau, M., Ludvigson, S.: Resurrecting the (C) CAPM: A cross-sectional test when risk premia are time-varying. Journal of political economy 109(6), 1238– 1287 (2001)

  8. [8]

    The Quarterly journal of economics 127(2), 645–700 (2012)

    Gabaix, X.: Variable rare disasters: An exactly solved framework for ten puzzles in macro-finance. The Quarterly journal of economics 127(2), 645–700 (2012)

Show all 56 references
  1. [9]

    Sustainability (Switzerland)12(17), 1–21 (2020) https://doi.org/10.3390/SU12176791

    Baek, S., Glambosky, M., Oh, S.H., Lee, J.: Machine learning and algorithmic pairs trading in futures markets. Sustainability (Switzerland)12(17), 1–21 (2020) https://doi.org/10.3390/SU12176791

  2. [10]

    Expert Systems 38(3), 1–25 (2021) https://doi.org/ 10.1111/exsy.12649

    Chang, V., Man, X., Xu, Q., Hsu, C.H.: Pairs trading on different portfolios based on machine learning. Expert Systems 38(3), 1–25 (2021) https://doi.org/ 10.1111/exsy.12649

  3. [11]

    Expert Systems with Applications journal 158 (2020) https://doi.org/10.1016/j.eswa.2020.113490

    Sarmento, S.M., Horta, N.: Enhancing a Pairs Trading strategy with the applica- tion of Machine Learning. Expert Systems with Applications journal 158 (2020) https://doi.org/10.1016/j.eswa.2020.113490

  4. [12]

    Review of Financial Studies 33(5), 2223–2273 (2020) https://doi.org/10.1093/ rfs/hhaa009

    Gu, S., Kelly, B., Xiu, D.: Empirical Asset Pricing via Machine Learning. Review of Financial Studies 33(5), 2223–2273 (2020) https://doi.org/10.1093/ rfs/hhaa009

  5. [13]

    Journal of Econometrics 222(1), 429–450 (2021)

    Gu, S., Kelly, B., Xiu, D.: Autoencoder asset pricing models. Journal of Econometrics 222(1), 429–450 (2021)

  6. [14]

    Journal of 39 Economic Surveys (2022) https://doi.org/10.1111/joes.12532

    Bagnara, M.: Asset Pricing and Machine Learning: A critical review. Journal of 39 Economic Surveys (2022) https://doi.org/10.1111/joes.12532

  7. [15]

    Annual Review of Financial Economics 14 (2022) https://doi.org/10.1146/ annurev-financial-101521

    Giglio, S., Kelly, B., Xiu, D.: Factor Models, Machine Learning, and Asset Pric- ing. Annual Review of Financial Economics 14 (2022) https://doi.org/10.1146/ annurev-financial-101521

  8. [16]

    Princeton University Press (2021)

    Nagel, S.: Machine learning in asset pricing. Princeton University Press (2021)

  9. [17]

    International Journal of Data Science and Analytics 12(2), 175–183 (2021) https://doi.org/10

    Wang, Q.: Cryptocurrencies asset pricing via machine learning. International Journal of Data Science and Analytics 12(2), 175–183 (2021) https://doi.org/10. 1007/s41060-021-00252-6

  10. [18]

    Management Science 70(2), 714–750 (2024) https://doi.org/10.1287/mnsc.2023.4695

    Chen, L., Pelger, M., Zhu, J.: Deep Learning in Asset Pricing. Management Science 70(2), 714–750 (2024) https://doi.org/10.1287/mnsc.2023.4695

  11. [19]

    CRC Press, New York, USA (2020)

    Coqueret, G., Guida, T.: Machine Learning for Factor Investing: R Version. CRC Press, New York, USA (2020)

  12. [20]

    Journal of Finance 52(1), 57–82 (1997) https://doi.org/10.1111/j.1540-6261.1997.tb03808.x

    Carhart, M.M.: On persistence in mutual fund performance. Journal of Finance 52(1), 57–82 (1997) https://doi.org/10.1111/j.1540-6261.1997.tb03808.x

  13. [21]

    Jour- nal of Financial Economics 108(1), 1–28 (2013) https://doi.org/10.1016/j.jfineco

    Novy-Marx, R.: The other side of value: The gross profitability premium. Jour- nal of Financial Economics 108(1), 1–28 (2013) https://doi.org/10.1016/j.jfineco. 2013.01.003

  14. [22]

    Journal of Financial Economics 116(1), 1–22 (2015) https://doi.org/10.1016/j.jfineco.2014.10.010

    Fama, E.F., French, K.R.: A five-factor asset pricing model. Journal of Financial Economics 116(1), 1–22 (2015) https://doi.org/10.1016/j.jfineco.2014.10.010

  15. [23]

    Review of Financial Studies 28(3), 650–705 (2015) https://doi.org/10.1093/rfs/ hhu068

    Hou, K., Xue, C., Zhang, L.: Digesting anomalies: An investment approach. Review of Financial Studies 28(3), 650–705 (2015) https://doi.org/10.1093/rfs/ hhu068

  16. [24]

    Journal of money, credit and banking 1(1), 15–29 (1969)

    Tobin, J.: A general equilibrium approach to monetary theory. Journal of money, credit and banking 1(1), 15–29 (1969)

  17. [25]

    The Review of financial studies 33(5), 2019–2133 (2020)

    Hou, K., Xue, C., Zhang, L.: Replicating anomalies. The Review of financial studies 33(5), 2019–2133 (2020)

  18. [26]

    Journal of the American statistical association 97(460), 1167–1179 (2002)

    Stock, J.H., Watson, M.W.: Forecasting using principal components from a large number of predictors. Journal of the American statistical association 97(460), 1167–1179 (2002)

  19. [27]

    Journal of Financial Economics 134(3), 501–524 (2019) https: //doi.org/10.1016/j.jfineco.2019.05.001

    Kelly, B.T., Pruitt, S., Su, Y.: Characteristics are covariances: A unified model of risk and return. Journal of Financial Economics 134(3), 501–524 (2019) https: //doi.org/10.1016/j.jfineco.2019.05.001

  20. [28]

    The Journal of Finance 68(5), 1721–1756 (2013) 40

    Kelly, B., Pruitt, S.: Market expectations in the cross-section of present values. The Journal of Finance 68(5), 1721–1756 (2013) 40

  21. [29]

    Journal of Finance 75(3), 1327–1370 (2020) https://doi.org/10.1111/jofi.12883

    Feng, G., Giglio, S., Xiu, D.: Taming the Factor Zoo: A Test of New Factors. Journal of Finance 75(3), 1327–1370 (2020) https://doi.org/10.1111/jofi.12883

  22. [30]

    The Journal of Finance 74(1), 449–492 (2019)

    Chinco, A., Clark-Joseph, A.D., Ye, M.: Sparse signals in the cross-section of returns. The Journal of Finance 74(1), 449–492 (2019)

  23. [31]

    Journal of Political Economy 129(7), 1947–1990 (2021)

    Giglio, S., Xiu, D.: Asset pricing with omitted factors. Journal of Political Economy 129(7), 1947–1990 (2021)

  24. [32]

    Journal of the Royal Statistical Society Series B: Statistical Methodology 68(1), 49–67 (2006)

    Yuan, M., Lin, Y.: Model selection and estimation in regression with grouped vari- ables. Journal of the Royal Statistical Society Series B: Statistical Methodology 68(1), 49–67 (2006)

  25. [33]

    The Review of Financial Studies 33(5), 2326–2377 (2020)

    Freyberger, J., Neuhierl, A., Weber, M.: Dissecting characteristics nonparametri- cally. The Review of Financial Studies 33(5), 2326–2377 (2020)

  26. [34]

    Bertelsen, K.P.: The Prior Adaptive Group Lasso and the Factor Zoo (2022)

  27. [35]

    The journal of Finance 49(3), 851–889 (1994)

    Hutchinson, J.M., Lo, A.W., Poggio, T.: A nonparametric approach to pricing and hedging derivative securities via learning networks. The journal of Finance 49(3), 851–889 (1994)

  28. [36]

    arXiv preprint arXiv:1602.06561 (2016)

    Heaton, J.B., Polson, N.G., Witte, J.H.: Deep learning in finance. arXiv preprint arXiv:1602.06561 (2016)

  29. [37]

    Available at SSRN 3450322 (2021)

    Avramov, D., Cheng, S., Metzker, L.: Machine learning versus economic restric- tions: Evidence from stock return predictability. Available at SSRN 3450322 (2021)

  30. [38]

    Foundations and Trends ® in Finance 13(3-4), 205–363 (2023)

    Kelly, B., Xiu, D.: Financial machine learning. Foundations and Trends ® in Finance 13(3-4), 205–363 (2023)

  31. [39]

    Management Science 65(1), 370–389 (2019) https://doi.org/10

    Chen, H.J., Chen, S.J., Chen, Z., Li, F.: Empirical investigation of an equity pairs trading strategy. Management Science 65(1), 370–389 (2019) https://doi.org/10. 1287/mnsc.2017.2825

  32. [40]

    arXiv preprint arXiv:2403.02500 (2024)

    Wang, Y., Guo, S.: RVRAE: A Dynamic Factor Model Based on Varia- tional Recurrent Autoencoder for Stock Returns Prediction. arXiv preprint arXiv:2403.02500 (2024)

  33. [41]

    arXiv preprint arXiv:2106.06364 (2021)

    Eckerli, F., Osterrieder, J.: Generative adversarial networks in finance: an overview. arXiv preprint arXiv:2106.06364 (2021)

  34. [42]

    Dixon, M.F., Halperin, I., Bilokon, P.: Machine Learning in Finance: From Theory to Practice, pp. 1–548. Springer, Cham, Switzerland (2020). https://doi.org/10. 1007/978-3-030-41068-1

  35. [43]

    Journal of finance 25(2), 383–417 (1970) 41

    Fama, E.F.: Efficient capital markets. Journal of finance 25(2), 383–417 (1970) 41

  36. [44]

    Journal of economic literature 44(4), 988–1004 (2006)

    Mishkin, F.S.: How big a problem is too big to fail? A review of Gary Stern and Ron Feldman’s too big to fail: the hazards of bank bailouts. Journal of economic literature 44(4), 988–1004 (2006)

  37. [45]

    Centre for Financial Research (CFR), working paper (2020)

    Andrew Y.; Zimmermann, T.C.: Open source cross-sectional asset pricing. Centre for Financial Research (CFR), working paper (2020)

  38. [46]

    Cornell Aeronautical Laboratory (1957)

    Rosenbaltt, F.: The perceptron–a perciving and recognizing automation. Cornell Aeronautical Laboratory (1957)

  39. [47]

    nature 323(6088), 533–536 (1986)

    Rumelhart, D.E., Hinton, G.E., Williams, R.J.: Learning representations by back- propagating errors. nature 323(6088), 533–536 (1986)

  40. [48]

    PhD thesis, Committee on Applied Mathematics, Harvard University, Cambridge, MA (1974)

    Werbos, P.: Beyond regression: New tools for prediction and analysis in the behavioral sciences. PhD thesis, Committee on Applied Mathematics, Harvard University, Cambridge, MA (1974)

  41. [49]

    Goodfellow, I., Bengio, Y., Courville, A., Bengio, Y.: Deep Learning vol. 1. MIT press Cambridge, Cambridge, MA (2016)

  42. [50]

    Academic Press Profes- sional, Inc., Boston, MA (1993)

    Masters, T.: Practical Neural Network Recipes in C++. Academic Press Profes- sional, Inc., Boston, MA (1993)

  43. [51]

    arXiv preprint arXiv:1412.6980 (2014)

    Kingma, D.P., Ba, J.: Adam: A method for stochastic optimization. arXiv preprint arXiv:1412.6980 (2014)

  44. [52]

    In: Proceedings of the Thirteenth International Conference on Artificial Intelligence and Statistics, pp

    Glorot, X., Bengio, Y.: Understanding the difficulty of training deep feedfor- ward neural networks. In: Proceedings of the Thirteenth International Conference on Artificial Intelligence and Statistics, pp. 249–256. JMLR Workshop and Conference Proceedings, Chia Laguna Resort,...

  45. [53]

    Journal of Business and Economic Statistics 13(3), 253–263 (1995)

    Diebold, F.X., Mariano, R.S.: Com paring predictive accuracy. Journal of Business and Economic Statistics 13(3), 253–263 (1995)

  46. [54]

    Machine learning 45, 5–32 (2001)

    Breiman, L.: Random forests. Machine learning 45, 5–32 (2001)

  47. [55]

    International Review of Financial Analysis 90 (2023) https://doi.org/10.1016/j.irfa.2023.102876

    Ma, T., Wang, W., Chen, Y.: Attention is all you need: An interpretable transformer-based asset allocation approach. International Review of Financial Analysis 90 (2023) https://doi.org/10.1016/j.irfa.2023.102876

  48. [56]

    The Journal of finance 23(2), 389–416 (1968) 42

    Jensen, M.C.: The performance of mutual funds in the period 1945-1964. The Journal of finance 23(2), 389–416 (1968) 42

Pith tools

Reviewed August 16, 2026 · model on record in the stance chip above.