TensorFlow
Google's machine-learning framework for production training and inference.
TensorFlow is a numerical computation library built around dataflow graphs of tensor operations, with strong support for distributed training, mobile and embedded deployment (via TensorFlow Lite), and browser execution (TensorFlow.js). Its Keras high-level API has become the standard introductory interface for deep learning.
TensorFlow runs on Linux with CUDA and is the framework behind much of Google's production AI infrastructure. It remains widely used in enterprise ML pipelines and on edge devices.
Install
pip install tensorflow
Authors
- Google Brain team
