Goto

Collaborating Authors

 idealautomateexplorer


Use C# And WPF To Create Artificial Intelligence System

#artificialintelligence

It is my goal in the following article, to trace out, in as short a compass as I can, how you can use C# WPF applications to create a low-level Artificial Intelligence system. In the terminology that I am using for this article, a high-level Artificial Intelligence system can solve problems for you, but a low-level one requires that you still do some of the work yourself manually. Both a low-level and a high-level AI system contain a knowledge base. Each item in the knowledge base "connects" something that humans understand to something that the computer understands. We can think of a knowledge base as being a dictionary of key-value pairs, where the "key" is the part that humans understand and the "value" part is the component that the computer understands.