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;
在這裏插入圖片描述
在這裏插入圖片描述
在這裏插入圖片描述

實現原理讀一下論文,代碼數量不算太多。

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