TensorFlow is a python based, open-source platform for creating Machine Learning applications.

TensorFlow is developed by google and Written in C++, Python, and CUDA.

Currently, TensorFlow is the most famous deep-learning library in the world.

Tensorflow can be imported by simply typing the below command.

import tensorflow as tf

TensorFlow can run on macOS, Linux, and windows, as a cloud service, and on Mobile devices like iOS/Android.

TensorFlow models can be trained on GPUs as well as on CPUs.

Tensorflow has a vast open-source community and it has massive popularity on GitHub compared to the other deep learning framework.