Iof assigning a window of price-related features, the paper shows how to create a set of planes like if they were a mesh. This way they model is able to learn also the visual side of the trading, not only a sequence of numbers, but also their position and distribution across a 2-dimensional grid.
The idea is to provide the same visual tools that the traders use to find patterns and geometric factors to take decisions.
I have not (yet) tried that approach, but I find it interesting.
Iof assigning a window of price-related features, the paper shows how to create a set of planes like if they were a mesh. This way they model is able to learn also the visual side of the trading, not only a sequence of numbers, but also their position and distribution across a 2-dimensional grid.
The idea is to provide the same visual tools that the traders use to find patterns and geometric factors to take decisions.
I have not (yet) tried that approach, but I find it interesting.
So, what is the author of that paper doing today?
https://www.google.com/search?q=Gen...er&aqs=chrome..69i57&sourceid=chrome&ie=UTF-8
"Those who can, do. Those who can't, teach."

Isn't that similar to finding KNNs based upon weighted euclidean distances?
But isn't that what us dumb humans are doing predicting short term PA with our "brain power"?A NN will complicate the latter example by generating a network/formula that will 'fit' the data.
But isn't that what us dumb humans are doing predicting short term PA with our "brain power"?
If provided with good training data, and not overtrained, are they capable of “muting” features that are not statistically relevant? In this way they would stand a better chance once tried out of sample. Whereas non-statistically relevant features mess up the statistical basis of decision trees
Not at all.
Using the same data:
2343143 ........ 3452452
456745674 ........ 6789789
2342 ....9869
2343143 ........ 3452452
456745674 ........ 6789789
2342 ....9869
2343143 ........ 3452452
456745674 ........ 6789789
2342 ....9869
Suppose we have a new input of 2343144. The kNN will simply output 3452452. It won't try to figure out a formula to match all of the data, and then plug this new input into it.
And whatever the correct output turns out to be, it would then be assimilated into the ever growing data set.
These are simple examples. It gets more complicated and in my custom implementation, proprietary.