🔥 PyTorch Tensor Operations
Interactive Playground mimicking PyTorch Tensor Arithmetic
Tensor A (2x3)
🎲 Randomize
1️⃣ Ones
0️⃣ Zeros
👁️ Identity
Tensor B (2x3)
🎲 Randomize
1️⃣ Ones
0️⃣ Zeros
👁️ Identity
Operation & Result
A + B (Add)
A - B (Sub)
A * B (Element-wise)
A @ B.T (MatMul)
result
=
A
+
B