views:

234

answers:

2

Hello everyone, I would like to add an artificial intelligence technique in a c sharp project. The problem is that i don't know an artificial intelligence library that i can use. Could you please share your knowledge with me.

+1  A: 

Try these answers:

http://stackoverflow.com/questions/1624060/machine-learning-libraries-in-c

If that's not what you're after, you'll have to be much more specific.

Eric Mickelsen
A: 

You could start using Prolog things in C# with P# or Prolog.net, that way you can start implementing classic AI samples.

Also have a look at neural networks in C# as they are often used. Other google terms are bayesian networks, evolutionary computing.

Ant.NET can be used if you want to create an agent environment.

And for the rest, your question is way too brief.

//edit removed link as i suppose this was why I received the downvote. hmpf.

bastijn
why the downvote? Because of the link?
bastijn