Research#llm📝 BlogAnalyzed: Jan 3, 2026 06:23

Predict Stock Prices Using RNN: Part 2

Published:Jul 22, 2017 00:00
1 min read
Lil'Log

Analysis

The article describes a continuation of a tutorial on stock price prediction using Recurrent Neural Networks (RNNs). The focus is on enhancing the model from Part 1 to handle multiple stocks by incorporating stock symbol embedding vectors as input. This suggests an approach to improve the model's ability to differentiate patterns across different stock price sequences.

Reference

In order to distinguish the patterns associated with different price sequences, I use the stock symbol embedding vectors as part of the input.