From df584603d469e544d7379fb0d3cae9fdf48213f8 Mon Sep 17 00:00:00 2001 From: Kuber Shahi Date: Fri, 3 Dec 2021 15:31:09 +0530 Subject: [PATCH] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 359e0d0..6abb2a1 100644 --- a/README.md +++ b/README.md @@ -6,9 +6,10 @@ ### Execution ``` git clone https://github.com/kubershahi/ashoka-capstone.git -make nn // for Neural Network -make bb // for SecureNN building blocks +make nn +make bb ``` +'make nn' is for the Neural Network and 'make bb' is for the bulding blocks ### Scratch Neural Network Implementation: * Neural Network with ReLU and Softmax