Update README.md
Browse files
README.md
CHANGED
|
@@ -20,10 +20,11 @@ DMD-Neural-Operator is a novel neural operator architecture that synergistically
|
|
| 20 |
|
| 21 |
* Sakovich, N., Aksenov, D., Pleshakova, E., & Gataullin, S. (2025). A Neural Operator based on Dynamic Mode Decomposition. arXiv preprint arXiv:2507.01117. https://doi.org/10.48550/arXiv.2507.01117
|
| 22 |
|
| 23 |
-
|
|
|
|
| 24 |
|
| 25 |
-
<img width="800px" src="https://huggingface.co/ScientificOperator/DMD-Neural-Operator/
|
| 26 |
-
<img width="800px" src="https://huggingface.co/ScientificOperator/DMD-Neural-Operator/
|
| 27 |
|
| 28 |
## A neural operator using dynamic mode decomposition analysis to approximate the partial differential equations
|
| 29 |
|
|
@@ -64,10 +65,10 @@ DMD-Neural-Operator is a hybrid approach that:
|
|
| 64 |
|
| 65 |
## Algorithm
|
| 66 |
|
| 67 |
-
|
| 68 |
-
|
| 69 |
-
<img width="800px" src="https://huggingface.co/ScientificOperator/DMD-Neural-Operator/blob/main/doc/NN_diagram.png"/>
|
| 70 |
|
|
|
|
| 71 |
|
| 72 |
## Article
|
| 73 |
```
|
|
|
|
| 20 |
|
| 21 |
* Sakovich, N., Aksenov, D., Pleshakova, E., & Gataullin, S. (2025). A Neural Operator based on Dynamic Mode Decomposition. arXiv preprint arXiv:2507.01117. https://doi.org/10.48550/arXiv.2507.01117
|
| 22 |
|
| 23 |
+
<!-- Исправленные ссылки на изображения -->
|
| 24 |
+
<img width="800px" src="https://huggingface.co/ScientificOperator/DMD-Neural-Operator/resolve/main/doc/DMDNeuralOperator_diagram.png"/>
|
| 25 |
|
| 26 |
+
<img width="800px" src="https://huggingface.co/ScientificOperator/DMD-Neural-Operator/resolve/main/doc/formula_1.png"/>
|
| 27 |
+
<img width="800px" src="https://huggingface.co/ScientificOperator/DMD-Neural-Operator/resolve/main/doc/formula_2.png"/>
|
| 28 |
|
| 29 |
## A neural operator using dynamic mode decomposition analysis to approximate the partial differential equations
|
| 30 |
|
|
|
|
| 65 |
|
| 66 |
## Algorithm
|
| 67 |
|
| 68 |
+
<!-- Исправленные ссылки на изображения -->
|
| 69 |
+
<img width="800px" src="https://huggingface.co/ScientificOperator/DMD-Neural-Operator/resolve/main/doc/Algorithm.png"/>
|
|
|
|
| 70 |
|
| 71 |
+
<img width="800px" src="https://huggingface.co/ScientificOperator/DMD-Neural-Operator/resolve/main/doc/NN_diagram.png"/>
|
| 72 |
|
| 73 |
## Article
|
| 74 |
```
|