From b4f5b9b63aad82203567c35099d56bd7a7f19acc Mon Sep 17 00:00:00 2001 From: Lushan Song <49870190+sls33@users.noreply.github.com> Date: Thu, 20 Jul 2023 10:43:24 +0800 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 69c9855..b3a73f3 100644 --- a/README.md +++ b/README.md @@ -75,7 +75,8 @@ Here take training a linear regression model among three parties as an example Change the value of "GRAPH_TYPE" will result in different type of model: - 0 refers to Lositic Regression - 1 refers to Linear Regression - - 2 refers to LSTM + - 2 refers to BP neural networks + - 3 refers to LSTM * Compile the executable file: - `cd SecMML`