Skip to content

Commit 95e76b1

Browse files
committed
chapter 13
1 parent a970995 commit 95e76b1

18 files changed

Lines changed: 1812 additions & 41 deletions

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Over the past years working in AI/ML, I filled notebooks with intuition first, r
2626
| 10 | [Multimodal Learning](chapter%2010%3A%20multimodal%20learning/01.%20multimodal%20representations.md) | fusion strategies, contrastive learning, CLIP, VLMs, image/video tokenisation, cross-modal generation, unified architectures, world models | Available |
2727
| 11 | [Autonomous Systems](chapter%2011%3A%20autonomous%20systems/01.%20perception.md) | perception, robot learning, VLAs, self-driving cars, space robots | Available |
2828
| 12 | [Graph Neural Networks](chapter%2012%3A%20graph%20neural%20networks/01.%20geometric%20deep%20learning.md) | geometric deep learning, graph theory, GNNs, graph attention, Graph Transformers, 3D equivariant networks | Available |
29-
| 13 | Computing & OS | discreet maths, computer architecture, operating systems, RAM, concurrency, parallelism, programming languages | Coming |
29+
| 13 | [Computing & OS](chapter%2013%3A%20computing%20and%20OS/01.%20discrete%20maths.md) | discrete maths, computer architecture, operating systems, concurrency, parallelism, programming languages | Available |
3030
| 14 | Data Structures & Algorithms | arrays, trees, graph, search, sorting, hashmaps | Coming |
3131
| 15 | SIMD & GPU Programming | ARM & NEON, X86 chips, RISC ships, GPUs, TPUs, triton, CUDA, Vulkan | Coming |
3232
| 16 | ML Systems Design | systems design fundamentals, cloud computing, large scale infra, ML systems design examples | Coming |

chapter 13: computing and OS/01. discrete maths.md

Lines changed: 250 additions & 8 deletions
Large diffs are not rendered by default.

chapter 13: computing and OS/02. computer architecture.md

Lines changed: 230 additions & 8 deletions
Large diffs are not rendered by default.

chapter 13: computing and OS/03. operating systems.md

Lines changed: 256 additions & 8 deletions
Large diffs are not rendered by default.

chapter 13: computing and OS/04. concurrency and parallelism.md

Lines changed: 224 additions & 8 deletions
Large diffs are not rendered by default.

chapter 13: computing and OS/05. programming languages.md

Lines changed: 271 additions & 8 deletions
Large diffs are not rendered by default.
Lines changed: 33 additions & 0 deletions
Loading

images/compilation_pipeline.svg

Lines changed: 66 additions & 0 deletions
Loading
Lines changed: 62 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)