AI Engineering from Scratch AI 엔지니어링 기초부터

A hands-on curriculum that takes you from foundational math through production AI systems. Each phase builds on the last — write the algorithm, then use the framework.
기초 수학부터 프로덕션 AI 시스템까지 다루는 실전 커리큘럼입니다. 각 단계는 이전 단계를 기반으로 하며, 알고리즘을 직접 작성한 후 프레임워크를 사용합니다.
20
503
503

Guides │ 운영자 직접 작성

전체보기

Curriculum · 20 Phases (요약)

기초 수학부터 프로덕션 AI 시스템까지, 각 Phase를 직접 구현하며 배우는 실전 커리큘럼입니다. 아래 요약은 JavaScript 없이도 읽을 수 있도록 HTML에 직접 포함되어 있습니다.

P00Setup & ToolingPython·Git·GPU·Docker 개발환경 구축12 lessons
첫 레슨: Dev Environment
P01Math Foundations선형대수·미적분·확률·최적화22 lessons
첫 레슨: Linear Algebra Intuition
P02ML Fundamentals회귀·분류·앙상블·평가18 lessons
첫 레슨: What Is Machine Learning
P03Deep Learning Core퍼셉트론·역전파·옵티마이저 직접 구현13 lessons
첫 레슨: The Perceptron: Where It All Started
P04Computer VisionCNN부터 Diffusion까지28 lessons
첫 레슨: Image Fundamentals: Pixels, Channels, Color Spaces
P05NLP: Foundations to Advanced토큰화·임베딩·어텐션29 lessons
첫 레슨: Text Processing: Tokenization, Stemming, Lemmatization
P06Speech & AudioASR·TTS·Whisper17 lessons
첫 레슨: Audio Fundamentals: Waveforms, Sampling, FFT
P07Transformers Deep Dive셀프어텐션부터 직접 구현16 lessons
첫 레슨: Why Transformers: The Problems with RNNs
P08Generative AIVAE·GAN·Diffusion15 lessons
첫 레슨: Generative Models: Taxonomy & History
P09Reinforcement LearningMDP·정책·보상 설계12 lessons
첫 레슨: MDPs, States, Actions & Rewards
P10LLMs from Scratch토크나이저·사전학습 직접 구현24 lessons
첫 레슨: Tokenizers: BPE, WordPiece, SentencePiece
P11LLM Engineering프롬프트·RAG·평가17 lessons
첫 레슨: Prompt Engineering: Techniques & Patterns
P12Multimodal AI이미지+언어 결합25 lessons
첫 레슨: Vision Transformers and the Patch-Token Primitive
P13Tools & Protocols도구 호출·MCP·스킬23 lessons
첫 레슨: The Tool Interface
P14Agent Engineering에이전트 루프 직접 구현42 lessons
첫 레슨: The Agent Loop
P15Autonomous Systems장기간 실행 에이전트22 lessons
첫 레슨: From Chatbots to Long-Horizon Agents (METR)
P16Multi-Agent & Swarms다중 에이전트 협업25 lessons
첫 레슨: Why Multi-Agent
P17Infrastructure & Production배포·관측·비용28 lessons
첫 레슨: Managed LLM Platforms (Bedrock, Azure OpenAI, Vertex AI)
P18Ethics, Safety & Alignment정렬·안전·책임30 lessons
첫 레슨: Instruction-Following as Alignment Signal
P19Capstone Projects포트폴리오 완성85 lessons
첫 레슨: Terminal-Native Coding Agent

출처: 본 커리큘럼은 rohitg00/ai-engineering-from-scratch (MIT)의 포크인 flffkaos-pixel/ai-engin을 기반으로, 운영자가 한국어 해설과 학습 가이드를 덧붙인 2차 창작입니다.