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: