AI types - Brief overview? [Archive] - C Board

PDA

View Full Version : AI types - Brief overview?


Queatrix
11-01-2005, 02:45 PM
Could someone please give me a brief overview about how each of these different types of AIs work?

State Machine
Expert System
Fuzzy Logic
Genetic Algorithms
Neural Networks
Thanks, August.

cjf
11-08-2005, 07:54 PM
<p>Definately!</p>
<ul>
<li><a href="http://en.wikipedia.org/wiki/State_machine">Finite State Machines</a></li>
<li><a href="http://en.wikipedia.org/wiki/Expert_system">Expert Systems</a></li>
<li><a href="http://en.wikipedia.org/wiki/Fuzzy_logic">Fuzzy Logic</a></li>
<li><a href="http://en.wikipedia.org/wiki/Genetic_algorithms">Genetic Algorithms</a></li>
<li><a href="http://en.wikipedia.org/wiki/Neural_networks">Neural Networks</a></li>
</ul>
<p>I'd take a good hard look at Genetic Algorithms first (and maybe check out <a href="http://en.wikipedia.org/wiki/Ant_colony_algorithm">Ant Colony Algorithms</a> - they're rather similar).</p>
<p>Hope that helps! :)</p>

BobMcGee123
11-08-2005, 09:08 PM
Evolutionary Programming, but it talks about virtually every topic you've mentioned (I found the link when searching for a Holland Classifier System, located in Part4).

http://www.faqs.org/faqs/ai-faq/genetic/part2/section-1.html

I suggest you search wikipedia.com for each of these terms for a brief overview.

rockytriton
11-09-2005, 12:17 PM
if you want really useful info on them, go to www.generation5.org