摘要: pip install matplotlib matplotlib [mæt'plotlib] 是Python 2D绘图领域的基础套件,它让使用者将数据图形化,并提供多样化的输出格式 给大家举个例子 用的实例化对象 import matplotlib.pyplot as plt #导入3d模块 fr 阅读全文
posted @ 2019-05-04 00:50 帅小博 阅读(337) 评论(0) 推荐(0) 编辑
摘要: pip install pandas pandas是基于numpy开发出的,专门用于数据分析的开源python库 阅读全文
posted @ 2019-05-04 00:49 帅小博 阅读(169) 评论(0) 推荐(0) 编辑
摘要: 机器学习的大概概念 你们可以上百度查找—https://baike.baidu.com/item/%E6%9C%BA%E5%99%A8%E5%AD%A6%E4%B9%A0/217599?fr=aladdin 我当初学机器学习的时候用的是 jupyterlab 安装 jupyterlab pip in 阅读全文
posted @ 2019-05-04 00:47 帅小博 阅读(146) 评论(0) 推荐(0) 编辑
摘要: 1.安装numpy pip install numpy numpy是python语言的一个扩充程序库。支持高级大量的维度数组与矩阵运算,此外也针对数组运算提供大量的数学函数库。numpy内部解除了python的PIL(全局解释器锁),运算效率极好,是大量机器学习框架的基础库! numpy导包 imp 阅读全文
posted @ 2019-05-04 00:42 帅小博 阅读(303) 评论(0) 推荐(0) 编辑