python
yanchb3
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
windows10环境下python安装sklearn
step1: 将python,pip加入环境变量。step2: win+r,输入cmd,进入命令行 有可能需要更新pippython -m pip install -U pipstep3:安装sklearn依赖的包 python -m pip install --user numpy scipy matplotlib ipython jupyter pandas sympy nosestep4:安...原创 2018-03-19 23:47:32 · 5819 阅读 · 1 评论 -
ubuntu Install TensorFlow with pip
step1: Check if your Python environment is already configured: python3 --version pip3 --version sudo apt update sudo apt install python3-dev python3-pip step2: Install the TensorFlow pip package ...原创 2019-04-07 20:25:57 · 210 阅读 · 0 评论
分享