StevenJingfeng commited on
Commit
18f0b5f
·
verified ·
1 Parent(s): f216e0e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -0
README.md CHANGED
@@ -96,6 +96,15 @@ You can also refer to [BigQuery](https://console.cloud.google.com/bigquery?p=big
96
  </tr>
97
  </table>
98
 
 
 
 
 
 
 
 
 
 
99
  ### Monotonicity Two-step training loss (normal training and monotonic training)
100
  We utilized the NAM model due to its inherent transparency characteristic and the ability to isolate variables, facilitating the imposition of monotonicity constraints on specific features. The model is trained on data from two distinct periods, achieving weak pairwise monotonicity over the $\alpha$ feature. In the first step, standard training is conducted to enable the model to learn from the data. In the second step, we impose monotonic constraints.
101
 
 
96
  </tr>
97
  </table>
98
 
99
+ ### Flow chart
100
+ <table>
101
+ <tr>
102
+ <td> Flow chart of combination of Off-chain and On-chain</td>
103
+ <td><img src="./method/flowchart.png" alt="dex-to-cex"></td>
104
+ <td><a href="./method/flowchart.png">Flow chart of combination of Off-chain and On-chain</a></td>
105
+ </tr>
106
+ </table>
107
+
108
  ### Monotonicity Two-step training loss (normal training and monotonic training)
109
  We utilized the NAM model due to its inherent transparency characteristic and the ability to isolate variables, facilitating the imposition of monotonicity constraints on specific features. The model is trained on data from two distinct periods, achieving weak pairwise monotonicity over the $\alpha$ feature. In the first step, standard training is conducted to enable the model to learn from the data. In the second step, we impose monotonic constraints.
110