Friday, January 20, 2023

Collection of quotes about TensorFlow

This post is a collection of quotes about TensorFlow (initially released in 2015). There are 3 quotes listed below. License: CC BY-SA 3.0

1. "TensorFlow serves as the core platform and library for machine learning. TensorFlow's APIs use Keras to allow users to make their own machine learning models. In addition to building and training their model, TensorFlow Serving." (Wikipedia: TensorFlow, 1.20.23 UTC 08:37)

2. "AutoDifferntiation is the process of automatically calculating the gradient vector of a model with respect to each of its parameters. With this feature, TensorFlow can automatically compute the gradients for the parameters in a model, which is useful to algorithms such as backpropagation which require gradients to optimize performance." (Wikipedia: TensorFlow, 1.20.23 UTC 08:37)

3. "TensorFlow can be used in a wide variety of programming languages, including Python, JavaScript, C++, and Java. This flexibility lends itself to a range of applications in many different sectors." (Wikipedia: TensorFlow, 1.20.23 UTC 08:37)