File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ PaddleScience 是一个基于深度学习框架 PaddlePaddle 开发的科学计
38
38
| 微分方程 | [ 分数阶微分方程] ( https://github.com/PaddlePaddle/PaddleScience/blob/develop/examples/fpde/fractional_poisson_2d.py ) | 机理驱动 | MLP | 无监督学习 | - | - |
39
39
| 光孤子 | [ Optical soliton] ( https://paddlescience-docs.readthedocs.io/zh/latest/zh/examples/nlsmb ) | 机理驱动 | MLP | 无监督学习 | - | [ Paper] ( https://doi.org/10.1007/s11071-023-08824-w ) |
40
40
| 光纤怪波 | [ Optical rogue wave] ( https://paddlescience-docs.readthedocs.io/zh/latest/zh/examples/nlsmb ) | 机理驱动 | MLP | 无监督学习 | - | [ Paper] ( https://doi.org/10.1007/s11071-023-08824-w ) |
41
- | 相场方程 | [ Allen-Cahn] ( https://paddlescience-docs.readthedocs.io/zh/latest/zh/examples/allen_cahn ) | 机理驱动 | MLP | 无监督学习 | - | |
41
+ | 相场方程 | [ Allen-Cahn] ( https://paddlescience-docs.readthedocs.io/zh/latest/zh/examples/allen_cahn ) | 机理驱动 | MLP | 无监督学习 | [ Data ] ( https://paddle-org.bj.bcebos.com/paddlescience/datasets/AllenCahn/allen_cahn.mat ) | [ Paper ] ( https://arxiv.org/pdf/2402.00326 ) |
42
42
43
43
<br >
44
44
<p align =" center " ><b >技术科学(AI for Technology)</b ></p >
@@ -100,6 +100,7 @@ PaddleScience 是一个基于深度学习框架 PaddlePaddle 开发的科学计
100
100
<!-- --8<-- [start:update] -->
101
101
## 🕘最近更新
102
102
103
+ - 添加 PirateNet(基于 Allen-cahn 方程求解) [ Allen-Cahn] ( https://paddlescience-docs.readthedocs.io/zh/latest/zh/examples/allen_cahn/ )
103
104
- 添加多目标优化算法 [ Relobralo] ( https://paddlescience-docs.readthedocs.io/zh/latest/zh/api/loss/mtl/#ppsci.loss.mtl.Relobralo ) 。
104
105
- 添加气泡流求解案例([ Bubble] ( https://paddlescience-docs.readthedocs.io/zh/latest/zh/examples/bubble ) )、机翼优化案例([ DeepCFD] ( https://paddlescience-docs.readthedocs.io/zh/latest/zh/examples/deepcfd/ ) )、热传导仿真案例([ HeatPINN] ( https://paddlescience-docs.readthedocs.io/zh/latest/zh/examples/heat_pinn ) )、非线性短临预报模型([ Nowcasting(仅推理)] ( https://paddlescience-docs.readthedocs.io/zh/latest/zh/examples/nowcastnet ) )、拓扑优化案例([ TopOpt] ( https://paddlescience-docs.readthedocs.io/zh/latest/zh/examples/topopt ) )、矩形平板线弹性方程求解案例([ Biharmonic2D] ( https://paddlescience-docs.readthedocs.io/zh/latest/zh/examples/biharmonic2d ) )。
105
106
- 添加二维血管案例([ LabelFree-DNN-Surrogate] ( https://paddlescience-docs.readthedocs.io/zh/latest/zh/examples/labelfree_DNN_surrogate/#4 ) )、空气激波案例([ ShockWave] ( https://paddlescience-docs.readthedocs.io/zh/latest/zh/examples/shock_wave/ ) )、去噪网络模型([ DUCNN] ( https://github.com/PaddlePaddle/PaddleScience/tree/develop/jointContribution/DU_CNN ) )、风电预测模型([ Deep Spatial Temporal] ( https://github.com/PaddlePaddle/PaddleScience/tree/develop/jointContribution/Deep-Spatio-Temporal ) )、域分解模型([ XPINNs] ( https://github.com/PaddlePaddle/PaddleScience/tree/develop/jointContribution/XPINNs ) )、积分方程求解案例([ Volterra Equation] ( https://paddlescience-docs.readthedocs.io/zh/latest/zh/examples/volterra_ide ) )、分数阶方程求解案例([ Fractional Poisson 2D] ( https://github.com/PaddlePaddle/PaddleScience/blob/develop/examples/fpde/fractional_poisson_2d.py ) )。
Original file line number Diff line number Diff line change 83
83
| 微分方程 | [ 分数阶微分方程] ( https://github.com/PaddlePaddle/PaddleScience/blob/develop/examples/fpde/fractional_poisson_2d.py ) | 机理驱动 | MLP | 无监督学习 | - | - |
84
84
| 光孤子 | [ Optical soliton] ( ./zh/examples/nlsmb.md ) | 机理驱动 | MLP | 无监督学习 | - | [ Paper] ( https://doi.org/10.1007/s11071-023-08824-w ) |
85
85
| 光纤怪波 | [ Optical rogue wave] ( ./zh/examples/nlsmb.md ) | 机理驱动 | MLP | 无监督学习 | - | [ Paper] ( https://doi.org/10.1007/s11071-023-08824-w ) |
86
- | 相场方程 | [ Allen-Cahn] ( ./zh/examples/allen_cahn.md ) | 机理驱动 | MLP | 无监督学习 | - | |
86
+ | 相场方程 | [ Allen-Cahn] ( ./zh/examples/allen_cahn.md ) | 机理驱动 | MLP | 无监督学习 | [ Data ] ( https://paddle-org.bj.bcebos.com/paddlescience/datasets/AllenCahn/allen_cahn.mat ) | [ Paper ] ( https://arxiv.org/pdf/2402.00326 ) |
87
87
88
88
<br >
89
89
<p align =" center " ><b >技术科学(AI for Technology)</b ></p >
You can’t perform that action at this time.
0 commit comments