๐Ÿ“š Agora location [[scalar]] โ˜†
Agora locations contain community contributions whose titles or topics match your search. x
๐Ÿ““ Artificial Intelligence/Introduction to AI/Week 3 - Introduction/Definitions/Scalar.md by @KGBicheno โ˜†

scalar

Go back to the [[AI Glossary]]

A single number or a single string that can be represented as a tensor of rank 0. For example, the following lines of code each create one scalar in TensorFlow:

breed = tf.Variable("poodle", tf.string) temperature = tf.Variable(27, tf.int16) precision = tf.Variable(0.982375101275, tf.float64)

Loading pushes...

Rendering context...