摘要: 1. 豆瓣民谣Top排名爬取 1.1 构建scrapy项目 安装Scrapy库 pip install scrapy 创建Scrapy项目 通过cmd进入命令窗口,执行命令scrapy startproject xxxx (xxxx为scrapy项目名),创建scrapy项目。 scrapy sta 阅读全文
posted @ 2024-09-21 12:21 溪奇的数据 阅读(142) 评论(0) 推荐(0) 编辑
摘要: 10.1 Matrix Factorizations A = LU = (Lower triangular L with 1's on the diagonal)(Upper triangular U with pivots on the diagonal) requirements : No ro 阅读全文
posted @ 2022-04-05 19:25 溪奇的数据 阅读(173) 评论(0) 推荐(0) 编辑
摘要: 9.1 Real versus Complex R= line of all real numbers (<x<) C=plane of all complex numbers z=x+iy |x| = 阅读全文
posted @ 2022-04-05 18:54 溪奇的数据 阅读(46) 评论(0) 推荐(0) 编辑
摘要: 8.1 Linear Requires Keys: A linear transformation T takes vectors v to vectors T(v). Linearity requires: T(cv+dw)=cT(v)+dT(w) The input vec 阅读全文
posted @ 2022-04-05 18:34 溪奇的数据 阅读(35) 评论(0) 推荐(0) 编辑
摘要: 7.1 Singular values and Singular vectors The SVD separates any matrix into simple pieces. A is any m by n matrix, square or rectangular, Its rank is r 阅读全文
posted @ 2022-04-05 18:16 溪奇的数据 阅读(71) 评论(0) 推荐(0) 编辑
摘要: Keys: What are Eigenvalues and Eigenvectors? How to find Eigenvalues and Eigenvectors? Applications of Egenvalues and Eigenvectors: Difference equatio 阅读全文
posted @ 2022-04-05 17:51 溪奇的数据 阅读(74) 评论(0) 推荐(0) 编辑
摘要: 5.1 The Properties of Determinants The determinant of the n by n identity matrix is 1 : detI=1. The determinant changes sign when two rows are 阅读全文
posted @ 2022-04-05 16:56 溪奇的数据 阅读(167) 评论(0) 推荐(0) 编辑
摘要: 4.1 Orthogonal Vectors and Suspaces Orthogonal vectors have vTw=0,and ||v||2+||w||2=||v+w||2=||vw||2. Subspaces V and W ar 阅读全文
posted @ 2022-04-05 10:51 溪奇的数据 阅读(83) 评论(0) 推荐(0) 编辑
摘要: 3.1 Vector Spaces The space Rn consists of all colunm vectors v with n components. We can add any vectors in Rn , and we can multiply an 阅读全文
posted @ 2022-04-04 12:00 溪奇的数据 阅读(92) 评论(0) 推荐(0) 编辑
摘要: 2.1 Linear Equations Picture Row Picture 2 by 2 equations Two equations, Two unknowns x2y=13x+2y=11 The 阅读全文
posted @ 2022-04-04 10:48 溪奇的数据 阅读(71) 评论(0) 推荐(0) 编辑
点击右上角即可分享
微信分享提示