Hacker News new | ask | show | jobs
by hcrisp 1870 days ago
That is how we did create such topologies. But if we had not, could they have been discovered through neural architecture search [1]? NAS has been used to find architectures that outperform those that were hand designed. And in RL , Google used a method inspired by NAS [2] to learn methods built by hand (i.e. TD learning, DQN). I know it's not the same but if you use a bit of speculative imagination you can translate what has been done to signal processing applications.

[1] https://en.m.wikipedia.org/wiki/Neural_architecture_search

[2] https://ai.googleblog.com/2021/04/evolving-reinforcement-lea...