0% found this document useful (0 votes)
10 views7 pages

Unit 1

TensorFlow is an open-source machine learning framework that utilizes tensors for multi-dimensional data representation and supports deep learning and neural networks. It includes components like Keras for model building, TensorFlow Lite for mobile deployment, and TensorFlow.js for web applications. The basic workflow involves defining, preparing, training, evaluating, and deploying models.

Uploaded by

prathammalviya8
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
10 views7 pages

Unit 1

TensorFlow is an open-source machine learning framework that utilizes tensors for multi-dimensional data representation and supports deep learning and neural networks. It includes components like Keras for model building, TensorFlow Lite for mobile deployment, and TensorFlow.js for web applications. The basic workflow involves defining, preparing, training, evaluating, and deploying models.

Uploaded by

prathammalviya8
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
You are on page 1/ 7

Introduction to TensorFlow

TensorFlow
• TensorFlow is an open-source machine learning
framework.
• It uses tensors to represent multi-dimensional data.
• Supports deep learning, neural networks, and
optimization.
• Provides flexible APIs for various platforms.
• Keras simplifies model building and training.
• TensorFlow enables scalable and efficient deployment.
Core Concepts
Tensors
• A tensor is the fundamental unit in TensorFlow.
• Tensors flow through the computational graph.
• It defines the operations and transformations performed
on the data.
Computation Graph
• It allows TensorFlow to optimize the performance of
operations.
Session
• It executes the operations defined in the computation
graph.
TensorFlow's Components
• TensorFlow Core
• Keras
• TensorFlow Estimators
• TensorFlow Lite
• TensorFlow.js
• TensorFlow Hub
• TensorFlow Serving
Basic Workflow in TensorFlow

• Define the model


• Prepare data
• Train the model
• Evaluate the model
• Deploy the model

You might also like