CanChen ggchen@mail.ustc.edu.cn


Busy...

Human-level concept learning through probabilistic program induction

  • Motivation:After seeing only one example, human can generalize the example as a concept, distinguish the example from other examples which belong to different classes, and generate new examples from this class while deep learning models require lots of training data to finish the above tasks.
  • Method: The paper uses the handwritten characters dataset and chooses primitives from the library as subparts and then they are used to form parts. Parts and relations make simple programs. Running the programs, we can new tokens.
  • Contribution: This paper is a science paper, very rare in this field. In fact, I still do not understand some points in this paper but this paper did integrate into models the human learning process.

PaperReading20200221的更多相关文章

随机推荐

  1. gitlab的搭建与汉化

    gitlab的搭建:内存最好2G以上 yum -y install curl unzip policycoreutils git wget         安装相关依赖包 所有gitlab rpm包的 ...

  2. .click() 和 onclick方法

    onclick=""只能绑定一次,再次绑定会把之前的覆盖 $('').click()可以绑定多次,再次绑定会在前一个程序执行完后触发

  3. 使用UUID防止文件重名

    在原文件名的基础上加 UUID.randomUUID().toString()

  4. Maven学习笔记:POM标签大全详解

    <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/20 ...

  5. R - Fence Repair POJ - 3253

    Farmer John wants to repair a small length of the fence around the pasture. He measures the fence an ...

  6. Android、iOS与Servlet接口上传文件和JSON串的交互

    package etcom.servlet; import java.io.File; import java.io.IOException; import java.sql.Connection; ...

  7. Update(Stage4):Spark Streaming原理_运行过程_高级特性

    Spark Streaming 导读 介绍 入门 原理 操作 Table of Contents 1. Spark Streaming 介绍 2. Spark Streaming 入门 2. 原理 3 ...

  8. vue+element ui table组件封装,使用render渲染

    后台管理经常会用到表格,一开始封装了一个常用的功能性表格,点击这里: 后来由于需求增加,在表格中还会用到switch,select,input等多种组件,每次都要在html中增加<el-tabl ...

  9. NET站点升级后,新特新无法编译通过

    NET3.5 webconfig中有自动配置如下代码,用于指示编译器. <system.codedom> <compilers> <compiler language=& ...

  10. Flask - 性能分析(Profiling,profiler,profile)

    1. 疑问 @app.cli.command() @click.option('--length', default=25, help='Number of functions to include ...