tensorflow简介_TensorFlow-简介

tensorflow简介

tensorflow简介

TensorFlow-简介 (TensorFlow - Introduction)



Advertisements
广告

TensorFlow is a software library or framework, designed by the Google team to implement machine learning and deep learning concepts in the easiest manner. It combines the computational algebra of optimization techniques for easy calculation of many mathematical expressions.

TensorFlow是Google团队设计的软件库或框架,用于以最简单的方式实现机器学习和深度学习的概念。 它结合了优化技术的计算代数,可轻松计算许多数学表达式。

The official website of TensorFlow is mentioned below −

TensorFlow的官方网站如下-

www.tensorflow.org

www.tensorflow.org

TensorFlow Home Page

Let us now consider the following important features of TensorFlow −

现在让我们考虑TensorFlow的以下重要功能-

  • It includes a feature of that defines, optimizes and calculates mathematical expressions easily with the help of multi-dimensional arrays called tensors.

    它具有的一项功能是借助称为张量的多维数组轻松定义,优化和计算数学表达式。

  • It includes a programming support of deep neural networks and machine learning techniques.

    它包括对深度神经网络和机器学习技术的编程支持。

  • It includes a high scalable feature of computation with various data sets.

    它包括具有各种数据集的高度可扩展的计算功能。

  • TensorFlow uses GPU computing, automating management. It also includes a unique feature of optimization of same memory and the data used.

    TensorFlow使用GPU计算,实现了自动化管理。 它还具有优化相同内存和所用数据的独特功能。

为什么TensorFlow如此受欢迎? (Why is TensorFlow So Popular?)

TensorFlow is well-documented and includes plenty of machine learning libraries. It offers a few important functionalities and methods for the same.

TensorFlow有充分的文档证明,并包含大量的机器学习库。 它提供了一些重要的功能和方法。

TensorFlow is also called a “Google” product. It includes a variety of machine learning and deep learning algorithms. TensorFlow can train and run deep neural networks for handwritten digit classification, image recognition, word embedding and creation of various sequence models.

TensorFlow也被称为“ Google”产品。 它包括各种机器学习和深度学习算法。 TensorFlow可以训练和运行深度神经网络,以进行手写数字分类,图像识别,单词嵌入和创建各种序列模型。

Advertisements
广告

翻译自: https://www.tutorialspoint.com/tensorflow/tensorflow_introduction.htm

tensorflow简介