更新时间:2021-07-02 14:29:49
coverpage
Title Page
Copyright and Credits
Hands-On Meta Learning with Python
Dedication
About Packt
Why subscribe?
Packt.com
Contributors
About the author
About the reviewers
Packt is searching for authors like you
Preface
Who this book is for
What this book covers
To get the most out of this book
Download the example code files
Conventions used
Get in touch
Reviews
Introduction to Meta Learning
Meta learning
Meta learning and few-shot
Types of meta learning
Learning the metric space
Learning the initializations
Learning the optimizer
Learning to learn gradient descent by gradient descent
Optimization as a model for few-shot learning
Summary
Questions
Further reading
Face and Audio Recognition Using Siamese Networks
What are siamese networks?
Architecture of siamese networks
Applications of siamese networks
Face recognition using siamese networks
Building an audio recognition model using siamese networks
Further readings
Prototypical Networks and Their Variants
Prototypical networks
Algorithm
Performing classification using prototypical networks
Gaussian prototypical network
Semi-prototypical networks
Relation and Matching Networks Using TensorFlow
Relation networks
Relation networks in one-shot learning
Relation networks in few-shot learning
Relation networks in zero-shot learning
Loss function
Building relation networks using TensorFlow
Matching networks
Embedding functions
The support set embedding function (g)
The query set embedding function (f)
The architecture of matching networks
Matching networks in TensorFlow
Memory-Augmented Neural Networks
NTM
Reading and writing in NTM
Read operation
Write operation
Erase operation
Add operation
Addressing mechanisms
Content-based addressing
Location-based addressing
Interpolation
Convolution shift
Sharpening
Copy tasks using NTM
Memory-augmented neural networks (MANN)
Read and write operations
MAML and Its Variants
MAML
MAML algorithm
MAML in supervised learning
Building MAML from scratch
Generate data points
Single layer neural network
Training using MAML
MAML in reinforcement learning
Adversarial meta learning
FGSM
ADML