Difference between revisions of "Neural Architecture"

From
Jump to: navigation, search
(Neural Architecture Search (NAS))
Line 11: Line 11:
 
* [http://www.engadget.com/2019/03/22/mit-ai-automated-neural-network-design/ MIT’s AI can train neural networks faster than ever before | Christine Fisher - Engadget]
 
* [http://www.engadget.com/2019/03/22/mit-ai-automated-neural-network-design/ MIT’s AI can train neural networks faster than ever before | Christine Fisher - Engadget]
 
* [[Other codeless options, Code Generators, Drag n' Drop]]
 
* [[Other codeless options, Code Generators, Drag n' Drop]]
 +
* [[Automated Machine Learning (AML) - AutoML]]
 +
* [[Auto Keras]]
 +
* [[Evolutionary Computation / Genetic Algorithms]]
 +
* [[Hyperparameter]]s Optimization
  
 
= Neural Architecture Search (NAS) =
 
= Neural Architecture Search (NAS) =
Line 17: Line 21:
  
 
* [http://www.automl.org/automl/literature-on-neural-architecture-search/ Literature on Neural Architecture Search |] [http://www.automl.org/ AutoML.org]
 
* [http://www.automl.org/automl/literature-on-neural-architecture-search/ Literature on Neural Architecture Search |] [http://www.automl.org/ AutoML.org]
 
 
* [http://en.wikipedia.org/wiki/Neural_architecture_search#NAS_with_Reinforcement_Learning Neural Architecture Search (NAS) with Reinforcement Learning | Wikipedia]
 
* [http://en.wikipedia.org/wiki/Neural_architecture_search#NAS_with_Reinforcement_Learning Neural Architecture Search (NAS) with Reinforcement Learning | Wikipedia]
 
** [[Reinforcement Learning (RL)]]
 
** [[Reinforcement Learning (RL)]]
Line 24: Line 27:
 
* [http://github.com/D-X-Y/awesome-NAS Awesome NAS]; a curated list
 
* [http://github.com/D-X-Y/awesome-NAS Awesome NAS]; a curated list
  
Various approaches to NAS have designed networks that are on par or even outperform hand-designed architectures. Methods for NAS can be categorized according to the search space, search strategy and performance estimation strategy used:
+
Various approaches to Neural Architecture Search (NAS) have designed networks that are on par or even outperform hand-designed architectures. Methods for NAS can be categorized according to the search space, search strategy and performance estimation strategy used:
  
 
* The search space defines which type of ANN can be designed and optimized in principle.
 
* The search space defines which type of ANN can be designed and optimized in principle.

Revision as of 23:12, 7 April 2020

YouTube search... ...Google search

Neural Architecture Search (NAS)

YouTube search... ...Google search

Various approaches to Neural Architecture Search (NAS) have designed networks that are on par or even outperform hand-designed architectures. Methods for NAS can be categorized according to the search space, search strategy and performance estimation strategy used:

  • The search space defines which type of ANN can be designed and optimized in principle.
  • The search strategy defines which strategy is used to find optimal ANN's within the search space.
  • Obtaining the performance of an ANN is costly as this requires training the ANN first. Therefore, performance estimation strategies are used obtain less costly estimates of a model's performance. Neural Architecture Search | Wikipedia

Differentiable Neural Computer (DNC)

[YouTube search...]