Lake, B. M., Salakhutdinov, R., and Tenenbaum, J. B. (2015). Human-level concept learning through probabilistic program induction. Science, 350(6266), 1332-1338.

论文的解读可参考这个
他的代码是matlab写的,运行了下

Parsing demo

执行demo_fit;
Human-level concept learning through probabilistic program induction.

One-shot classification

re-fitting demo

执行demo_refit;
Human-level concept learning through probabilistic program induction.

To measure classification error rate with the pre-computed results, type:

run_classification;
Human-level concept learning through probabilistic program induction.

One-shot exemplar generation

To run the exemplar generation demo,
demo_generate_exemplar;
Human-level concept learning through probabilistic program induction.
Human-level concept learning through probabilistic program induction.
Human-level concept learning through probabilistic program induction.

实现原理读一下论文,代码数量不算太多。

相关文章:

  • 2022-01-10
  • 2022-12-23
  • 2022-12-23
  • 2021-12-05
  • 2021-11-28
  • 2022-12-23
  • 2021-06-29
  • 2021-08-01
猜你喜欢
  • 2021-08-15
  • 2021-11-12
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-11-27
  • 2022-12-23
相关资源
相似解决方案