hy-0003 commited on
Commit
d45f2d7
·
verified ·
1 Parent(s): 9bf1954

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +17 -4
README.md CHANGED
@@ -1,7 +1,7 @@
1
  ---
2
- title: BSDES
3
- emoji: 👀
4
- colorFrom: green
5
  colorTo: green
6
  sdk: gradio
7
  sdk_version: 6.12.0
@@ -10,4 +10,17 @@ pinned: false
10
  license: mit
11
  ---
12
 
13
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ title: Spherical Deep BSDE
3
+ emoji: 🌌
4
+ colorFrom: blue
5
  colorTo: green
6
  sdk: gradio
7
  sdk_version: 6.12.0
 
10
  license: mit
11
  ---
12
 
13
+ # Spherical Deep BSDE
14
+
15
+ 欢迎来到 **Spherical Deep BSDE** 在线实时训练监控面板
16
+
17
+ 本项目基于 **Solving Infinite-Dimensionally Coupled PDEs for Spherical Polymer Diffusion Using Deep Learning**,对应于文章中数值实验 **Gradient Approximation and Parabolic Smoothing under Discontinuous Conditions**。
18
+ 通过部署在这个 Space 上的轻量化在线演示,您可以实时观察神经网络在球面上学习梯度的过程。
19
+
20
+
21
+ ## How to use
22
+
23
+ 1. 在左侧面板调整您的训练超参数。
24
+ 2. 点击 **"Start"** 按钮。
25
+ 3. 观察右侧实时生成的梯度分布图。**左图**为神经网络当前 Epoch 的预测梯度,**右图**为理论参考梯度。
26
+ 4. 如需修改参数,可随时点击 **"Stop"** ,重新配置后再次启动。