https://github.com/joelburget/einsum-in-depth
Interactive Einsum Tutorial
https://github.com/joelburget/einsum-in-depth
einsum tensors
Last synced: 8 months ago
JSON representation
Interactive Einsum Tutorial
- Host: GitHub
- URL: https://github.com/joelburget/einsum-in-depth
- Owner: joelburget
- Created: 2022-12-26T02:13:23.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-02-27T16:50:20.000Z (10 months ago)
- Last Synced: 2025-04-06T21:16:18.649Z (9 months ago)
- Topics: einsum, tensors
- Language: OCaml
- Homepage: https://einsum.joelburget.com/
- Size: 1.52 MB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Einsum In Depth
Explaining what Einsums are actually doing. [Available online](https://einsum.joelburget.com/).
## Building and running
```
opam pin brr_svg git+https://gitlab.com/schutm/brr_svg
opam install ppx_expect js_of_ocaml note fmt brr
cd frontend
pnpm tailwindcss -i input.css -o output.css
cd ..
dune build -w
cd _build/default/frontend
pnpm i
pnpm start
```
You should see "Server running at http://localhost:1234".
## Deploy
```
cd _build/default/frontend
netlify deploy .
```