Prepare Interview

Mock Exams

Make Homepage

Bookmark this page

Subscribe Email Address

Question: What is TensorFlow and explain its primary use?
Answer: TensorFlow is an open-source machine learning library developed by the Google Brain team. It is primarily used for building and training deep learning models.

Example:

import tensorflow as tf
print(tf.__version__)

Is it helpful? Yes No

Most helpful rated by users:

©2025 WithoutBook