Study-Python00-000学习Python过程中的疑问

  1. Python变量不需要提前声明吗

  2. 那种是元祖

  3. 元组不能够修改,为什么元组可以更新呢?

  4. 元组类的所有数据类型都是一样的嘛?

  5. 列表用[]定义,是可变类型的序列
    字典用{}定义,是可变类型的序列
    元组()定义,是可变类型的序列
    集合 {}定义 ,是可变类型的序列
    (可变序列:是可以进行增删该的序列)
    字典是无序序列,列表是有序序列

  6. 整数和字符串是不可变对象
    字典、列表、元组、集合是可变对象吗?

  7. 可迭代对象就是可以用for in 循环遍历的对象

  8. 列表是可迭代对象,元组、字典、集合是可迭代对象吗?

  9. Python内置数据结构:列表、字典、元组、集合
    10
    字典中是键不能够重复,而集合是没有value的字典,所以集合中的元素是不能够重复的

  10. 集合会自动去掉重复的元素

  11. A是B的超集,那么前提是B是A的子集
    13
    有字典、列表、集合生成式
    由于元组是不可变序列,所以元组没有生成式
    14
    在这里插入图片描述15.
    在这里插入图片描述
    中间的参数是什么意思

  12. 在这里插入图片描述
    这个库是做可视化的

  13. 在这里插入图片描述
    18.矩阵和数组的区别
    数组是计算机的概念,矩阵是数学上的概念
    数组可以是任意维度的,矩阵只能是二维的
    数组可以存放任意类型的数据,但矩阵里面只能放数字
    在这里插入图片描述
    矩阵和数组的不同引用形式

第一个维度是行,第二个维度是列
20.
向量发生旋转
在这里插入图片描述
21.
在这里插入图片描述
22.
在这里插入图片描述
第二个参数的含义
23.
为什么说感知机只拥有单层的功能神经元 《深度学习之美P196》
24.
两类模型是什么? 《深度学习之美P196》
25.
self.activator这个方法的内部是什么? 《深度学习之美P191》
26.
权重和权值的区别
27.
哑元是什么?
28.
感知器的训练是不是训练的是汇集函数的权重?
29.
在这里插入图片描述
30.

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 1
    评论
That's great! OpenCV (Open Source Computer Vision) is a powerful computer vision library that you can use to analyze and manipulate images and videos. Here are some steps you can follow to get started with studying OpenCV in Python: 1. Install OpenCV: You can install OpenCV in Python using pip. Open your terminal and type `pip install opencv-python` to install it. 2. Learn the basics of Python: Before you start working with OpenCV, you should have a basic understanding of Python programming. You can start with learning Python syntax, data types, control structures, functions, and classes. 3. Learn the basics of computer vision: Computer vision is a broad field that covers a wide range of topics, including image processing, object detection, face recognition, and machine learning. You can start by learning the basics of image processing, such as image filtering, thresholding, and edge detection. 4. Read the OpenCV documentation: The OpenCV documentation is an excellent resource for learning how to use the library. You can find tutorials, examples, and documentation on the OpenCV website. 5. Practice coding: The best way to learn OpenCV is to practice coding. Start with simple image processing tasks, such as reading and displaying images, and then move on to more advanced tasks like object detection and tracking. 6. Join OpenCV communities: Joining OpenCV communities can help you learn from other developers and get answers to your questions. You can join the OpenCV forum, Stack Overflow, and other online communities. With these steps, you can start your journey to becoming an OpenCV expert in Python. Good luck!
评论 1
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值