Co-authored-by: dario-coscia <dario-coscia@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
7bf7d34d0f
commit
9ac57241e3
3
tutorials/tutorial21/tutorial.py
vendored
3
tutorials/tutorial21/tutorial.py
vendored
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user