Tensorflow 简明教程

TensorFlow Tutorial

TensorFlow 是面向所有开发者的开源机器学习框架。它用于实现机器学习和深度学习应用程序。为了开发和研究人工智能的迷人想法,谷歌团队创建了 TensorFlow。TensorFlow 是用 Python 编程语言设计的,因此它被认为是一个易于理解的框架。

TensorFlow is an open source machine learning framework for all developers. It is used for implementing machine learning and deep learning applications. To develop and research on fascinating ideas on artificial intelligence, Google team created TensorFlow. TensorFlow is designed in Python programming language, hence it is considered an easy to understand framework.

Audience

本教程是为专注于使用各种机器学习和深度学习算法进行研究和开发的 Python 开发人员编写的。本教程的目的是描述所有 TensorFlow 对象和方法。

This tutorial has been prepared for python developers who focus on research and development with various machine learning and deep learning algorithms. The aim of this tutorial is to describe all TensorFlow objects and methods.

Prerequisites

在继续本教程之前,您需要具备任何 Python 编程语言的基础知识。了解人工智能概念将是一个加分项。

Before proceeding with this tutorial, you need to have a basic knowledge of any Python programming language. Knowledge of artificial intelligence concepts will be a plus point.