AI 101
\[ \begin{bmatrix}1 & 9 & -13 \\20 & 5 & -6 \end{bmatrix} \]
\[ \mathbf{A} = \begin{pmatrix} a_{11} & a_{12} & \cdots & a_{1n} \\ a_{21} & a_{22} & \cdots & a_{2n} \\ \vdots & \vdots & \ddots & \vdots \\ a_{m1} & a_{m2} & \cdots & a_{mn} \\ \end{pmatrix} \]
Tedious
| \(a_{1,1}\) | \(a_{1,2}\) | \(a_{1,3}\) | \(a_{1,4}\) |
| \(a_{2,1}\) | \(a_{2,2}\) | \(a_{2,3}\) | \(a_{2,4}\) |
| \(a_{3,1}\) | \(a_{3,2}\) | \(a_{3,3}\) | \(a_{3,4}\) |
| \(a_{4,1}\) | \(a_{4,2}\) | \(a_{4,3}\) | \(a_{4,4}\) |
Brief
| 1 | 2 | 3 | 4 |
| 5 | 6 | 7 | 8 |
| 9 | 10 | 11 | 12 |
| 13 | 14 | 15 | 16 |
| 1 | 2 | 3 | 4 |
| 5 | 6 | 7 | 8 |
| 9 | 10 | 11 | 12 |
| 13 | 14 | 15 | 16 |
| 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| \(a_{1,1}\) | \(a_{1,2}\) | \(a_{1,3}\) | \(a_{1,4}\) | \(a_{2,1}\) | \(a_{2,2}\) | \(a_{2,3}\) | \(a_{2,4}\) | \(a_{3,1}\) | \(a_{3,2}\) | \(a_{3,3}\) | \(a_{3,4}\) | \(a_{4,1}\) | \(a_{4,2}\) | \(a_{4,3}\) | \(a_{4,4}\) |
1)
| 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 |
1)
| 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 1 | 1 | 1 | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 |
[]0 or 1,| 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 1 | 1 | 1 | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 |



https://en.wikipedia.org/wiki/Bipartite_graph https://www.geeksforgeeks.org/deep-learning/what-is-fully-connected-layer-in-deep-learning/ https://en.wikipedia.org/wiki/Neural_network_(machine_learning) https://www.geeksforgeeks.org/deep-learning/neural-networks-a-beginners-guide/ https://en.wikipedia.org/wiki/Perceptron