主页 返回 进入列表
总根
>计算机与教育
>课程
>高等教育课程
>本科课程
>模式识别与人工智能
>ZSTU-(2020-2021)-1
>学生作业
>2018329621111隋馨
实验二
一、 实验目的
安装Tensorflow, tensorflow 简单代码练习、 TensorFlow模型练习、Tensorboard可视化工具使用。
二、实验步骤
1.安装Tensorflow
2.Tensorflow简单建模示例
3.Tensorboard可视化工具使用
三、代码及运行截图
(1)tensorflow:
import tensorflow as tf
hello = tf.constant(\'Hello, tensorflow!\')
# 启动TensorFlow会话
sess = tf.Session()
# 运行 hello 节点
print(sess.run(hello))
sess.close()
运行结果:
全文(Full Article): https://yvsou.com/dc/single.php?groupid=28.218.81608.81609.81613.85931.85932.83187.85970&pid=1338513&startgroup=
安装Tensorflow, tensorflow 简单代码练习、 TensorFlow模型练习、Tensorboard可视化工具使用。
二、实验步骤
1.安装Tensorflow
2.Tensorflow简单建模示例
3.Tensorboard可视化工具使用
三、代码及运行截图
(1)tensorflow:
import tensorflow as tf
hello = tf.constant(\'Hello, tensorflow!\')
# 启动TensorFlow会话
sess = tf.Session()
# 运行 hello 节点
print(sess.run(hello))
sess.close()
运行结果:
全文(Full Article): https://yvsou.com/dc/single.php?groupid=28.218.81608.81609.81613.85931.85932.83187.85970&pid=1338513&startgroup=