欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

python库函数介绍

程序员文章站 2024-02-23 21:52:52
...

Package

1.Numpy

FFT/Gauss/LSQ/SVD
ndarray

import numpy as np
np.arange(6)

python库函数介绍

Pandas

DataFrame/Series
(Excel/csv/tsv)
处理二维的数据表的结构
封装了numpy,使用时必须保证电脑已经安装了numpy

scipy

做科学运算
Gamma/Comb

matplotlib

画个种图,尤其是二维图

scikit-learn

Machine Learning
用于机器学习

tensorflow

Deep Learning
用于深度学习

pyTorch/Theano/Caffee/Pandle

python库函数介绍

相关标签: Python