Tag: tensor

  • Programming a simple classifier with TensorFlow

    TensorFlow is an open-source machine learning framework developed by Google. It relies upon Tensors (multi-dimensional arrays) which empower a wide range of API to develop machine learning applications, primarily deep neural networks. TensorFlow is commonly used in machine learning practice, so better start using it already. Thankfully the TensorFlow website provides a guide for programmers…