Tag: functional API

  • Tensorflow: The first project

    We will try to build a deep learning model that differentiates between images of two kinds of objects. For this we will use the fashion mnist data which could be readily used from the keras API included with tensorflow. First import the necessary packages. Python Read data included in the keras library. Python Let’s first see the size…