Using CNN for financial time series prediction - MachineLearningMastery.com

Convolutional neural networks have their roots in image processing. It was first published in LeNet to recognize the MNIST handwritten digits. However, convolutional neural networks are not limited...

By · · 1 min read
Using CNN for financial time series prediction - MachineLearningMastery.com

Source: MachineLearningMastery.com

Convolutional neural networks have their roots in image processing. It was first published in LeNet to recognize the MNIST handwritten digits. However, convolutional neural networks are not limited to handling images. In this tutorial, we are going to look at an example of using CNN for time series prediction with an application from financial markets. […]