conda安装人工智能环境
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 使用命令如下