From 3b6bb4388fd665cd22be2fcd1b9778f9fd2b8592 Mon Sep 17 00:00:00 2001 From: RK Studio <107482047+mdriyadkhan585@users.noreply.github.com> Date: Wed, 28 Aug 2024 10:10:34 +0600 Subject: [PATCH] Update README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index a0cf153..dec1f63 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,14 @@ --- neural network: [In python](https://github.com/mdriyadkhan585/neural_network_python) --- +### Download Commands + +```bash +git clone https://github.com/mdriyadkhan585/neural_network +``` + +--- # Neural Network and Run Inference Documentation ## Overview @@ -47,6 +54,7 @@ Ensure that you have the `neural_network.c` file ready. This file contains the c Open a terminal and navigate to the directory where `neural_network.c` is located. Compile the source code using the following command: ```sh +cd neural_network gcc -o neural_network neural_network.c -lm ```