📚 node [[scalar]]
📓
garden/KGBicheno/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)
📖 stoas
- public document at doc.anagora.org/scalar
- video call at meet.jit.si/scalar
🔎 full text search for 'scalar'