Artificial Intelligence Using C/C++
Hi Friends
I Wanted to know , whether any one in this forum has worked on , i.e written programs for Artifiical Intelligence(AI) , Applications in C/C++ .
I need some example programs for me to start programming in C/ C++ for AI.
So please let me know some good websites and programs demonstrating the AI over C/C++
Thanks in Advance
Praveen
# 1 Re: Artificial Intelligence Using C/C++
Hi,
there is a sheer multitude of sites on the Web for AI:
just type sth like "C++ artificial intelligence genetic algorithm" or similar into
www.metacrawler.com or any other search engine.
AI is quite a wide field and I'd recommend to concentrate on a specific topic first.
There are a few libraries for download out there (e.g. on sourceforge) with GNU licence.
If you're more specific, we can help you better ;-)
Cheers,
D
# 2 Re: Artificial Intelligence Using C/C++
I use a program called neuralware, it lets you build, train and modify ANN's and export a c or c++ file to run your network. Its fairly inexpensive yet very powerful, if you were looking for the neural net side of AI.
jonnin at 2007-11-11 20:59:35 >

# 3 Re: Artificial Intelligence Using C/C++
Must u use the c/c++ ? I thing it's too hard to start programming AI from scratch in c/c++ so if you can use other langs. u may try "Prolog" .
Amahdy at 2007-11-11 21:00:45 >

# 4 Re: Artificial Intelligence Using C/C++
AI hasn't much to do with the actual programming language you use. The more important stuff is understanding the principles of AI design such as the automatic generation of rules that imitate "knowledge". When you have mastered this stuff, you can implement it in C++ or any other language. C++ has no particular advantage in this area but it's not a bad choice for AI either.
Danny at 2007-11-11 21:01:39 >
