hysyeah

知易行难


  • 首页

  • 分类

  • 标签

  • 归档

  • 关于

  • 搜索

scipy相关函数

发表于 2018-06-25 分类于 python科学计算
scipy.special.expit                    # expit(x) = 1/(1+exp(-x))
scipy.misc.derivative
import scipy.integrate as integrate
r = integrate.quad(lambda x: 2*x, 0,2) #函数f(x) = 2*x在区间[0,2]内的积分
最大似然估计
支持向量机--线性可分支持向量机

hys

329 日志
30 分类
35 标签
hysyeah.top © 2019-2025 粤ICP备19077752号