Human-level concept learning through probabilistic program induction.

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;
在这里插入图片描述

One-shot classification

re-fitting demo

执行demo_refit;
在这里插入图片描述

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

run_classification;
在这里插入图片描述

One-shot exemplar generation

To run the exemplar generation demo,
demo_generate_exemplar;
在这里插入图片描述
在这里插入图片描述
在这里插入图片描述

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

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章