机器学习系统设计模式

机器学习的系统设计模式。『System design patterns for machine learning』

  • 所有者: mercari/ml-system-design-pattern
  • 平台: Cross-platform,Online
  • 許可證: MIT License
  • 分類:
  • 主題:
  • 喜歡:
    0
      比較:

Github星跟蹤圖

Japanese Korean

Machine learning system design pattern

This repository contains system design patterns for training, serving and operation of machine learning systems in production.

Objectives

The main objective of this document is to explain system patterns for designing machine learning system in production.
This document is not the design patterns for developing machine learning model to achieve certain performance in accuracy, though some columns may refer to those use-cases.

Prerequisites

All of the ML system patterns are designed to be deployed on a public cloud or a Kubernetes cluster. The document tries not to be dependent on a certain programming language or platform as possible, though since Python is the most major language for the machine learning technology, most of the patterns can be developed with Python.

For reading

Please refer below for reading:
GitHub Pages

Sample implementations

Some sample implementations are available below.
https://github.com/shibuiwilliam/ml-system-in-actions

Patterns

Serving patterns

The serving patterns are a series of system designs for using machine learning models in production workflow.

QA patterns

Pattens to evaluate model as well as prediction server.

Training patterns

Patterns to construct training pipeline.

Operation patterns

The operation patterns contain configuration, logging, monitoring and alerting system designs for machine learning system.

Lifecycle patterns

The lifecycle patterns contain composition of several patterns to realize actual ML system with operation.


Committers

Contribution

For adding a new pattern, please use template_design.md as a template, and raise an issue and later PR.
For adding a new antipattern, please use template_antipattern.md as a template, and raise an issue and later PR.
To request for improvement, change or question, please propose an issue.

Please read the CLA carefully before submitting your contribution to Mercari.
Under any circumstances, by submitting your contribution, you are deemed to accept and agree to be bound by the terms and conditions of the CLA.

https://www.mercari.com/cla/

License

Copyright 2020 Mercari, Inc.

Licensed under the MIT License.

主要指標

概覽
名稱與所有者mercari/ml-system-design-pattern
主編程語言
編程語言 (語言數: 0)
平台
許可證MIT License
所有者活动
創建於2020-04-22 07:46:56
推送於2021-10-07 21:57:44
最后一次提交2021-10-08 06:57:44
發布數0
用户参与
星數2.6k
關注者數75
派生數297
提交數130
已啟用問題?
問題數14
打開的問題數9
拉請求數27
打開的拉請求數0
關閉的拉請求數3
项目设置
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?