📜  python代码示例中的tensorflow是什么

📅  最后修改于: 2022-03-11 14:45:49.832000             🧑  作者: Mango

代码示例2
#Tensorflow is a popular, free, open-source software library for machine learning and AI. But It specializes on DNN training and inference.
import tensorflow as tf #import tensorflow in python
print(tf.__version__)    #print tensorflow version