Hacker News new | ask | show | jobs
by nl 1224 days ago
If you read the paper itself[1] the random forest is only used in the final stage. The main approach is a convolutional variational autoencoder (which of course is a deep learning model).

The VAE model itself is defined in step 6 in [2]

[1] https://www.nature.com/articles/s41550-022-01872-z.epdf?shar...

[2] https://github.com/PetchMa/ML_GBT_SETI/blob/4096_pipeline/te...

1 comments

And deep learning models have no understanding of the underlying data because they are either classification or regression.
Well the humans are doing classification too so I'm not sure what this is supposed to mean.

It's true that this model doesn't know anything outside its training dataset, but that's a different objection.

It's an interesting question as to if there is anything humans do that isn't just classification or regression (and of course regression is just classification over an infinite set where we assign labels to certain ranges and then select the highest probability density).

For certain definitions of understanding.