export tutorials changed in 7bf7d34 (#586)

Co-authored-by: dario-coscia <dario-coscia@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2025-06-14 16:58:03 +02:00
committed by GitHub
parent 7bf7d34d0f
commit 9ac57241e3
11 changed files with 344 additions and 344 deletions

View File

@@ -127,10 +127,9 @@ plt.grid(True)
# At their core, **Neural Operators** transform an input function $a$ into an output function $u$. The general structure of a Neural Operator consists of three key components:
#
# <p align="center">
# <img src="../static/neural_operator.png" alt="Neural Operators" width="800"/>
# <img src="http://raw.githubusercontent.com/mathLab/PINA/master/tutorials/static/neural_operator.png" alt="Neural Operators" width="800"/>
# </p>
#
#
# 1. **Encoder**: The encoder maps the input into a specific embedding space.
#
# 2. **Processor**: The processor consists of multiple layers performing **function convolutions**, which is the core computational unit in a Neural Operator.