Tag: data structures tensorflow

  • Python data structures and TensorFlow

    In our previous section we have seen how we can work with python data structures. Now we will do the same with TensorFlow. Before we start let’s recapitulate. TensorFlow is a machine learning library. As a result, when we import the TensorFlow as “tf”, it acts as a TensorFlow object. In the previous section we…