Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rkstudio585 authored Aug 28, 2024
1 parent 01e7b49 commit 3b6bb43
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
```

Expand Down

0 comments on commit 3b6bb43

Please sign in to comment.