AI Glossary/TensorFlow
AI Tools

TensorFlow

An open-source machine learning framework developed by Google for building and deploying ML models.

In-depth explanation

TensorFlow provides a comprehensive ecosystem for ML development, from research to production. It supports deep learning, traditional ML, and deployment across platforms (server, mobile, browser, edge). Keras is its high-level API for easy model building. TensorFlow 2.x emphasized eager execution and simplified APIs.

Examples

tf.keras for model building
TensorFlow Serving for deployment

Related terms

Master TensorFlow.

Learn how to apply this concept with hands-on projects in our comprehensive AI programs.