1.安装anaconda

安装最新版:https://repo.anaconda.com/archive/Anaconda3-5.3.0-Windows-x86_64.exe

加入环境变量:

path加anaconda安装目录

path加anaconda安装目录/scripts

2。通过conda安装TensorFlow

conda install https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-0.5.0-cp27-none-linux_x86_64.whl
conda install tensorflow
等运行完检查包可发现

3.Hello World

import tensorflow as tf
hello = tf.constant('Hello, TensorFlow!')
sess = tf.Session()
print(sess.run(hello)) a = tf.constant()
b = tf.constant()
print(sess.run(a+b))

 

最新文章

  1. hbase协处理器编码实例
  2. Git 的深入理解与GitHub托管服务(转)
  3. NPOI2.0学习(二)
  4. 淘宝(阿里百川)手机客户端开发日记第十五篇 JSON解析(四)
  5. 转载 网页打印时设置A4大小
  6. 鸟哥笔记:postfix的一些重要配置文件
  7. SQL Server 2008 R2 主从数据库同步
  8. C#学习笔记(二):继承、接口和抽象类
  9. C++中枚举定义运算符
  10. HDU 2266 How Many Equations Can You Find(DFS)
  11. C#调用SAPWebService
  12. bzoj2014 [Usaco2010 Feb]Chocolate Buying
  13. ELK架构浅析
  14. uwp版的音乐播放器练手
  15. SLAM+语音机器人DIY系列:(一)Linux基础——2.安装Linux发行版ubuntu系统
  16. 简单js 切换左侧栏目的样式
  17. WIFI底座
  18. fastjson基本使用 (待继续完善)【原】
  19. mongodb安装、远程访问设置、基本常用操作和命令以及GUI
  20. 设计模式-生成器(Builder)

热门文章

  1. 使用树莓派 Raspberry Pi 播放豆瓣 FM
  2. 【转】SEGGER Embedded Studio 新建stm32f103工程
  3. 【转】IAR Embedded Workbench for ARM 8.22.1 基础使用教程
  4. Python3 与 C# 并发编程之~进程先导篇
  5. C++ const 理解
  6. PHP中防止SQL注入
  7. vertical-align垂直对齐用法
  8. mysql视图、触发事务、存储过程
  9. Ajax的请求规范(二)
  10. Linux如何查看机器的配置信息