Introducing TensorFlow
In this section, we'll introduce TensorFlow, its origins, and what this framework has achieved in the ML community.
TensorFlow is an open source library that's used to develop ML models. It's very flexible and can be used to address a wide variety of use cases and business scenarios. Since TensorFlow is based on math functions, its name comes from the mathematical concept of the Tensor.
In math, a Tensor is an algebraic object that describes a relationship between sets of other algebraic objects. Some examples of tensors are vectors and matrixes.
The TensorFlow library was originally created by Google's engineers and then released under the Apache License in 2015. Now, it is recognized as one of the most popular ML frameworks due to its potential and flexibility. In fact, a TensorFlow model can be executed on local machines, on-premises servers, in the cloud, or at the edge, such as on mobile phones and video surveillance cameras...