|
|
|
|
|
by quotemstr
2003 days ago
|
|
It's not a random search through the parameter space: "But how do we select a good network from these Kn different networks? Brute-force evaluation of
all possible configurations is clearly not feasible due to the massive number of different hypotheses.
Instead, we present an algorithm, shown in Figure 1, that iteratively searches the best combination
of connection values for the entire network by optimizing the given loss. To do this, the method
learns a real-valued quality score for each weight option. These scores are used to select the weight
value of each connection during the forward pass. The scores are then updated in the backward pass
based on the loss value in order to improve training performance over iterations." It's actually pretty clever. |
|
https://en.m.wikipedia.org/wiki/Random_search