5. Discussion
The experimental results across the five asset classes reveal a consistent pattern: model performance is closely
tied to the statistical structure of the underlying asset. The random forest and LSTM models applied to gold (R²
= 0.92) and mutual fund NAVs (R² = 0.99) achieved the strongest fit, which is consistent with the relatively
smooth, trend-dominated behavior of these series. The real estate model (R² = 0.88) performed similarly well
over most of the 2015–2025 period but showed larger deviations toward the end of the forecast window
(Section 4.3, Fig. 5), suggesting that longer-horizon forecasts of illiquid, low-frequency markets such as real
estate are more sensitive to unmodeled structural shifts than shorter-horizon forecasts are. In contrast, the
stock (R² = 0.78) and cryptocurrency (R² = 0.80) models-both applied to the most volatile and high-frequency
asset classes in this study-achieved comparatively lower predictive performance, with R² values indicating that
the models explain a smaller share of price variance than for the more structured asset classes. This finding is
consistent with the broader literature on financial time series forecasting, where higher-frequency, sentiment-
sensitive assets are inherently harder to predict than structured, slower-moving assets are.
[5-7,9,10]
This pattern has direct implications for the proposed platform’s design: rather than applying a single model
architecture uniformly across all asset classes, the results support the platform’s domain-tailored approach of
pairing random forest with structured, low-frequency data and LSTM networks with volatile, high-frequency
data (Section 3.3). Moreover, the comparison against baseline strategies in Section 4.7 shows that even when
absolute error metrics are moderate, as with stocks, the LSTM model correctly predicted the price direction
where the naïve and lagging moving-average baselines did not, indicating that the predictive value for real-
world investment decisions cannot be judged from R² or RMSE alone.
The integration of the FinBERT-based sentiment module and the LLM-based advisory layer (Sections 3.4–3.5)
addresses a limitation identified throughout the reviewed literature: that highly accurate models often sacrifice
interpretability, reducing investor trust in real-world use.
[1]
By converting raw sentiment scores and
quantitative forecasts into structured, natural-language advisory output, the platform aims to make model
outputs more actionable for retail investors without requiring them to interpret raw statistical metrics directly.
However, this interpretability layer has not been formally evaluated in this study-for example, through a user
study assessing whether the generated advisory text improves investors' decision-making relative to raw
forecasts alone-and represents an important direction for future validation.
Several limitations of the current study should also be acknowledged. First, the sentiment analysis module
currently draws on financial news headlines rather than a broader set of external indicators, such as
macroeconomic data, trading volume, or liquidity measures, that prior work has identified as omitted from
many existing models;
[2-8,13]
incorporating such indicators could further improve forecasting accuracy,
particularly for real estate and gold. Second, the baseline comparison in Section 4.7 is limited to a single stock
(AAKASH. NS) over a one-month test window; broader validation across a larger set of securities, asset classes,
and time horizons is needed before the platform's practical profitability can be more confidently established,
addressing a validation gap noted in prior literature.
[11,12]
Third, while the platform has been implemented and
deployed as a working system rather than remaining purely theoretical, addressing another gap identified in
the literature review,
[11]
this study has not yet evaluated the platform under live, real-time market conditions
over an extended period. Addressing these limitations-particularly through longer-horizon backtesting, broader
asset and instrument coverage, and formal evaluation of the advisory layer's usefulness to end users-represents
a promising direction for future work.
6. Conclusion
This study set out to address a specific gap in AI-driven financial technology: the absence of a unified platform
capable of guiding individual investors, particularly in India, across multiple asset classes rather than a single
market. To this end, in this research, an AI-driven Unified Investment Guidance Platform that integrates five
major asset classes-stocks, mutual funds, gold, real estate, and cryptocurrency-is proposed and implemented
within a single analytical and advisory framework, combining domain-tailored forecasting models (Random
Forest for structured, low-frequency data; LSTM networks for volatile, high-frequency data) with a FinBERT-
based sentiment analysis module and an LLM-based natural-language advisory layer. The experimental results
demonstrate promising predictive performance across the five evaluated asset classes, although performance
varies by asset type and evaluation setting: an R² of 0.92 for gold, 0.88 for real estate, 0.78 for stocks, 0.80 for
cryptocurrency, and 0.99 for mutual fund NAV prediction. Beyond these standard regression metrics, a
preliminary comparison against baseline investment strategies (Section 4.7) limited to a single stock over a one-
month test window revealed that the proposed LSTM model correctly predicted the direction of price movement
where the naïve and moving-average baselines did not. This is an encouraging early indicator of decision-
relevant value, although broader validation across more securities, asset classes, and longer horizons is needed
before general conclusions about the platform's practical investment performance can be drawn. The key
contributions of this work are the integration of five asset classes into a single platform, a forecasting
architecture tailored to the statistical characteristics of each asset class, a sentiment analysis module that draws