Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoyuxie-vico committed Jan 14, 2024
1 parent 8a4191e commit 1d47bb6
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
9 changes: 8 additions & 1 deletion FNO/FNO-1D/FNO-1D.html
Original file line number Diff line number Diff line change
Expand Up @@ -522,7 +522,7 @@ <h1>Hands-on tutorials - Fourier Neural Operator for 1D Burgers equation<a class
</ul>
<section id="what-is-fourier-neural-operator">
<h2>What is Fourier Neural Operator?<a class="headerlink" href="#what-is-fourier-neural-operator" title="Permalink to this headline">#</a></h2>
<p>Fourier Neural Operator (FNO) <span id="id1">[<a class="reference internal" href="../../references.html#id2" title="Zongyi Li, Nikola Kovachki, Kamyar Azizzadenesheli, Burigede Liu, Kaushik Bhattacharya, Andrew Stuart, and Anima Anandkumar. Fourier neural operator for parametric partial differential equations. arXiv preprint arXiv:2010.08895, 2020.">Li <em>et al.</em>, 2020</a>]</span> is one of the most popular operator learning approach for solving Partial Differential Equations (PDEs) using data.</p>
<p>Fourier Neural Operator (FNO) <span id="id1">[<a class="reference internal" href="#id3" title="Zongyi Li, Nikola Kovachki, Kamyar Azizzadenesheli, Burigede Liu, Kaushik Bhattacharya, Andrew Stuart, and Anima Anandkumar. Fourier neural operator for parametric partial differential equations. arXiv preprint arXiv:2010.08895, 2020.">Li <em>et al.</em>, 2020</a>]</span> is one of the most popular operator learning approach for solving Partial Differential Equations (PDEs) using data.</p>
<div class="cell docutils container">
<div class="cell_input docutils container">
<div class="highlight-ipython3 notranslate"><div class="highlight"><pre><span></span><span class="kn">from</span> <span class="nn">IPython.display</span> <span class="kn">import</span> <span class="n">YouTubeVideo</span>
Expand Down Expand Up @@ -998,6 +998,13 @@ <h2>Reference<a class="headerlink" href="#reference" title="Permalink to this he
<li><p>Wikipedia: <a class="reference external" href="https://en.wikipedia.org/wiki/Neural_operators">https://en.wikipedia.org/wiki/Neural_operators</a></p></li>
<li><p>Julia: <a class="reference external" href="https://docs.sciml.ai/NeuralOperators/stable/introduction/">https://docs.sciml.ai/NeuralOperators/stable/introduction/</a></p></li>
</ul>
<div class="docutils container" id="id2">
<dl class="citation">
<dt class="label" id="id3"><span class="brackets"><a class="fn-backref" href="#id1">LKA+20</a></span></dt>
<dd><p>Zongyi Li, Nikola Kovachki, Kamyar Azizzadenesheli, Burigede Liu, Kaushik Bhattacharya, Andrew Stuart, and Anima Anandkumar. Fourier neural operator for parametric partial differential equations. <em>arXiv preprint arXiv:2010.08895</em>, 2020.</p>
</dd>
</dl>
</div>
</section>
</section>

Expand Down
9 changes: 9 additions & 0 deletions _sources/FNO/FNO-1D/FNO-1D.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -683,6 +683,15 @@
"metadata": {
"id": "tjyEtmnH6eaR"
},
"source": [
"```{bibliography}\n",
":filter: docname in docnames\n",
"```"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": []
}
],
Expand Down
2 changes: 1 addition & 1 deletion searchindex.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 1d47bb6

Please sign in to comment.