美文网首页
2019-02-27Python人工智能学习第一阶段笔记

2019-02-27Python人工智能学习第一阶段笔记

作者: 赛赛_lzx | 来源:发表于2019-04-02 19:36 被阅读0次

1.jupyter安装与基本使用

安装命令:pip install jupyter

启动Jupyter: jupyter notebook

基础使用 jupyter_ 基本操作

2.jupyter中的魔法命令

jupyter_magic_1 jupyter_magic_2 jupyter_magic_3

3.numpy安装与基本使用

numpy安装命令 pip install numpy

numpy基础_1 numpy基础_2 numpy基础_3

4.numpy中的数据操作

numpy_data_1 numpy_data_2 numpy_data_3

5.ndarray的操作

ndarray_1.jpg ndarray_2.jpg ndarray_3.jpg ndarray_4.jpg ndarray_5.jpg ndarray_6.jpg

6.ndarray合并与分割

ndarray合并和分割_1.jpg ndarray合并和分割_2.jpg ndarray合并和分割_3.jpg ndarray合并和分割_4.jpg ndarray合并和分割_5.jpg

7.numpy中的矩阵运算

Numpy矩阵运算_1.jpg Numpy矩阵运算_2.jpg Numpy矩阵运算_3.jpg

8.聚合操作

numpy聚合操作_1.jpg numpy聚合操作_2.jpg numpy聚合操作_3.jpg

9.numpy中的arg操作

Numpy中的arg_1.jpg Numpy中的arg_2.jpg Numpy中的arg_3.jpg

10.numpy中的比较运算

numpy的比较运算_1.jpg numpy的比较运算_2.jpg numpy的比较运算_3.jpg numpy的比较运算_4.jpg

相关文章

网友评论

      本文标题:2019-02-27Python人工智能学习第一阶段笔记

      本文链接:https://www.haomeiwen.com/subject/suqquqtx.html