stock price prediction with Pattern recognition
There are several ways to predict stock price first using LSTM, RNN for time series prediction second using SNS, news data by NLP
But we want to predict stock price in the short term and most trader use technical analysis with candle chart
So I decide to use CNN for predict stock price by pattern recognition which can be seen in candle chart
But result was not good