1. 首页
  2. 考试认证
  3. 其它
  4. inference engine Node.js逻辑推理机(WIP)

inference engine Node.js逻辑推理机(WIP)

上传者: 2024-10-15 11:47:15上传 ZIP文件 7.64KB 热度 1次

推理引擎用node搭建的推理机

运行演示

克隆这个repo运行:

  • npm install

  • node app/main.js

示例演示

Welcome to the inference engine demo! Type \"help\" for help.


> all dogs are mammals

Okay.

> all cats are mammals

Okay.

> all mammals are hairy animals

Okay.

> all hairy animals are animals

Okay.

> all birds are animals

Okay.

> are all dogs animals

true

> are all dogs cats

false

> are all birds cats

false

下载地址
用户评论