Skip to content

Commit

Permalink
Atualizar o README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
eduardoleao052 authored Feb 10, 2024
1 parent fb3261d commit 334c117
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@


# Autograd Framework From Scratch
- NeuralForge is a unit-tested and documented educational framework. Similar to PyTorch, but with more <b>clear code</b>.
- The __autograd from scratch engine__ is in [tensor_operations.py](neuralforge/tensor_operations.py). I got a lot of inspiration from Andrej Karpathy's __micrograd__ videos.
- The deep learning model __layers__ are in [nn/layers.py](neuralforge/nn/layers.py).
- NeuralForge is a unit-tested and documented educational framework. Similar to PyTorch, but with more clear code.
- The autograd from scratch engine is in [tensor_operations.py](neuralforge/tensor_operations.py). I got a lot of inspiration from Andrej Karpathy's micrograd videos.
- The deep learning model layers are in [nn/layers.py](neuralforge/nn/layers.py).
<br/>
<details>
<summary> Check out the <b>implemented basic operations</b>: </summary>
Expand Down

0 comments on commit 334c117

Please sign in to comment.