Coder Social home page Coder Social logo

techscientist / rufus Goto Github PK

View Code? Open in Web Editor NEW

This project forked from kkittel/rufus

0.0 1.0 0.0 3.81 MB

Rufus, A Simplified Natural Language Understanding Program for Mac OS X

HTML 6.58% Objective-C 74.05% C 2.59% MATLAB 9.75% C++ 0.75% M 6.28%

rufus's Introduction

Simplified Natural Language Understanding Program for Mac OS X

This project strives to create a child AI that learns. It is the "middle" part of the software, it does not include a speech recognition frontend. This version does have a text-to-speech generator on the backend, however. It uses pattern matching, grouping, logic, memory, substitution, and search to achieve its learning and to answer questions based on the learning. You are supposed to teach it, by feeding in a complete sentence or paragraph as input. Then, you can ask it questions, and if it has learned correctly, it will answer the question correctly.

My goal for this software was for it to be an AI Learning kit for kids to play with. I have other versions that I intended to be virtual assistants, the hardware consisting of a small single board computer with audio speakers and michrophone. I think this might be able to be done with the Raspberry Pi and the Jasper software now available. Of course back in 1998 when I first created this software, single board computers were not so cheap and widely available as they are now.

There is a minimal phrase file included. Not all english sentences are understood. The software looks up each input in the phrase file, and then performs the action associated with that phrase. The phrases are stored as such : object phrase object where each object represents a variable word, or even another phrase altogether. Phrase respresents a literal word or phrase which will match to the input. There are three types of these currently in use: object phrase object, object phrase and phrase object. By doing it ths way, it is not specific to English or any other language, although it uses the standard ASCII character set for English, which can be altered to accept others of course. This program provides a nice GUI for creating, deleting, and editing phrases in the phrase file. It can also be edited by hand with a text editor. Facts that are learned are stored in a knowledge base area, and facts can be added to the knowledge base by hand if you like.

So far, I have only achieved roughly 75% of correct responses for a first grade reading comprehension test. The big thing about passing the test is that the child needs to demonstrate the ability to count; I haven't gotten that far with Rufus yet.

  • Karl

rufus's People

Contributors

kkittel avatar

Watchers

 avatar

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.