自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(5)
  • 资源 (6)
  • 收藏
  • 关注

转载 Python random 使用法

Python中的random模块用于生成随机数。下面介绍一下random模块中最常用的几个函数。random.randomrandom.random()用于生成一个0到1的随机符点数: 0 <= n < 1.0random.uniform  random.uniform的函数原型为:random.uniform(a, b),用于生成一个指定范围内的随机符点数,两个参数其中一个是上限,...

2018-02-26 15:59:00 147

转载 numpy.arange

numpy.arange# 从0开始计数区别于range (5)#从1 开始计数,并且如果表示为区间range(1,5)返回左闭右开区间,结果为1 2 3 4numpy.arange([start, ]stop, [step, ]dtype=None)Return evenly spaced values wi...

2018-02-26 10:52:29 348

转载 numpy.zeros_like 使用法

numpy.zeros_likenumpy.zeros_like(a, dtype=None, order='K', subok=True)[source]Return an array of zeros with the same shape and type as a given array.Paramet...

2018-02-26 10:19:58 13277

转载 np.random.random 使用法

numpy.random.randomnumpy.random.random(size=None)Return random floats in the half-open interval [0.0, 1.0).Results are from the “continuous uniform” distrib...

2018-02-26 10:17:33 14145

转载 numpy.unpackbits 使用法

numpy.unpackbitsnumpy.unpackbits(myarray, axis=None)Unpacks elements of a uint8 array into a binary-valued output array.Each element of myarray represents a...

2018-02-26 10:04:16 2240

windows10 vtk安装环境依赖

windows10 vtk安装环境依赖

2024-08-27

window hugging face cuda环境包

适用于win平台上运行transformers的cuda环境

2024-05-28

IEEE各种会议和期刊latex模板

Unix LaTeX2e Transactions Style File.zip 适用IEEE transaction各种会议和期刊latex模板需要使用trans模板里的conference的模式,建议下载时读读trans的附带的说明,

2018-11-10

稀疏编码matlab 教程

稀疏编码的matlab 程序实现,UC伯克利written by Bruno Olshausen

2018-07-24

pycuda 用于加速python 3.6

pycuda 用于加速python,前提是你的计算机上安装了英伟达显卡

2018-05-24

支持向量机SVM python源代码

支持向量机SVM python源代码 亲测可在pycharm用,可以用于统计学习方法的课后练习使用

2017-10-26

Dynamic Programming and Optimal Control 共两卷 作者:Bertsekas

Dynamic Programming and Optimal Control 共两卷 作者:Bertsekas 最优化和控制领域必备的教科书。完整清楚

2017-09-20

Information Theoretic Learning Renyi's Entropy and Kernel Perspectives chapter9

Information Theoretic Learning Renyi's Entropy and Kernel Perspectives chapter9 信息论和模式识别的相关资料

2017-09-19

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除