Hacker News new | ask | show | jobs
by srean 112 days ago
Ah! Your comment helped me understand the parent comment so much more. I thought it was more about data hygiene needs.

Yes a DT on raw pixel values, or a DT on raw time values will in general be quite terrible.

That said the convolutional structure is hard coded in those neural nets, only the weights are learned. It is not that the network discovered on its own that convolutions are a good idea. So NNs too really (damn autocorrect, it's rely, rely) on human insight and structuring upon which they can then build over.

1 comments

  > So NNs too really (damn autocorrect, it's rely, rely) on human insight and structuring upon which they can then build over.
If so, one can repeat it with other basic models as well.

It is possible to train deep decision trees forests [1]. Then I believe that it is possible to train deep convolutional decision trees forests.

[1] https://arxiv.org/pdf/1702.08835