東京大学 情報理工学系研究科 創造情報学専攻 2023年8月実施 筆記試験 第3問
Author
Description (English)
Select four items out of the following eight items concerning information systems, and explain each item in approximately from four to eight lines. If necessary, use examples, figures or equations.
- Dynamic programming
- Zero Moment Point (ZMP)
- BNF (Backus-Naur Form or Backus Normal Form)
- Transparent cache in wide area networks
- Dynamic map in self-driving car system
- Thread-level parallel speculative execution
- Procedural modeling
- k-nearest neighbor algorithm
Kai
Dynamic Programming
An algorithm paradigm that stores the optimal solution structures of subproblems to avoid redundant computation in traversal. It consists of several factors: initial conditions, the definition of the subproblem, the state transition equation (and the order of updating).
k-nearest neighbor algorithm
A classification algorithm which selects a list of