Please enable JavaScript.
Coggle requires JavaScript to display documents.
TensorFlow JS (Terminology (Tensor (Def: JS object that wraps an amount of…
TensorFlow JS
Terminology
Tensor
Def: JS object that wraps an amount of numbers like arrays
Dimensions
The amount of levels an array has
Eg. Count the number of brackets until to get to a number
[[ - Two dimensions
[ - 1 Dimension
[[[ - 3 Dimensions
2D is the most important dimension we'll work with
Remember: ROW COLUMN, ROW COLUMN
Shape
How many records in each dimension
Imagine calling '.length' once on each dimension from the outside in
Features
An input variable used in making predictions.
Label
An answer, or result from an experiment
Shapes
1 Job
Make working with numbers in arrays of arrays easy