"git@developer.sourcefind.cn:OpenDAS/vision.git" did not exist on "261f234d204a8b68b6fe28bdb3f85f2ae344475a"
Commit eb45bc07 authored by VoVAllen's avatar VoVAllen
Browse files

add toy case for GCN

parent 9c135fd5
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
"source": [ "source": [
"## Introduction\n", "## Introduction\n",
"\n", "\n",
"Capsule Network is proposed by blablabla" "Capsule Network is "
] ]
}, },
{ {
...@@ -31,6 +31,17 @@ ...@@ -31,6 +31,17 @@
"Generally Speaking, " "Generally Speaking, "
] ]
}, },
{
"cell_type": "markdown",
"metadata": {},
"source": [
"### Dynamic Routing Algorithm\n",
"Dynamic routing is the algorithm calculates the capsules.\n",
"\n",
"$\\textbf{for}$ $r$ $\\text{iterations}$ $\\textbf{do}$ \n",
"for all capsule $i$ in layer $l$$\\hat{u}$"
]
},
{ {
"cell_type": "code", "cell_type": "code",
"execution_count": null, "execution_count": null,
......
This diff is collapsed.
This diff is collapsed.
Embedding-the-karate-club-network @ 6ac0ee4a
Subproject commit 6ac0ee4a10e58a45c73c868dd742cad704fadb39
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment