📑 Appendix: 専門家向け補足資料 / Expert Supplement


本補足資料では、Part09の内容をさらに専門家向けに深掘りします。
This appendix provides a deeper dive into the concepts in Part09, targeting experts.


🔬 制御工学 × LLM の接点 / Intersection of Control Engineering and LLMs


📐 数理比較 / Mathematical Comparison

PID 制御

\(u(t) = K_p e(t) + K_i \int_0^t e(\tau) d\tau + K_d \frac{de(t)}{dt}\)

Attention 機構

\(\text{Attention}(Q,K,V) = \text{softmax}\left(\frac{QK^T}{\sqrt{d_k}}\right)V\)


⚙️ 設計原則 / Design Principles

  1. PID = 不変の安定ループ
    Fixed stability loop.
  2. FSM = 状態管理とモード切替
    State management and mode switching.
  3. LLM = 故障時・例外時の再設計
    Redesign triggered in faults/exceptions.


⬅️ Part 9 トップに戻る
🏠 トップページ