Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ uvx marimo edit --sandbox <notebook>
| Self-Attention | A concise mathematical derivation of self-attention as a soft lookup and as row-stochastic mixing. | [![Open in molab](https://marimo.io/molab-shield.svg)](https://molab.marimo.io/github/marimo-team/gallery-examples/blob/main/notebooks/math/self_attention.py/wasm) |
| Multi-Head Attention | Block-matrix view of multi-head attention. | [![Open in molab](https://marimo.io/molab-shield.svg)](https://molab.marimo.io/github/marimo-team/gallery-examples/blob/main/notebooks/math/multihead_attention.py/wasm) |
| Julia Sets via Lagrangian Descriptors | Reveal Julia-set fractals as singularities of a Lagrangian-descriptor field lifted onto the Riemann sphere, with an animatable path through the c-plane. | [![Open in molab](https://marimo.io/molab-shield.svg)](https://molab.marimo.io/github/marimo-team/gallery-examples/blob/main/notebooks/math/julia-lagrangian-descriptors.py) |
| SymPy Gamma | A SymPy-Gamma-style entrypoint: type an expression and get its simplified and factored forms, roots, derivative, integral, series, and a plot. | [![Open in molab](https://marimo.io/molab-shield.svg)](https://molab.marimo.io/github/marimo-team/gallery-examples/blob/main/notebooks/math/sympy-gamma.py/wasm) |

## Custom UI elements with Anywidget

Expand Down
Loading
Loading