Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tostenzel authored Jan 6, 2024
1 parent 0ad346f commit 3ca1d6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ python applications/learn_mnist.py

## The Code

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

- [I. Computational Graphs in edugrad: Forward and Backward Passes](#ii-computational-graphs-in-edugrad-forward-and-backward-passes)
- [II. 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)
Expand Down

0 comments on commit 3ca1d6a

Please sign in to comment.