GBDT (Gradient Boosted Decision Trees) is a machine learning model that combines many decision trees in a boosting process, widely used in finance, healthcare, and recommendation systems. Since models are often trained and served by external providers, users want to verify predictions or training correctness without revealing private data or model parameters, making zero-knowledge proofs essential for privacy and trust. GBDT(Gradient Boosted Decision Trees)是一种基于多棵决策树逐步提升效果的机器学习模型,广泛应用于金融风控、医疗和推荐系统。由于模型通常由第三方训练和部署,用户希望在不暴露训练数据和模型参数的情况下,验证预测或训练过程的正确性,因此需要零知识证明来保证隐私和可信性。 GBDT(Gradient Boosted Decision Trees)は、多数の決定木をブースティングプロセスで組み合わせた機械学習モデルであり、金融、ヘルスケア、レコメンデーションシステムなどで広く利用されています。モデルが外部プロバイダーによってトレーニングされ提供されることが多いため、ユーザーはプライベートデータやモデルパラメータを開示することなく、予測またはトレーニングの正しさを検証したいと考えており、これがゼロ知識証明(zero-knowledge proofs)をプライバシーと信頼性の観点から不可欠なものにしています。