Difference between revisions of "Meta-Learning"
m |
|||
| (One intermediate revision by the same user not shown) | |||
| Line 19: | Line 19: | ||
* Black box | * Black box | ||
** Random search | ** Random search | ||
| − | *** [[Hyperparameter]] optimization | + | *** [[Algorithm Administration#Hyperparameter|Hyperparameter]] optimization |
** [[Reinforcement Learning (RL)]] | ** [[Reinforcement Learning (RL)]] | ||
** [[Evolutionary Computation / Genetic Algorithms | Evolution]] | ** [[Evolutionary Computation / Genetic Algorithms | Evolution]] | ||
| Line 28: | Line 28: | ||
<youtube>lz0ekIVfoFs</youtube> | <youtube>lz0ekIVfoFs</youtube> | ||
<youtube>kmbPnsgHxz4</youtube> | <youtube>kmbPnsgHxz4</youtube> | ||
| − | <youtube> | + | <youtube>ByeRnmHJ-uk</youtube> |
<youtube>wT45v8sIMDM</youtube> | <youtube>wT45v8sIMDM</youtube> | ||
<youtube>SRT0QQ5JS3E</youtube> | <youtube>SRT0QQ5JS3E</youtube> | ||
| + | <youtube>2z0ofe2lpz4</youtube> | ||
Latest revision as of 15:35, 27 September 2020
YouTube search... ...Google search
- Learning Techniques
- Meta-Learning Update Rules for Unsupervised Representation Learning | Luke Metz, Niru Maheswaranathan, Brian Cheung, Jascha Sohl-Dickstein
- From zero to research — An introduction to Meta-learning | Thomas Wolf - Medium
“learning how to learn”... the use of machine learning algorithms to assist in the training and optimization of other machine learning models. What is Meta-Learning? | Daniel Nelson - Unite.ai
Outer Training Methods -
- Black box
- Random search
- Hyperparameter optimization
- Reinforcement Learning (RL)
- Evolution
- Random search
- Gradients - the whole training process is differentiable; 'unroll optimization, compute gradients, then SGD.