tensorflow

Package — Deep LearningPython 3.9+Advanced

End-to-end ML platform by Google: neural networks, TPU support

Quick Info

Documentation
Official Docs
Python Version
3.9+
Dependencies
numpy, protobuf, grpcio, h5py, keras, tensorboard, absl-py, flatbuffers
Install
pip install tensorflow

Learn by Difficulty

Quick Example

python
# Install: pip install tensorflow
import tensorflow

# Basic tensorflow usage
print(f"Using tensorflow")
# See documentation for detailed examples

tensorflow is a third-party package. End-to-end ML platform by Google: neural networks, TPU support. Install with: pip install tensorflow

Try in Playground

Tags

packagedeep-learningneural-networkgputensordatatype

Related Items