Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
shreyanshhub authored Feb 27, 2024
1 parent 399e1e3 commit 11ccbd5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# neural_engine
- neural network built on a scalar engine rather than regular tensor engine **(still in progress)**
- neural network built on a scalar engine rather than regular tensor engine **(still in progress,the mlp implementation using Scalar is in process)**
- inspired by Andrej Karpathy's micrograd tutorials

## scalar.py
Expand Down Expand Up @@ -73,7 +73,7 @@ o = n.tanh()
o.label = 'o'
o.backward()
```
-We can visualise the gradients and other data as well ![Visualization](img/vis.png)
- We can visualise the gradients and other data as well ![Visualization](img/vis.png)


### Usage
Expand Down

0 comments on commit 11ccbd5

Please sign in to comment.