Skip to content

Commit e906b06

Browse files
authored
Update keras_addons.md
1 parent 990f9e6 commit e906b06

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

addons/keras_addons.md

+11-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,18 @@
11
### Layers
22
* [Gradient Reversal Layer](https://github.com/michetonu/gradient_reversal_keras_tf) [[paper]](http://jmlr.org/papers/volume17/15-239/15-239.pdf)
3-
* [Neural Turing Machine](https://github.com/SigmaQuan/NTM-Keras)
43
* [Multiplexer](https://github.com/danielegrattarola/keras-multiplexer)
54
* [Graph Attention Network](https://github.com/danielegrattarola/keras-gat)
5+
* [CoordConv](https://github.com/titu1994/keras-coordconv)
6+
* [CRF Layer](https://github.com/Hironsan/keras-crf-layer)
7+
8+
#### Neural Turing Machine
9+
* [Neural Turing Machine](https://github.com/SigmaQuan/NTM-Keras)
10+
* [Neural Turing Machine](https://github.com/flomlo/ntm_keras)
11+
612

713
### Optimizers
814
* [L4](https://github.com/danielegrattarola/keras-l4)
15+
16+
17+
### Other
18+
* [Keract](https://github.com/philipperemy/keract) - Activation Maps (Layers Outputs) and Gradients in Keras.

0 commit comments

Comments
 (0)