Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
tostenzel committed Jan 6, 2024
1 parent aa5c7b3 commit c22d4d8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,11 @@ relatively minor. The autograd mechanism is inspired by Andrej Karpathy's

## The Code

In this section we look at how the code implements i.) the tensor operations and ii.) the autograd mechanism.

- [I. Low-level (`data.py`), Mid-level (`function.py`) and High-level (`tensor.py`) Operations](#i-low-level-data.py-mid-level-function.py-and-high-level-tensor.py-operations)
- [II. Computational Graphs in edugrad: Forward and Backward Passes](#ii-computational-graphs-in-edugrad-forward-and-backward-passes)

<p align="center">
<img src="img/edugrad-code-i.png" alt="drawing" width="400"/>
</p>
Expand Down

0 comments on commit c22d4d8

Please sign in to comment.