Content deleted Content added
m Task 18 (cosmetic): eval 17 templates: del empty params (6×); hyphenate params (4×); |
m v2.04b - Bot T20 CW#61 - Fix errors for CW project (Reference before punctuation) |
||
Line 33:
===Model-Based===
Model-based meta-learning models updates its parameters rapidly with a few training steps, which can be achieved by its internal architecture or controlled by another meta-learner model.<ref name="paper1"/>
====Memory-Augmented Neural Networks====
Line 42:
===Metric-Based===
The core idea in metric-based meta-learning is similar to [[K-nearest neighbor algorithm|nearest neighbors]] algorithms, which weight is generated by a kernel function. It aims to learn a metric or distance function over objects. The notion of a good metric is problem-dependent. It should represent the relationship between inputs in the task space and facilitate problem solving.<ref name="paper1" />
====Convolutional Siamese [[Neural Network]]====
Line 57:
===Optimization-Based===
What optimization-based meta-learning algorithms intend for is to adjust the [[optimization algorithm]] so that the model can be good at learning with a few examples.<ref name="paper1"/>
====LSTM Meta-Learner====
|