
人工智能
Andre-S
linux系统开发中。。。
展开
-
pycharm 和 anaconda安装注意项
一: anaconda 安装注意点: 选择导入到环境变量安装选项。启动notebook: 1.打开Anaconda Prompt 2.更改Jupyter notebook的工作空间 查看配置文件:jupyter notebook --generate-config注:如果没有默认配置文件,创建配置文件:ipython profile create修改默认路径: 注:D:\Jupyt原创 2017-12-22 14:48:45 · 756 阅读 · 0 评论 -
numpy常用接口
txt文件地址: 1.txt文件导入数据#导入numpy库 import numpy#导入一个txt文件,该文件行内容以","分割。 world_alcohol = numpy.genfromtxt("world_alcohol.txt", delimiter=",", dtype=str) print(type(world_alcohol)) print(world_alcohol)2 .构建向原创 2017-12-27 21:03:10 · 902 阅读 · 0 评论 -
AI简介
AI知识: https://blog.youkuaiyun.com/gatieme/article/details/44808171转载 2018-03-27 16:53:30 · 339 阅读 · 0 评论