From f66cf7c3f580cae26dcc35562b573654eb309697 Mon Sep 17 00:00:00 2001 From: Eduardo Leao <121963234+eduardoleao052@users.noreply.github.com> Date: Fri, 22 Mar 2024 20:28:27 -0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bfb45a1..c24151f 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ # PyTorch in JavaScript JS-Torch is a Deep Learning __JavaScript library__ built from scratch, to closely follow PyTorch's syntax. It contains a fully functional [Tensor](src/tensor.py) object, which can track gradients, Deep Learning [Layers](src/layers.py) and functions, and an __Automatic Differentiation__ engine. -## Operations +### Operations
Basic operations: