Please enable JavaScript.
Coggle requires JavaScript to display documents.
Training DNNs (automated CL (Weinshall - 2018 - CL by transfer learning…
Training DNNs
automated CL
-
-
-
-
-
-
-
Kim - 2018 - ScreenerNet
has a main DNN, & a separate DNN to predict the weight of each example, jointly train both DNN
curriculum learning
background
curriculum learning (Bengio, 2009)
-
-
-
challenges/problems
CL is not widely used in practice because ranking by difficulty is hard to obtain (Zaremba, 2014) (Amodei, 2016) (Jesson, 2017)
-
-
-
some thoughts
-
self-paced learning
no sequence scheduling, concerned w sampling (?)
-
-
spiral learning
-
training involves partial examples - use memory model & sampling to determine which to train at time t
optimising SGD training
-
other methods - momentum, etc