Click here to Skip to main content
15,896,912 members
Articles / Artificial Intelligence

Man, Marriage and Machine – Adventures in Artificial Advice, part 3

Rate me:
Please Sign up or sign in to vote.
4.85/5 (15 votes)
13 Apr 2011CPOL5 min read 54.2K   5.1K   38  
‘Expert Systems’ is one of the most commercially successful application of Artificial Intelligence. This three part series describes how to develop an expert system based artificial advisor, using a backward reasoning algorithm.
//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by Socrates.rc
//
#define CLIPS_RULE_FILE                    201
#define IDR_CLP_FILE                       101

// Next default values for new objects
// 
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE        102
#define _APS_NEXT_COMMAND_VALUE         40001
#define _APS_NEXT_CONTROL_VALUE         1001
#define _APS_NEXT_SYMED_VALUE           101
#endif
#endif

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Architect Cisco
United States United States
I work as a senior solutions software architect at Cisco.

Here is my work.

Comments and Discussions