Intelligent Stock Price Prediction Model Research Integrating Multimodal Information and KAN Networks
摘要
Stock price prediction represents a core challenge in financial engineering, where traditional methods often rely on single data sources and struggle to capture complex market dynamics. This study proposes an intelligent stock price prediction model that integrates multimodal information and Kolmogorov-Arnold Networks (KAN), constructing an attention mechanism-based feature fusion framework by incorporating historical stock price data, financial news texts, and social media sentiment from multiple sources. The model employs LSTM networks to process numerical time-series features, utilizes BERT models to extract textual semantic information, achieves intelligent feature fusion through multi-head attention mechanisms, and introduces KAN networks as the output layer for stock price prediction tasks for the first time. Based on empirical data from NVIDIA Corporation spanning 2020-2025, comparative experiments with traditional and state-of-the-art baseline models demonstrate that the proposed model achieves significant improvements over the best baseline model Informer: 33.2% improvement in RMSE (from 2.26 to 1.51), 35.6% improvement in MAE (from 1.74 to 1.12), 40.9% improvement in MAPE (from 0.88% to 0.52%), 4.4% improvement in R