1. 首页
  2. 数据库
  3. 其它
  4. conda安装人工智能环境

conda安装人工智能环境

上传者: 2021-01-17 00:42:35上传 PDF文件 17.86KB 热度 13次
1创建yml文件 name: environmentAI channels: - https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/ - conda-forge dependencies: - python==3.5.2 - numpy - pandas - scikit-learn - matplotlib - jupyter - opencv==3.1.0 - tensorflow==1.5.0 - keras==2.1.6 使用命令如下
下载地址
用户评论