- Hands-On Artificial Intelligence for Beginners
- Patrick D. Smith
- 71字
- 2021-06-10 19:33:44
Matrices
Matrices are two-dimensional lists of numbers that contain rows and columns. Typically, rows in a matrix are denoted by i, while columns are denoted by j.
Matrices are represented as:

We can easily create matrices in Python as NumPy arrays, much like we can with vectors:
matrix = np.array([[5,6], [6,9]])
The only different is that we are adding an additional vector to the array to create the matrix.
推薦閱讀
- Instant Raspberry Pi Gaming
- 大數(shù)據(jù)戰(zhàn)爭:人工智能時代不能不說的事
- 21小時學(xué)通AutoCAD
- Moodle Course Design Best Practices
- Learning C for Arduino
- Troubleshooting OpenVPN
- 菜鳥起飛系統(tǒng)安裝與重裝
- Photoshop CS5圖像處理入門、進階與提高
- MPC5554/5553微處理器揭秘
- Flink內(nèi)核原理與實現(xiàn)
- Flash CS3動畫制作
- R Statistics Cookbook
- fastText Quick Start Guide
- Microsoft Power BI Complete Reference
- 多媒體技術(shù)應(yīng)用教程