Thread: AI types - Brief overview?

  1. #1
    Registered User Queatrix's Avatar
    Join Date
    Apr 2005
    Posts
    1,342

    Question AI types - Brief overview?

    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.

  2. #2
    Registered User
    Join Date
    Nov 2005
    Posts
    1
    <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>

  3. #3

    Join Date
    May 2005
    Posts
    1,042
    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/gene...section-1.html

    I suggest you search wikipedia.com for each of these terms for a brief overview.
    I'm not immature, I'm refined in the opposite direction.

  4. #4
    Unregistered User
    Join Date
    Sep 2005
    Location
    Antarctica
    Posts
    341
    if you want really useful info on them, go to www.generation5.org

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Replies: 6
    Last Post: 08-23-2008, 01:16 PM
  2. The Interactive Animation - my first released C program
    By ulillillia in forum A Brief History of Cprogramming.com
    Replies: 48
    Last Post: 05-10-2007, 02:25 AM
  3. Dikumud
    By maxorator in forum C++ Programming
    Replies: 1
    Last Post: 10-01-2005, 06:39 AM
  4. chess ai contest
    By Raven Arkadon in forum Contests Board
    Replies: 7
    Last Post: 07-09-2005, 06:38 AM
  5. Game Design Topic #1 - AI Behavior
    By TechWins in forum Game Programming
    Replies: 13
    Last Post: 10-11-2002, 10:35 AM