Skip to content

Commit 8ac60bc

Browse files
authoredOct 11, 2016
Update README.md
1 parent 8d85949 commit 8ac60bc

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed
 

‎README.md

+6
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,12 @@ x = Dense(100, W_learning_rate_multiplier=10.0, b_learning_rate_multiplier=10.0)
3939
- [ClassActivationMapping](https://github.com/MarcBS/keras/blob/4e6a8ec8a55bd0d5d091a44b058a797d3d934ce0/keras/layers/convolutional.py#L23): Class Activation Mapping computation used in [GAP networks](http://arxiv.org/pdf/1512.04150.pdf).
4040
- [CompactBilinearPooling](https://github.com/MarcBS/keras/blob/4e6a8ec8a55bd0d5d091a44b058a797d3d934ce0/keras/layers/convolutional.py#L1395): compact version of bilinear pooling for [merging multimodal data](http://arxiv.org/pdf/1606.01847v2.pdf).
4141

42+
## Projects
43+
44+
You can see more practical examples in projects which use this library:
45+
46+
[ABiViRNet for Video Description](https://github.com/lvapeab/ABiViRNet)
47+
4248
## Installation
4349

4450
In order to install the library you just have to follow these steps:

0 commit comments

Comments
 (0)
Please sign in to comment.