Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
shreyanshhub authored Feb 27, 2024
1 parent 0401a3b commit 964427d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 964427d

Please sign in to comment.