From fc24b3859285ef2dd00340ac76312d1c64b69052 Mon Sep 17 00:00:00 2001 From: ASEM000 Date: Thu, 3 Aug 2023 15:04:37 +0900 Subject: [PATCH] Update layers_overview.ipynb --- docs/notebooks/layers_overview.ipynb | 47 ++++++++++++++-------------- 1 file changed, 23 insertions(+), 24 deletions(-) diff --git a/docs/notebooks/layers_overview.ipynb b/docs/notebooks/layers_overview.ipynb index 35acc62..5b9bb2e 100644 --- a/docs/notebooks/layers_overview.ipynb +++ b/docs/notebooks/layers_overview.ipynb @@ -7,17 +7,17 @@ "# 📙 `serket.nn` layers overview\n", "\n", "\n", - "\n", + "
\n", "\n", "\n", "\n", - "\n", "\n", - "\n", "\n", - "\n", "\n", - "\n", "\n", - "\n", "\n", - "\n", @@ -63,13 +63,13 @@ "\n", "\n", "\n", - "\n", "\n", - "\n", "\n", - "\n", "\n", - "\n", "\n", - "\n", "\n", - "\n", "\n", - "\n", "\n", - "\n", "\n", - "\n", "\n", - "\n", "\n", - "\n", "\n", - "\n", "\n", - "\n", "\n", - "
\n", + "\n", "\n", "[Linear](https://serket.readthedocs.io/en/latest/API/linear.html)\n", "\n", "\n", + "\n", "\n", "- `Linear`, `Multilinear`, `GeneralLinear`\n", "- `Identity`\n", @@ -29,13 +29,13 @@ "\n", "
\n", + "\n", "\n", "[Convolution](https://serket.readthedocs.io/en/latest/API/convolution.html)\n", "\n", "\n", + "\n", "\n", "- `{Conv,FFTConv}{1D,2D,3D}`\n", "- `{Conv,FFTConv}{1D,2D,3D}Transpose`\n", @@ -48,13 +48,13 @@ "\n", "
\n", + "\n", "\n", "[Containers](https://serket.readthedocs.io/en/latest/API/containers.html)\n", "\n", "\n", + "\n", "\n", "- `Sequential`, `RandomApply`\n", "
\n", + "\n", "\n", "[Pooling](https://serket.readthedocs.io/en/latest/API/pooling.html)\n", "\n", "\n", + "\n", "\n", "- `{Avg,Max,LP}Pool{1D,2D,3D}`\n", "- `Global{Avg,Max}Pool{1D,2D,3D}`\n", @@ -81,13 +81,13 @@ "\n", "
\n", + "\n", "\n", "[Reshaping](https://serket.readthedocs.io/en/latest/API/reshaping.html)\n", "\n", "\n", + "\n", "\n", "- `Flatten`, `Unflatten`\n", "- `Repeat{1D,2D,3D}`\n", @@ -103,13 +103,13 @@ "\n", "
\n", + "\n", "\n", "[Normalization](https://serket.readthedocs.io/en/latest/API/normalization.html)\n", "\n", "\n", + "\n", "\n", "- `{Layer,Instance,Group,Batch}Norm`\n", "\n", @@ -119,13 +119,13 @@ "\n", "
\n", + "\n", "\n", "[Image](https://serket.readthedocs.io/en/latest/API/image.html#)\n", "\n", "\n", + "\n", "\n", "- `{Avg,Gaussian}Blur2D`\n", "- `{Filter,FFTFilter}2D`\n", @@ -139,13 +139,13 @@ "\n", "
\n", + "\n", "\n", "[Dropout](https://serket.readthedocs.io/en/latest/API/dropout.html)\n", "\n", "\n", + "\n", "\n", "- `Dropout`\n", "- `Dropout{1D,2D,3D}`\n", @@ -157,13 +157,13 @@ "\n", "
\n", + "\n", "\n", "[Activations](https://serket.readthedocs.io/en/latest/API/activations.html)\n", "\n", "\n", + "\n", "\n", "- `Adaptive{LeakyReLU,ReLU,Sigmoid,Tanh}`\n", "- `CeLU`,`ELU`,`GELU`,`GLU`\n", @@ -179,13 +179,13 @@ "\n", "
\n", + "\n", "\n", "[Recurrent](https://serket.readthedocs.io/en/latest/API/recurrent.html)\n", "\n", "\n", + "\n", "\n", "- `{Dense,SimpleRNN,LSTM,GRU}Cell`\n", "- `{Conv,FFTConv}{LSTM,GRU}{1D,2D,3D}Cell`\n", @@ -361,7 +361,7 @@ }, { "cell_type": "code", - "execution_count": 7, + "execution_count": 3, "metadata": {}, "outputs": [ { @@ -372,13 +372,12 @@ " out_features=5, \n", " weight_init=he_normal, \n", " bias_init=ones, \n", - " dtype=, \n", " weight=f16[10,5](μ=0.08, σ=0.43, ∈[-1.01,0.87]), \n", " bias=f16[5](μ=1.00, σ=0.00, ∈[1.00,1.00])\n", ")" ] }, - "execution_count": 7, + "execution_count": 3, "metadata": {}, "output_type": "execute_result" }