Skip to content

Commit 566d4a5

Browse files
committed
Update README.md
1 parent 6b32cfc commit 566d4a5

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,7 @@
2323
</div>
2424

2525
<!-- ABOUT THE PROJECT -->
26-
27-
A Zig implementation of Karpathy's micrograd.
26+
A scalar-valued automatic differentiation (autograd) engine for deep learning written in Zig.
2827

2928
### Built With
3029

@@ -138,6 +137,9 @@ kiwigrad/
138137
├── src/ # Library source files
139138
│ ├── lib.zig # Public API entry point
140139
│ └── ...
140+
├── examples/ # Example projects
141+
│ ├── benchmark.zig # Benchmarking the library
142+
│ └── train.zig # Training a model on MNIST
141143
├── build.zig # Zig build script
142144
├── build.zig.zon # Zig build script dependencies
143145
├── LICENSE # Project license

0 commit comments

Comments
 (0)