机器学习,人工智能,深度学习及tensorflow的安装

机器学习作用:

对连续型数据进行预测
对离散型数据进行分类

关系

在这里插入图片描述

学习推荐版本

Linux下安装python 2.7 tensorflow1.3.0

安装tensorflow

首先下载或更新pip
sudo apt-get install python-pip

进入清华镜像官网:
https://mirrors.tuna.tsinghua.edu.cn/

安装指定版本的TensorFlow的方法:
pip install --user -i https://pypi.tuna.tsinghua.edu.cn/simple/ https://mirrors.tuna.tsinghua.edu.cn/tensorflow/linux/cpu/tensorflow-1.3.0-cp27-none-linux_x86_64.whl

发布了48 篇原创文章 · 获赞 20 · 访问量 615

猜你喜欢

转载自blog.csdn.net/weixin_42721412/article/details/103113233