Discussion of article "Neural networks made easy (Part 3): Convolutional networks" - page 2

 
Dmitriy Gizlyk #:

Hello, you right. The convolution layer doesn't take pixels from chart. My idea was else. I take data from differnet indicators and historical price and put it to input of neural network. The conwolution layer looks patterns of this data and returns some value for every candle. 

I understand, thanks.