일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 | 29 |
30 | 31 |
Tags
- 해커톤
- 지도학습
- LG Aimers 4th
- 머신러닝
- LG Aimers
- GPT-4
- Machine Learning
- deep learning
- 회귀
- 티스토리챌린지
- AI
- 오블완
- Classification
- gpt
- OpenAI
- regression
- 딥러닝
- LLM
- LG
- PCA
- 분류
- ChatGPT
- supervised learning
Archives
- Today
- Total
목록2025/03/20 (1)
SYDev

경희대학교 허선영 교수님의 컴파일러 수업을 기반으로 정리한 글입니다. 1. Front-end Compilationsource program -> target program 번역 과정에는 IR(Intermediate Representation)이라는 중간 언어 번역 과정 존재Front-end Compilation: source program -> IRLexical AnalysisSyntax AnalysisSemantic AnalysisIR Code GenerationBack-end Compilation: IR -> target program2. Lexical언어를 이해하는 첫 번째 stepwords를 구분 -> the smallest unit above lettersex) This is a sentence..
4학년 1학기 전공/컴파일러
2025. 3. 20. 02:47