Hacker News new | ask | show | jobs
by bitL 3225 days ago
I think what DL is capable of is already very impressive; sometimes while playing with DL in NLP I am wondering if our languages aren't way simpler than we think/hope and we aren't that intelligent either.

There is one massive difference between humans and DL; humans can mimic something just from a single (even partial) observation; DL requires huge amounts of data and massive parallel processing, something that we got only recently with Big Data and GPUs.

DL also suffers from the curse of dimensionality; in theory deep fully connected networks should be able to do everything better, in practice they are awful and only cleverly constructed schemes like CNNs, LSTMs etc. that assume data to be in certain format/domain bring impressive results when paired with optimizers/metrics that magically work on a given dataset. If you are able to construct a DNN that can figure out PCA/ICA/eigenvalues/etc. on its own during its training like it does with convolutions, that would again enable another set of magic tricks. In any case, humans still have to figure out the architecture of the network that works (even if we now have AutoML for figuring out best hyperparameters in parallel).

Then the hard problem of consciousness; I personally believe we are far off and probably miss something very important in our understanding of Universe.

2 comments

> humans can mimic something just from a single (even partial) observation;

Human learning is similarly based on large numbers of exposures; we don't form categories from single exposures. There are times where it looks that way, but what's happening instead is we come across a new particular instance of an already known general category (e.g. I have the general category 'cat', and I know they can vary on the dimensions, color, size, unruliness, etc.—and I've never seen a purple cat before, but I understand it after one exposure because it's just another value for an already known attribute. The less obvious examples are just super abstract, but have the same basic relationships in place).

> Then the hard problem of consciousness

That, by definition, doesn't have to do with any states of physical matter, nor any kind of computation. It's asking about the subjectivity of state transitions. So it should not be involved in considering a functional equivalent for (important subsets of) human brain behavior.

Edit: to clarify about the 'hard problem' relation to this: if you take Searle's 'Chinese Room' critique, for the question of functional equivalence it doesn't matter whether the person in the room understands Chinese or not; it just matters that at the end of the day the correct cards are held up.

> Then the hard problem of consciousness; I personally believe we are far off and probably miss something very important in our understanding of Universe.

Exactly, and it's the fact that consciousness is outside of grasp of science (see my other comment in this thread).