Skip to content

Commit

Permalink
Nerual -> Neural
Browse files Browse the repository at this point in the history
  • Loading branch information
tmielika authored and Taneli Mielikäinen committed Jan 14, 2020
1 parent 489d52b commit 1e6e964
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# About the Nerual Architecture Search with Reinforcement Learning Suggestion
# About the Neural Architecture Search with Reinforcement Learning Suggestion

The algorithm follows the idea proposed in *Neural Architecture Search with Reinforcement Learning* by Zoph & Le (https://arxiv.org/abs/1611.01578), and the implementation is based on the github of *Efficient Neural Architecture Search via Parameter Sharing* (https://github.com/melodyguan/enas). It uses a recurrent neural network with LSTM cells as controller to generate neural architecture candidates. And this controller network is updated by policy gradients. However, it currently does not support parameter sharing.

Expand Down

0 comments on commit 1e6e964

Please sign in to comment.