logo

TensorFlow 提供哪些概率分布函数?

What statistical distribution functions are provided by TensorFlow?

题目类型: 技术面试题

这是一道技术面试题,常见于澳洲IT公司面试中。

难度: medium

标签: TensorFlow, Probability, TFP

参考答案摘要

现代 TensorFlow 通常通过 TensorFlow Probability (TFP) 提供概率分布(例如 Beta、Bernoulli、Dirichlet、Gamma、Normal、Uniform 等)。在 TF 1.x 时代曾有 tf.contrib.distributions,但 tf.contrib 已被废弃;现在推荐使用 tensorflow_p...

本题提供 STAR 原则详细解答和技术解析,登录匠人学院学习中心即可查看完整答案。

← 返回面试题库

TensorFlow 提供哪些概率分布函数?

Medium

想查看完整答案?

登录匠人学院学习中心,获取 STAR 格式回答和详细技术解析

前往学习中心查看答案