Thread: Who here thinks AI is interesting stuff.

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

    Lightbulb Who here thinks AI is interesting stuff.

    Anyone know how to make AI that can learn?
    Or links?

  2. #2
    Registered User axon's Avatar
    Join Date
    Feb 2003
    Posts
    2,572
    try this book: "neural networks" by haykin. Have fun. But beware - need to have a really strong math background.

    some entropy with that sink? entropysink.com

    there are two cardinal sins from which all others spring: Impatience and Laziness. - franz kafka

  3. #3
    Senior Member joshdick's Avatar
    Join Date
    Nov 2002
    Location
    Phildelphia, PA
    Posts
    1,146
    We have an AI board that has a sticky containing precisely the information you seek.
    FAQ

    "The computer programmer is a creator of universes for which he alone is responsible. Universes of virtually unlimited complexity can be created in the form of computer programs." -- Joseph Weizenbaum.

    "If you cannot grok the overall structure of a program while taking a shower, you are not ready to code it." -- Richard Pattis.

  4. #4
    Registered User axon's Avatar
    Join Date
    Feb 2003
    Posts
    2,572
    Quote Originally Posted by joshdick
    We have an AI board that has a sticky containing precisely the information you seek.

    we do?! since when?

    some entropy with that sink? entropysink.com

    there are two cardinal sins from which all others spring: Impatience and Laziness. - franz kafka

  5. #5
    Registered User axon's Avatar
    Join Date
    Feb 2003
    Posts
    2,572
    lol, i've never seen it before

    some entropy with that sink? entropysink.com

    there are two cardinal sins from which all others spring: Impatience and Laziness. - franz kafka

  6. #6
    Registered User
    Join Date
    Jan 2005
    Posts
    847
    The AI forum has been here as long as I can remember allthough it isn't very active, possibly due to the complexity of writing AI systems.

  7. #7
    & the hat of GPL slaying Thantos's Avatar
    Join Date
    Sep 2001
    Posts
    5,681
    Quote Originally Posted by Quantum1024
    The AI forum has been here as long as I can remember allthough it isn't very active, possibly due to the complexity of writing AI systems.
    Funny since the forum has only been here since 3-19-05


    Axon you need to pay a little more attention.

  8. #8
    Registered User axon's Avatar
    Join Date
    Feb 2003
    Posts
    2,572
    Quote Originally Posted by Thantos
    Axon you need to pay a little more attention.
    meh, you know I only pay attention to GD - and sometimes I'll look into Tech

    some entropy with that sink? entropysink.com

    there are two cardinal sins from which all others spring: Impatience and Laziness. - franz kafka

  9. #9
    Crazy Fool Perspective's Avatar
    Join Date
    Jan 2003
    Location
    Canada
    Posts
    2,640
    Quote Originally Posted by Cool-August
    Anyone know how to make AI that can learn?
    Yes.

    Quote Originally Posted by Cool-August
    Or links?
    hmmm, an AI that links.. something like this?
    Code:
    void AiLink() {
      std::cout << "<a href=\"http://forums.entropysink.com\">link!</a>"
                << "<a href=\"http://cboard.cprogramming.com\">link!</a>"
                << std::endl;
    }

  10. #10
    Registered User Queatrix's Avatar
    Join Date
    Apr 2005
    Posts
    1,342
    No I meant links as in links to other websites or posts that contains the information I want.

    Yes.
    Are ou one of them?

  11. #11
    Registered User
    Join Date
    Jan 2005
    Posts
    847
    Quote Originally Posted by Thantos
    Funny since the forum has only been here since 3-19-05


    Axon you need to pay a little more attention.
    hehe I'm sure I remember seeing a forum related to AI here a long time ago...oh well.

  12. #12
    & the hat of GPL slaying Thantos's Avatar
    Join Date
    Sep 2001
    Posts
    5,681
    Well cboard has been affliated with AIHorizons for awhile

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. AI contest: Connect four
    By Sang-drax in forum Contests Board
    Replies: 66
    Last Post: 11-11-2004, 01:54 PM
  2. Connect four AI demo
    By Sang-drax in forum Game Programming
    Replies: 6
    Last Post: 06-15-2004, 09:21 AM
  3. Interesting virtual function problem.
    By Sebastiani in forum C++ Programming
    Replies: 12
    Last Post: 09-02-2003, 10:08 PM
  4. Pathfinding AI? (Not the A* Algorithim)
    By harryP in forum C++ Programming
    Replies: 22
    Last Post: 08-01-2003, 02:32 PM
  5. Interesting Registry Stuff (Keys, Values, etc.)
    By civix in forum A Brief History of Cprogramming.com
    Replies: 9
    Last Post: 01-27-2003, 09:58 AM