Minor grammatical error (#22487)

This commit is contained in:
Gatare Libère
2018-11-09 12:09:46 +03:00
committed by Manish Giri
parent 52b2fd8b91
commit 75dd7e7595

View File

@ -11,7 +11,7 @@ With the aim of conducting research in these fascinating areas, the Google team
TensorFlow is an open source software library for numerical computation using data flow graphs.
Nodes in the graph represent mathematical operations, while the graph edges represent the
multidimensional data arrays (tensors) communicated between them. The flexible architecture
allows you to deploy computation to one or more CPUs or GPUs in a desktop, server, or mobile
allows you to deploy computations to one or more CPUs or GPUs in a desktop, server, or mobile
device with a single API. TensorFlow was originally developed by researchers and engineers
working on the Google Brain Team within Google's Machine Intelligence research organization
for the purposes of conducting machine learning and deep neural networks research, but the