About 50 results
Open links in new tab
  1. 机器学习中Inference 和predict的区别是什么? - 知乎

    Inference: You want to understand how ozone levels are influenced by temperature, solar radiation, and wind. Since you assume that the residuals are normally distributed, you use a linear regression model.

  2. 如何简单易懂地理解变分推断 (variational inference)?

    笔者在入门VAE(Variational Autoencoder)的时候,发现几乎所有博客都会提到 变分推断 (Variational Inference)和 ELBO (证据下界,Evidence Lower Bound),但是总是搞不明白具体是什么意思, …

  3. PyTorch如何量化模型(int8)并使用GPU(训练/Inference)?

    或者是否可以通过将PyTorch模型转化成TensorRT进行int8的GPU Inference?

  4. 因果推断综述解析|A Survey on Causal Inference (1)

    二、正文解析 摘要 首先文章说明了因果推断的重要性,ZZ不再赘述。然后介绍了一下本文的主要内容和贡献: 在本研究中,作者提供了关于“潜在结果框架”的完备介绍,那么这个“潜在结果框架”是一个著 …

  5. 机器学习中Inference 和predict的区别是什么?

    Inference in deep learning: More specifically, the trained neural network is put to work out in the digital world using what it has learned — to recognize images, spoken words, a blood disease, predict the …

  6. 为什么 2024 年以后 MMDiT 模块成为了大规模文生视频或者文生图片 …

    也可能是我的偏见。但是似乎SD3 paper发表以后很多开源工作/技术报告都不约而同的使用了这个架构,抛弃了…

  7. 为什么需要因果推断causal inference? - 知乎

    3.概念产生: 因果推断 (Causal Inference) 是 根据某一结果发生的条件对因果关系作出刻画的过程,推断因果关系的最有效方法是进行 随机对照试验,但这种方式 耗时且昂贵、也无法解释和刻画个体差 …

  8. 什么是「推理」 (Reasoning)? - 知乎

    在哲学逻辑学、心理学、认知科学、(通用)人工智能等领域,如何对推理进行定义?Reasoning和Inference有…

  9. 请解释下variational inference? - 知乎

    进一步地,operator variational inference (OPVI) [19] 则重新审视了这个优化目标的设计问题,提出了一个更加general的框架,把KL纳入其中。 总的来说,相比前两类问题,这个问题的工作较少,毕竟我 …

  10. diffusion model 目前加速感觉很多是inference加速,有没有训练阶段加 …

    缺点: 仅适用于推理步数较多的模型,不适用于蒸馏后的模型。蒸馏后的模型,每一步的特征变化都比较大,不符合基础假设。 0x03 泰勒展开 核心思路: 已知过去的点位,使用泰勒展开估计当前的点位 …