logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

Python中的numpy.reshape用法

Python np.reshape用法

文章图片
#python
Python 中数组、矩阵和元素乘法区别(dot、multiply等)

Python 中数组、矩阵和元素乘法区别(dot,multiply等运算)。

文章图片
#python
Python 中@ 矩阵乘法运算符详细讲解

@ 是矩阵乘法运算符,遵循线性代数规则,用于矩阵-矩阵、矩阵-向量的乘法。与逐元素乘法 (*) 不同,@ 是针对矩阵的逻辑运算。推荐与 NumPy 一起使用,用于高效的线性代数计算。

文章图片
#python#矩阵#开发语言
Python列表(list)、元组(tuple)和字典(dictionary)的区别

Python列表(list)、元组(tuple)和字典(dictionary)的区别和用法

文章图片
#python#开发语言
Python numpy中的insert()函数用法

Python numpy中的insert()函数用法

文章图片
#python
Python列表(list)、元组(tuple)和字典(dictionary)的区别

Python列表(list)、元组(tuple)和字典(dictionary)的区别和用法

文章图片
#python#开发语言
到底了