Quote from Corey:
Agreed to a certain extent. With character recognition, it is possible to take the bounding box around the character and scale it to the correct number of inputs (pixels) to feed the NN. So a large N could be scaled quite easily, without losing shape or form, to a 100x100 input to a NN. Hell, even a very elongated N could be squished to create a more well formed 100x100 N.
I agree that the same concept applies to patterns. My issue, however, is choosing what the inputs should be. Let's take a flag for example. What inputs should I use? Should I just use the slope of the resistance and support lines? Can I just feed it any number of closing prices on bars? Where do I draw the line?
I suppose I could define the number of 'closing' prices I wanted as inputs (as defined to a relative distance from surrounding prices, or something like that) -- and for flags that contained more bars, simply collapse the number of bars until it fits. So given a flag that took 100 bars, I could increase the bar time until that flag was made up of only 15 bars. Would this work?
The wheels are turning... Thanks!