machine learning

Declaring tensors inĀ TensorFlow

[Requirement: Tensorflow and NumPy installed on Python +3.5][Requirement: import tensorflow as tf][Requirement: import numpy as np] Tensors are the primary data structure we use in TensorFlow, and, as Wikipedia describes them, ā€œtensors are geometric objects that describe linear relations between geometric vectors, scalars and other tensorsā€. Tensors can be described...

Continue reading...