随笔分类 -  scitific

摘要:Anaconda 仓库的镜像 使用中科大的镜像conda config --add channels https://mirrors.ustc.edu.cn/anaconda/pkgs/free/conda config --set show_channel_urls yes 阅读全文
posted @ 2017-08-18 15:23 codie 阅读(515) 评论(0) 推荐(0)
摘要:1 Prepare the Dataimport numpy as npx=np.linspace(0,10,100)y=np.cos(x)z=np.sin(x)Data or Imagesnarray mgridimagesdata = 2 * np.random.random((... 阅读全文
posted @ 2017-06-22 22:43 codie 阅读(347) 评论(0) 推荐(0)