Tagged

Meta-Learning

Sep 20, 2025 Reinforcement Learning 14 min read

Reinforcement Learning (11): Hierarchical RL and Meta-Learning

A deep dive into hierarchical RL (Options, MAXQ, Feudal Networks, goal-conditioned policies) and meta-RL (MAML, FOMAML, RL^2). Covers temporal abstraction, semi-MDPs, manager-worker architectures, second-order …

May 19, 2025 Transfer Learning 15 min read

Transfer Learning (4): Few-Shot Learning

Learn new concepts from a handful of examples. Covers the N-way K-shot protocol, metric learning (Siamese, Prototypical, Matching, Relation networks), meta-learning (MAML, Reptile), episodic training, miniImageNet …

Jul 22, 2022 Standalone 14 min read

Graph Neural Networks for Learning Equivariant Representations of Neural Networks

Represent a neural network as a directed graph (neurons as nodes, weights as edges) and use a GNN to produce permutation-equivariant embeddings. The right symmetry unlocks generalisation prediction, network …