Predict Stock Prices Using RNN: Part 2

📰 Lilian Weng's Blog

Use RNN with embeddings to predict multiple stock prices

intermediate Published 22 Jul 2017
Action Steps
  1. Build a recurrent neural network using Tensorflow
  2. Use embeddings to represent multiple stocks
  3. Train the model on historical stock price data
  4. Evaluate the model's performance on a test dataset
Who Needs to Know This

Data scientists and AI engineers on a team can benefit from this tutorial to improve their stock price prediction models, and product managers can utilize these models to inform investment decisions

Key Insight

💡 Using embeddings allows the RNN to learn shared patterns across multiple stocks

Share This
📈 Predict stock prices with RNN and embeddings!
Read full article → ← Back to News