打开APP
userphoto
未登录

开通VIP,畅享免费电子书等14项超值服

开通VIP
tensorflow 数据的矩阵化 168 11-6
import tensorflow as tf
martix1=tf.constant([[3.,3.]])
martix2=tf.constant([3,3])
sess=tf.Session()
print(martix1)
print(sess.run(martix1))
print("-----------------")
print(martix2)
print(sess.run(martix2))
本站仅提供存储服务,所有内容均由用户发布,如发现有害或侵权内容,请点击举报
打开APP,阅读全文并永久保存 查看更多类似文章
猜你喜欢
类似文章
【热】打开小程序,算一算2024你的财运
TensorFlow学习笔记(一)
TF学习:Tensorflow基础案例、经典案例集合——基于python编程代码的实现
人工智能神器——TensorFlow入门基础(构建与启动图)
Google TensorFlow 机器学习框架介绍和使用
令人困惑的TensorFlow!
TensorFlow中的计算图学习
更多类似文章 >>
生活服务
热点新闻
分享 收藏 导长图 关注 下载文章
绑定账号成功
后续可登录账号畅享VIP特权!
如果VIP功能使用有故障,
可点击这里联系客服!

联系客服