-
## 一言でいうと
入力されたデータの特徴を捉えるため、個々の特徴を検出するニューロンをまとめた「カプセル」を利用するという提案。なお、通常のネットワークと異なりカプセル内の各ニューロンへの入力は値ではなくベクトルであり、その出力もベクトルとなっている。このベクトルは重みだけでなくほかのニューロンとのカップリング係数が乗じられ、この係数は入力/出力の類似度に基づき調整される。
### …
-
# Dynamic Routing Between Capsules #
- Author: Sara Sabour, Nicholas Frosst, Geoffrey E Hinton
- Origin: https://arxiv.org/abs/1710.09829
- Related:
- https://github.com/naturomics/CapsNet-Ten…
-
Thanks for sharing the nicely written code.
I wonder that is there any difference between using 8 32-channel convlayer and a single 256-channel convlayer? It seems like the "In total PrimaryCapsule…
njzwj updated
4 years ago
-
## Why
Machine Learning 輪講は最新の技術や論文を追うことで、エンジニアが「技術で解決できること」のレベルをあげていくことを目的にした会です。
prev. https://github.com/wantedly/machine-learning-round-table/issues/131
## What
話したいことがある人はここにコメントしましょう…
-
Link to data set for each lesson doesn't show up.
In each lesson that required to work with dataset, udacity provide link at the footer of page but when I downloaded t watch offline.
I would like to…
-
I have updated the code for tensorflow 2.x with integrated Keras. It is supposed it should all work the same. I am running it in Google Colab. I have the following problem:
In CapsuleLayer, once th…
-
Thanks for a very nicely presented implementation of Capsule Networks. I especially appreciate the tensorboard plots.
Unfortunately I believe you have mixed up **"test error"** with **"test loss"*…
-
```
INFO:root:Hong et al. - 2017 - Weakly Supervised Semantic Segmentation using Web-Crawled Videos
References start at 740, end at 821
Total references: 27
Reference type seems to be ReferenceTyp…
-
放弃RNN,利用CNN完成Seq2Seq,大大提高了性能,更有效的利用GPU
- 王艺宁 @wyy0206 [A Knowledge-Grounded Neural Conversation Model](https://bupt.github.io/conversational-ai-club/#/papers/a-knowledge-grounded-neural-conversa…
-
The analyser infers the exact type but the compiler infers `Object`.
```dart
BeamerDelegate Function() _routerDelegateBuilderCapsule(
CapsuleHandle use,
) {
var routes = {};
var guards…