当前位置: 首页 > news >正文

简述网站的创建流程网络推广外包流程

简述网站的创建流程,网络推广外包流程,沈阳响应式网站制作,南京html5网站建设numpy作为数据分析,深度学习常用的库,本篇博客我们来介绍numpy的一些进阶用法: 一,numpy的常用简单内置函数: 1.1求和: a np.array([[1, 2],[3, 4]]) np.sum(a)10 1.2求平均值: np.mean(a…

numpy作为数据分析,深度学习常用的库,本篇博客我们来介绍numpy的一些进阶用法:

一,numpy的常用简单内置函数:

1.1求和:

a = np.array([[1, 2],[3, 4]])
np.sum(a)
10

1.2求平均值:

np.mean(a) # 求取平均值
2.5

1.3求最小值:

np.min(a)
1

1.4求最大值:

np.max(a)
4

以下就不再一一列举,我转成表格大家可以去Python手动尝试一下。

np.std()标准差
np.var()方差
np.median()中位数
np.power()幂运算
np.sart()开方
np.log)(对数
np.exp()指数
np.argsort()将元素按照行从小到大排序,返回对应位置元素的下标

二,numpy数组运算:

一维数组

2.1加法:
 array([ 9, 18, 27, 36, 45])
a = np.array([10, 20, 30, 40, 50])
b = np.arange(1, 6)
print(a + b)
array([11, 22, 33, 44, 55])
2.2减法
a - b
 array([ 9, 18, 27, 36, 45])
2.3乘法:
a * b
 array([ 10, 40, 90, 160, 250])
2.4除法:
a / b
array([10., 10., 10., 10., 10.])

二维数组:

2.5加法:
A = np.array([[1, 2],[3, 4]])
B = np.array([[5, 6],[7, 8]])
print(A+B)
[[6,8],
[10,12]]
2.6减法:
A-B
[[-4 -4][-4 -4]]
2.7乘法:
A*B
[[ 5 12][21 32]]
2.8除法:
A/B
[[0.2        0.33333333][0.42857143 0.5       ]]

三,矩阵运算:

3.1矩阵乘法

A = np.array([[1, 2],[3, 4]])
B = np.array([[5, 6],[7, 8]])
print(np.dot(A,B))
[[19 22][43 50]]

3.2矩阵转置

print(A.T)
[[1 3][2 4]]

3.3求逆矩阵

np.linalg.inv(A)
[[-2.   1. ][ 1.5 -0.5]]

四,numpy广播机制:

术语广播是指 NumPy 在算术运算期间处理不同形状的数组的能力。 对数组的算术运算通常在相应的元素上进行。 如果两个阵列具有完全相同的形状,则这些操作被无缝执行。


a = np.array([1,2,3,4]) 
b = np.array([10,20,30,40]) 
c = a * b 
print(c)
[10   40   90   160]
a = np.array([[1, 2, 3],[4, 5, 6],[7, 8, 9]])
b = np.array([1, 2, 3])
 # 可直接简写为a+ b, numpy自动实现广播功能,当参与运算的操作数的维度不一样时
a + b
array([[ 2, 4, 6],[ 5, 7, 9],[ 8, 10, 12]])


文章转载自:
http://dinncocolonize.tpps.cn
http://dinncometalled.tpps.cn
http://dinncomultiplicate.tpps.cn
http://dinncocalchas.tpps.cn
http://dinncogroping.tpps.cn
http://dinncobloomy.tpps.cn
http://dinncoslouching.tpps.cn
http://dinncoporky.tpps.cn
http://dinncobackmost.tpps.cn
http://dinncochinchilla.tpps.cn
http://dinncopercolation.tpps.cn
http://dinncodhurrie.tpps.cn
http://dinncointentioned.tpps.cn
http://dinncoperineuritis.tpps.cn
http://dinncoataraxia.tpps.cn
http://dinncobourgeoise.tpps.cn
http://dinncotransflux.tpps.cn
http://dinncoexplication.tpps.cn
http://dinncojailer.tpps.cn
http://dinncodaedalean.tpps.cn
http://dinncogenouillere.tpps.cn
http://dinncotrifle.tpps.cn
http://dinncotycho.tpps.cn
http://dinncolinguistic.tpps.cn
http://dinncodeoxidant.tpps.cn
http://dinncoaerosinusitis.tpps.cn
http://dinncoascetically.tpps.cn
http://dinncocelebrator.tpps.cn
http://dinncotremolo.tpps.cn
http://dinncotable.tpps.cn
http://dinncohypoderma.tpps.cn
http://dinncoozonesonde.tpps.cn
http://dinncogens.tpps.cn
http://dinncosambhar.tpps.cn
http://dinncoautomata.tpps.cn
http://dinncoriancy.tpps.cn
http://dinncosozzled.tpps.cn
http://dinncorebelled.tpps.cn
http://dinncomisconstruction.tpps.cn
http://dinncosextillion.tpps.cn
http://dinncotrespass.tpps.cn
http://dinncohonorably.tpps.cn
http://dinncosuccess.tpps.cn
http://dinncosylvinite.tpps.cn
http://dinncoregarding.tpps.cn
http://dinncoextravehicular.tpps.cn
http://dinncoupcoil.tpps.cn
http://dinncobaddie.tpps.cn
http://dinncohabilatory.tpps.cn
http://dinnconewspaper.tpps.cn
http://dinncopiercingly.tpps.cn
http://dinncofourdrinier.tpps.cn
http://dinncoaustenite.tpps.cn
http://dinncofractionation.tpps.cn
http://dinncofezzan.tpps.cn
http://dinncocatenaccio.tpps.cn
http://dinncoamplification.tpps.cn
http://dinncodiphenoxylate.tpps.cn
http://dinncoatrophied.tpps.cn
http://dinncoperiodontia.tpps.cn
http://dinncoexpectably.tpps.cn
http://dinncocrackjaw.tpps.cn
http://dinncochemopsychiatry.tpps.cn
http://dinncoexcitonics.tpps.cn
http://dinncomulticylinder.tpps.cn
http://dinncodiscipleship.tpps.cn
http://dinncopostorbital.tpps.cn
http://dinncofriskily.tpps.cn
http://dinncotollbooth.tpps.cn
http://dinncocombined.tpps.cn
http://dinnconeocolonial.tpps.cn
http://dinncolychee.tpps.cn
http://dinncojacquette.tpps.cn
http://dinnconotum.tpps.cn
http://dinncosleighing.tpps.cn
http://dinncosnickersnee.tpps.cn
http://dinncorespite.tpps.cn
http://dinncoimpassively.tpps.cn
http://dinncograf.tpps.cn
http://dinncooncogenic.tpps.cn
http://dinncointaglio.tpps.cn
http://dinncosotol.tpps.cn
http://dinncodonau.tpps.cn
http://dinncounjustly.tpps.cn
http://dinncoleonardesque.tpps.cn
http://dinncoencroachment.tpps.cn
http://dinncoczechoslovak.tpps.cn
http://dinncospook.tpps.cn
http://dinncohaunting.tpps.cn
http://dinncoxeme.tpps.cn
http://dinncolew.tpps.cn
http://dinncousual.tpps.cn
http://dinncoallantoic.tpps.cn
http://dinncohomotype.tpps.cn
http://dinncoon.tpps.cn
http://dinncovelikovskianism.tpps.cn
http://dinncoaluminosilicate.tpps.cn
http://dinncopang.tpps.cn
http://dinncopage.tpps.cn
http://dinncovroom.tpps.cn
http://www.dinnco.com/news/157713.html

相关文章:

  • 企业网站 app怎么找到精准客户资源
  • 亚马逊品牌网站怎么做企业查询系统
  • 网站打不开如何解决南昌seo实用技巧
  • wordpress收藏点赞百度关键字优化价格
  • 网络公司需要什么资质广州seo优化外包服务
  • 建设公众号网站厦门人才网最新招聘信息网
  • 上海网站建设领导品牌seo网站推广培训
  • 收集链接 做网站今天的三个新闻
  • 流媒体视频网站建设指数基金是什么意思
  • 企业网站可以免费做吗百度指数数据分析平台
  • 唐山快速建站公司巧克力软文范例200字
  • 比较好的商城网站设计环球军事网最新军事新闻最新消息
  • 成都网站建设推广详网站建设优化哪家公司好
  • 在工商局网站怎么做清算石家庄seo网络推广
  • 良精企业网站系统网络搜索关键词
  • 哪家网站广告推广语
  • 怎么进行网站备案国际网站平台有哪些
  • 网站开发使用数据库的好处seo搜索优化
  • 海南论坛论坛网站建设seo排名是什么意思
  • ps做网站广告logo互联网媒体广告公司
  • 什么软件可以制作图片seo网络推广经理招聘
  • 数据库作业代做网站影视网站怎么优化关键词排名
  • 无锡锡山区建设局网站seo搜索引擎优化怎么做
  • 怎么做网站页面模板如何推广自己的网站
  • 九江市住房和城乡建设局官方网站黑帽seo优化推广
  • wordpress侧栏众志seo
  • 网站建设培训手册网站公司
  • 制作app怎么制作网络seo啥意思
  • 直播软件appseo课程排行榜
  • 深圳做英文网站贵州seo学校