2018-10-12 15:37:13 -04:00
---
title: TensorFlow
---
2018-10-27 22:46:24 -04:00
< img src = "https://www.tensorflow.org/images/tf_logo_transp.png" >
2019-01-01 02:11:57 -08:00
## TensorFlow
2018-10-12 15:37:13 -04:00
2019-01-01 02:11:57 -08:00
[TensorFlow ](https://www.tensorflow.org/ ) is an open source software library for Machine Intelligence.
2018-10-12 15:37:13 -04:00
With the aim of conducting research in these fascinating areas, the Google team developed TensorFlow.
## How it is used for Data Science
2019-01-01 02:11:57 -08:00
2018-10-12 15:37:13 -04:00
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
2018-11-09 12:09:46 +03:00
allows you to deploy computations to one or more CPUs or GPUs in a desktop, server, or mobile
2018-10-12 15:37:13 -04:00
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
system is general enough to be applicable in a wide variety of other domains as well.
2018-12-31 09:14:17 -05:00
#### More Information
2019-01-01 02:11:57 -08:00
* [GitHub - TensorFlow ](https://github.com/tensorflow )
2018-12-31 09:14:17 -05:00
* [Wikipedia - TensorFlow ](https://en.wikipedia.org/wiki/TensorFlow )
2019-01-01 02:11:57 -08:00
* [TensorFlow - Tutorials ](https://www.tensorflow.org/tutorials/ )
* [Building Neural Networks with TensorFlow and the Azure Data Science Virtual Machine ](https://github.com/Microsoft/computerscience/blob/master/Labs/AI%20and%20Machine%20Learning/TensorFlow/TensorFlow.md#building-neural-networks-with-tensorflow-and-the-azure-data-science-virtual-machine )