Python Class Method Introductionpython class 有三種方法, instant method, static method, and class method. 在以下 class 類別中分別建立三種方法,Mar 31, 2023Mar 31, 2023
Swarmpit 介紹# swarmpit 介紹 在運行應用時會有管理多個container的需求,現有許多infra可以管理container集群,如:kubernetes, swarmpit, …。…Jan 13, 2023Jan 13, 2023
Anomaly DetectionAnomaly detection is a step in data mining that identifies data points, events, and/or observations that deviate from a dataset’s normal…Dec 19, 2022Dec 19, 2022
Kubernetes Architecturekubernetes 架構為 cluster -> node -> pod,pod 為 kubernetes 最小單位,一個 pod 裡面可以同時存在很多個 container。Aug 4, 2022Aug 4, 2022
Yolov5 trainingObject detection identify instances, and frame objects from images. Inference provides semantic understanding of images and videos for a…Aug 4, 2022Aug 4, 2022