1.下载anaconda
anaconda下载地址:https://repo.anaconda.com/archive/
在这里插入图片描述
2.打开anaconda图形化界面
在这里插入图片描述
3.创建一个新的python环境
在这里插入图片描述
4.找到tensorflow并安装
在这里插入图片描述
5.同理安装matplotlib
在这里插入图片描述
6.安装spyder用于编程
在这里插入图片描述
7.打开并测试代码
在这里插入图片描述
测试代码如下

import tensorflow as tf
hello = tf.constant("hello cbyer space")
sess = tf.Sesstion()
print(sess.run(hello))
Logo

DAMO开发者矩阵,由阿里巴巴达摩院和中国互联网协会联合发起,致力于探讨最前沿的技术趋势与应用成果,搭建高质量的交流与分享平台,推动技术创新与产业应用链接,围绕“人工智能与新型计算”构建开放共享的开发者生态。

更多推荐