|
3 | 3 | <head> |
4 | 4 | <meta http-equiv="content-type" content="text/html;charset=utf-8"/> |
5 | 5 | <meta name="viewport" content="width=device-width, initial-scale=1.0"/> |
6 | | - <meta name="description" content=""/> |
| 6 | + <meta name="description" content="A set of PyTorch implementations/tutorials related to neural network activations"/> |
7 | 7 |
|
8 | 8 | <meta name="twitter:card" content="summary"/> |
9 | 9 | <meta name="twitter:image:src" content="https://avatars1.githubusercontent.com/u/64068543?s=400&v=4"/> |
10 | | - <meta name="twitter:title" content="__init__.py"/> |
11 | | - <meta name="twitter:description" content=""/> |
| 10 | + <meta name="twitter:title" content="Neural Network Activation Functions"/> |
| 11 | + <meta name="twitter:description" content="A set of PyTorch implementations/tutorials related to neural network activations"/> |
12 | 12 | <meta name="twitter:site" content="@labmlai"/> |
13 | 13 | <meta name="twitter:creator" content="@labmlai"/> |
14 | 14 |
|
15 | 15 | <meta property="og:url" content="https://nn.labml.ai/activations/index.html"/> |
16 | | - <meta property="og:title" content="__init__.py"/> |
| 16 | + <meta property="og:title" content="Neural Network Activation Functions"/> |
17 | 17 | <meta property="og:image" content="https://avatars1.githubusercontent.com/u/64068543?s=400&v=4"/> |
18 | 18 | <meta property="og:site_name" content="LabML Neural Networks"/> |
19 | 19 | <meta property="og:type" content="object"/> |
20 | | - <meta property="og:title" content="__init__.py"/> |
21 | | - <meta property="og:description" content=""/> |
| 20 | + <meta property="og:title" content="Neural Network Activation Functions"/> |
| 21 | + <meta property="og:description" content="A set of PyTorch implementations/tutorials related to neural network activations"/> |
22 | 22 |
|
23 | | - <title>__init__.py</title> |
| 23 | + <title>Neural Network Activation Functions</title> |
24 | 24 | <link rel="shortcut icon" href="/icon.png"/> |
25 | 25 | <link rel="stylesheet" href="../pylit.css?v=1"> |
26 | 26 | <link rel="canonical" href="https://nn.labml.ai/activations/index.html"/> |
|
64 | 64 | </div> |
65 | 65 | </div> |
66 | 66 | <div class='section' id='section-0'> |
67 | | - <div class='docs'> |
| 67 | + <div class='docs doc-strings'> |
68 | 68 | <div class='section-link'> |
69 | 69 | <a href='#section-0'>#</a> |
70 | 70 | </div> |
71 | | - |
| 71 | + <h1>Neural Networks Activations</h1> |
| 72 | +<ul><li><a href="fta/index.html">Fuzzy Tiling Activations</a> </li> |
| 73 | +<li>🚧 <a href="swish/index.html">Swish</a></li></ul> |
| 74 | + |
72 | 75 | </div> |
73 | 76 | <div class='code'> |
74 | | - <div class="highlight"><pre><span class="lineno">1</span><span></span><span class="kn">from</span> <span class="nn">.swish</span> <span class="kn">import</span> <span class="n">Swish</span></pre></div> |
| 77 | + <div class="highlight"><pre><span class="lineno">14</span><span></span><span class="kn">from</span> <span class="nn">.swish</span> <span class="kn">import</span> <span class="n">Swish</span></pre></div> |
75 | 78 | </div> |
76 | 79 | </div> |
77 | 80 | <div class='footer'> |
|
0 commit comments