GithubHelp home page GithubHelp logo

mycin's Introduction

MYCIN-style inference

This library enables MYCIN-style inference using "certainty factors" on rules.

Example (using examples/age.pl):

?- use_package(mycin).
?- use_module(age).
?- senior(X) cf CF.

CF = -0.8,
X = angel ? ;

CF = -0.6656,
X = frank ? ;

CF = 1.0,
X = uncle_tom ? ;

See files at examples/ for more examples.

mycin's People

Contributors

jfmc avatar nataliacarpizo avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

mycin's Issues

Syntax error: Operator expected

Syntax error: Operator expected:【bagof(CFArg, MycinGoal(CFArg), OR_CF_List)】

cf(MycinGoal,ResultingCF) :-
if(
bagof(CFArg, MycinGoal(CFArg), OR_CF_List),
or_CF_inference(OR_CF_List,ResultingCF),
ResultingCF = 0
).

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.