Training deep neural networks and much more...
Check out the TensorFlow website if you're interested in looking up how it works!
Use the following the command to install the deep learning library tensorflow:
pip install tensorflow
To install a specific version of tensorflow, use the command: pip install tensorflow==<VERSION_NUMBER>