Tag: TensorFlow

  • 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…

  • Programming Artificial Intelligence 101

    Programming Language Though several programming languages can be used to develop Artificial Intelligence applications, the language that is most often used and advised to use is Python, because it is a general purpose language designed for readability. Learning Python Documentation and resources can be found to use and learn the language on the official Python…