Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 416 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 416 Bytes

Content

This repository contains a collection of layers for keras described in various papers which are not implemented standard keras package.

Layer

Layer normalization rnn

Contains an implementation of layer normalization for keras LSTM and GRU as described here here.

Self-attention layer