unbuntu平台下通过终端安装深度学习环境

1、安装软件

python3、cuda9、cudnn v7、tensorflow、keras、sklearn、xgboost

2、终端输入命令

sudo apt install python3 /通过anaconda下载python3 

没显卡跳过cuda9,cudnn v7安装

通过anaconda装环境通过unbuntu命令行输入:conda install tensorflow
失败或者pip3:pip3安装tensorflow / keras / sklearn / xgboost

若权限不够则:sudo pip3 install tensorflow / keras / sklearn / xgboost

3、学习网站

tensorflow中文社区:http://www.tensorfly.cn/

关于模型参数,主要有三个在线文档,keras中文,sklearn API,xgboost官网

猜你喜欢

转载自blog.csdn.net/u013411654/article/details/80929420