DEV Community

professional writer
professional writer

Posted on

What Is TensorFlow?

If you are currently working on a machine learning project with Python, you may have heard of this popular open source library called TensorFlow.

Google and the Brain Team collaborated to create this library. Nearly all Google machine learning applications use TensorFlow.

TensorFlow is like a computational library for writing new algorithms involving operations on a large number of tensors. Since neural networks can be easily represented as computational graphs, they can be implemented in TensorFlow as a series of operations on tensors. Also, tensors are N-dimensional matrices that represent data.

Top comments (0)