Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Tensors and TensorFlow 101
Prashant Basnet
Sep 23, 2024
133 views
Tensors:
Tensor Operations:
5th Order Tensor:
Example: Brain connectivity data in neuroscience
Where i and j represent brain regions, k represents the type of connection, l represents time, and m represents the subject ID.
Weather Data Tensor:
A 4th order tensor representing temperature data:
Where weather_parameter could include temperature, humidity, pressure, etc.
Video Data:
A 4th order tensor representing a color video:
Language Model Embedding:
A 3rd order tensor representing word embeddings in a language model
This image illustrates different orders of tensors in mathematics, showing examples from 0th order (scalar) up to 4th order tensors. Let's break it down:
This progression demonstrates how tensors increase in complexity and dimensionality as their order increases. Each higher-order tensor can be thought of as an array of lower-order tensors
Tensors and Tensor-flow:
Name Tensorflow is named after tensors.
How can we implement / experiment the knowledge: