CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4
  1. #1
    Join Date
    Feb 2007
    Posts
    2

    artificial intelligence & algorithm design problems

    hi dudes

    anyone knows a good resource on those i dont need any textbook or stuff like taht i need some good problems for making me proficient in those lessons.
    anyone knows something?

  2. #2
    Join Date
    Mar 2002
    Location
    St. Petersburg, Florida, USA
    Posts
    12,125

    Re: artificial intelligence & algorithm design problems

    (Artificial Intelligence) anyone knows a good resource on those i dont need any textbook or stuff
    "True" AI is not a simple thing. I have about 15 books with architectural patterns (Including 4 on Nueral Nets alone). Figure about 6-12 months of dedicated work before you can really develop anything serious. Of course you can cut this down to a few weeks if you are willing/able to purchase an engine and support library [I use SmartWorks - however they went out of business about 5 years ago, but their package did include full source code for under $5K].

    As for general algorythms, there is a dedicated forum right here on CodeGuru
    TheCPUWizard is a registered trademark, all rights reserved. (If this post was helpful, please RATE it!)
    2008, 2009,2010
    In theory, there is no difference between theory and practice; in practice there is.

    * Join the fight, refuse to respond to posts that contain code outside of [code] ... [/code] tags. See here for instructions
    * How NOT to post a question here
    * Of course you read this carefully before you posted
    * Need homework help? Read this first

  3. #3
    Join Date
    Apr 2007
    Location
    Wisconsin
    Posts
    14

    Re: artificial intelligence & algorithm design problems

    I recommend going down to the patent office and picking up a copy of patent #1 (a time machine, of course). Build it, and go to the future to pick up all your AI needs!

  4. #4
    Join Date
    Feb 2007
    Posts
    2

    Re: artificial intelligence & algorithm design problems

    Quote Originally Posted by TheCPUWizard
    "True" AI is not a simple thing. I have about 15 books with architectural patterns (Including 4 on Nueral Nets alone). Figure about 6-12 months of dedicated work before you can really develop anything serious. Of course you can cut this down to a few weeks if you are willing/able to purchase an engine and support library [I use SmartWorks - however they went out of business about 5 years ago, but their package did include full source code for under $5K].

    As for general algorythms, there is a dedicated forum right here on CodeGuru
    thanks for the advise i just bought a book...i needed some books to ratjer make me ready for exams ahead
    //sometimes some upper-class university lecturer look like bouillon or tripe makers...

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured