From 964427d42ba0a7517b02a1e1bb2a605492b90633 Mon Sep 17 00:00:00 2001 From: Shreyansh Pathak <21f1003357@student.onlinedegree.iitm.ac.in> Date: Tue, 27 Feb 2024 11:48:51 +0530 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c100e20..f772bc2 100644 --- a/README.md +++ b/README.md @@ -15,9 +15,9 @@ This is a simple Python class named `Scalar` which represents scalar values and ### Comparison between pytorch and Scalar usage -- Implementing `$\[ +- Implementing $\[ w_1 \cdot x_1 + w_2 \cdot x_2 + b -\] $` +\] $ where `\( w_1 \)`, `\( w_2 \)` are weights, `\( x_1 \)`, `\( x_2 \)` are inputs, and `\( b \)` is the bias and a backward pass to evaluate gradients in pytorch ```python