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 PlaygroundTags
packagedeep-learningneural-networkgputensordatatype
Related Items
keras
Package — Deep Learning
High-level neural network API; multi-backend (TF, PyTorch, JAX)
torch
Package — Deep Learning
PyTorch: dynamic neural networks with GPU acceleration by Meta
numpy
Package — Data Science
N-dimensional arrays, vectorized math, linear algebra, FFT
tensorflow-probability
Package — Bayesian
Probabilistic reasoning and statistical analysis on TensorFlow