Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sagelywizard/snail

A PyTorch implementation of the blocks from the _A Simple Neural Attentive Meta-Learner_ paper
https://github.com/sagelywizard/snail

Last synced: about 2 months ago
JSON representation

A PyTorch implementation of the blocks from the _A Simple Neural Attentive Meta-Learner_ paper

Awesome Lists containing this project

README

        

# A Simple Neural Attentive Meta-Learner implementation in PyTorch

A PyTorch implementation of the SNAIL building blocks.

This module implements the three blocks in [_A Simple Neural Attentive
Meta-Learner_](https://openreview.net/forum?id=B1DmUzWAW&noteId=B1DmUzWAW) by Mishra et al.

The three building blocks are the following:
- A dense block, built with causal convolutions.
- A TC Block, built with a stack of dense blocks.
- An attention block, similar to the attention mechanism described by Vaswani et al (2017).