13

The recent progress in neural networks is summarized by a sequence of novel architectures characterized mainly by its growing design complexity. From LeNet5 (1994) to AlexNet (2012), to Overfeat (2013) and GoogleLeNet/Inception (2014) and so on...

Is there any attempt to let the machine decide/design which architecture to be used depending on the data?

Franck Dernoncourt
  • 42,093
  • 30
  • 155
  • 271
user_1177868
  • 712
  • 4
  • 13

3 Answers3

11

You may also want to look at the literature on neuro-evolution. Examples:

Reinforcement learning:

Miscellaneous:

Franck Dernoncourt
  • 42,093
  • 30
  • 155
  • 271
5

It seems research is moving towards such direction:

user_1177868
  • 712
  • 4
  • 13
0

Google's AutoML is one such example. It was successfully applied on the ImageNet dataset, resulting NASNet, which as of this writing, has surpassed all other models in terms of accuracy. The main paper is here:

Learning Transferable Architectures for Scalable Image Recognition -- Zoph, et. al.

Alex R.
  • 13,097
  • 2
  • 25
  • 49