inflearn logo
강의

강의

N
챌린지

챌린지

멘토링

멘토링

N
클립

클립

로드맵

로드맵

지식공유

mdrifatnahid님의 생생한 수강평, AI 반도체 설계를 위한 필수 이론 — 뉴런에서 LLM까지

mdrifatnahid

수강평 1

평균평점 4

제목이 반도체인데 반도체에 관한 내용은 거의 없습니다. 하지만 아주 기본적인 AI 기초를 배우기 시작하기에는 좋습니다.

1

EdgeChipLab

Thank you for taking the time to write, and for the kind words about the fundamentals — I am glad that part was useful. On the title, let me share what the course is trying to do, in case it is helpful. This is the theory volume of a hardware series. The later courses build a RISC-V CPU, a CNN accelerator, an NPU and eventually a mini LLM SoC on a real FPGA board — a Transformer engine has already been implemented and verified on FPGA in this series. This volume exists because those circuits are difficult to design from diagrams alone. You have to know what operation is happening inside them, and why it costs what it costs. So the AI theory here is selected and framed for that purpose. A few examples: The multiply-accumulate as a power problem. Part 1 closes on the point that a neural network is fundamentally a vast repetition of multiplies and adds, and that each one of those operations draws power on a real chip. That single observation is what the whole low-power discussion later rests on. Convolution as a hardware pattern. The convolution lecture describes a small filter sliding across the image, multiplying and summing overlapping regions. That sliding-window structure — the same weights reused across positions — is exactly the access pattern an accelerator is built to exploit. Why the Transformer calls for a dedicated accelerator. Part 2 explains that removing recurrence makes every word computable in parallel, and that the substance of that parallelism is large matrix multiplication. It then names what that becomes in silicon: laying those multiply-adds out in a grid and running them together is a systolic array, which is the core structure of an NPU. Why data movement dominates the energy budget. Part 3 makes the point that a large share of AI power is spent not on arithmetic itself but on moving data. That is the constraint every low-power AI chip is designed around, and it is why the series ends on minimising data movement and lightening the model as the two directions that have to advance together. Each of these sections closes with the same line in the lecture: this is the bridge to hardware. The orientation slide at the start states it directly — every abstract concept in this course becomes a real operation on silicon later in the series, which is why the theory is built in an implementable form rather than a purely mathematical one. Your comment also helps me see the description from a reader side. The note about where this volume sits in the series currently sets at the bottom of the page — I will bring it up front, so it is clear before anyone enrols. Thank you very much. EdgeChipLab

0

EdgeChipLab

3강

26명 수강

AI 반도체 설계를 위한 필수 이론 — 뉴런에서 LLM까지
4(1개 수강평)