+ 6
That is very much interlinked, as machine learning is the foundation of predictive model building, a cornerstone of artificial intelligence.
4th Nov 2017, 9:49 PM
Kuba SiekierzyƄski
Kuba SiekierzyƄski - avatar
+ 4
ML
10th Nov 2017, 12:53 PM
Asiri H
Asiri H - avatar
+ 3
The first thing to understand is that AI is a goal, and ML and DL (deep learning) are the means.  ML and DL provide models and frameworks to achieve AI.  First, understand the high level goals of AI. Then, equip yourself with the means by focusing in ML and then DL. DL involves complex models that are built on top of ML concepts. Hence, first ML and then DL. Then, learn how the ML and DL techniques are used to achieve NLP goals. Revisit AI which uses a lot of ML, DL, and NLP.
5th Nov 2017, 3:53 AM
Talluri Saisumanth
Talluri Saisumanth - avatar
+ 3
OK I answer directly in short that MACHINE LANGUAGE
11th Nov 2017, 11:12 AM
Ruchika Tripathi
Ruchika  Tripathi - avatar
0
You can implement machine learning in any language really, I would probably get a good grasp on python if you aren't currently a strong programmer and want a starting point, otherwise just start learning about machine learning, the concepts and algorithms don't depend on the language, just your implementation will. I took an AI class in university that used Java personally. You might also find courses that often give code samples in a certain language, if you see one come up a lot, just start learning it so you can keep up. Also, looking at the tags on your post, take a second to read what each language you've heard of is used for, some like java/c++/python are vaguely equivalent and practical for making AI, but you'd only ever use HTML or CSS if you're making AI that generated webpages or something like that, since those two aren't programming languages.
10th Nov 2017, 9:17 AM
Matthew Sbar