Basic TensorFlow Constructs: Tensors and Operations
TensorFlow has become one of the most widely used frameworks for deep learning and machine learning. The heart of TensorFlow is tensors and the operations we can perform on them. If you think of deep learning models as giant equations, then tensors are the variables carrying data, while tensor operations are the math and transformations that turn raw inputs … Read more >>