Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
eduardoleao052 authored Mar 26, 2024
1 parent c3c6c78 commit f3bf4da
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,12 @@

# 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.
<br>
<br><br>

### Web Demo
Feel free to try the [demo](https://eduardoleao052.github.io/js-torch/assets/demo/demo.html) out!
<br>
<br><br>


### Operations

Expand Down

0 comments on commit f3bf4da

Please sign in to comment.