From 334c117cd53ce8c58af8f0082de51f4c058ec1ef Mon Sep 17 00:00:00 2001
From: Eduardo Leao <121963234+eduardoleao052@users.noreply.github.com>
Date: Sun, 11 Feb 2024 10:33:59 +1300
Subject: [PATCH] Atualizar o README.md
---
README.md | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/README.md b/README.md
index 96121d1..b85d8c3 100644
--- a/README.md
+++ b/README.md
@@ -18,9 +18,9 @@
# Autograd Framework From Scratch
-- 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).
+- 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).
Check out the implemented basic operations: