Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 853 Bytes

File metadata and controls

18 lines (15 loc) · 853 Bytes

Chapter4 serving pattern

機械学習モデルを本番システムで稼働させるアーキテクチャ集です。

コード一覧

.
├── chapter4_serving_patterns
   ├── asynchronous_pattern
   ├── batch_pattern
   ├── data_cache_pattern
   ├── edge_ai_pattern
   ├── horizontal_microservice_pattern
   ├── prediction_cache_pattern
   ├── prep_pred_pattern
   ├── sync_async_pattern
   ├── synchronous_pattern
   └── web_single_pattern