+ 1

Can anyone give me a simple example of AI in c++?

I want to learn AI programming, but i dont know how and to start. Can somebody give me a simple example or an explanation on how to make one?

6th Feb 2017, 6:44 AM
Krisna A. Haryadi
Krisna A. Haryadi - avatar
3 Answers
+ 1
AI is a subset of Machine Learning. You'll need to take a course or read up on Machine Learning in order to understand it better. A good book I'm reading now that talks about the theory of Machine Learning is "The Master Algorithm" by Pedro Domingos. It doesn't really have code examples in it, but is a good read on the topic. Otherwise, I think Coursera and a few other similar sites/apps may have some free courses on the subject.
6th Feb 2017, 8:46 AM
ChaoticDawg
ChaoticDawg - avatar
+ 1
You can call something an AI that will do something like responding to certain actions, messages. Like in games: they are essentially intelligent in their own little framework though they don't learn, they just follow rules. This makes them de facto intelligent. Just for clarification, I still agree with the person before me.
6th Feb 2017, 11:06 AM
Norbivar
Norbivar - avatar
0
thanks, i think i'll go with the websites. Because i'm not very good with english, i'm afraid i will not understand those if i read the book
6th Feb 2017, 9:01 AM
Krisna A. Haryadi
Krisna A. Haryadi - avatar