ScientificOperator commited on
Commit
71d630e
·
verified ·
1 Parent(s): 0a923b4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -6
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
- <img width="800px" src="https://huggingface.co/ScientificOperator/DMD-Neural-Operator/blob/doc/DMDNeuralOperator_diagram.png"/>
 
24
 
25
- <img width="800px" src="https://huggingface.co/ScientificOperator/DMD-Neural-Operator/blob/main/doc/formula_1.png"/>
26
- <img width="800px" src="https://huggingface.co/ScientificOperator/DMD-Neural-Operator/blob/main/doc/formula_2.png"/>
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
- <img width="800px" src="https://huggingface.co/ScientificOperator/DMD-Neural-Operator/blob/main/doc/Algorithm.png"/>
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
  ```