I am interested in starting a career in artificial intelligence.
Can anyone suggest how I could prepare for this?
What languages should I study that would be best for this career choice?
4
The language matters little. Study the algorithms and the logic behind the AI concepts. If you are able to understand that, implementing it is possible in any language. I myself have been using Java, but that’s just a personal choice.
Also, try the book:
Artificial Intelligence: A Modern Approach
Stuart Russel, Peter Norvig, Prentice Hall, 3rd edition, 2009
1
You can code with whatever language you are comfortable in, provided it’s object oriented.. Python, C++ o Java.. it’s upto you.. There’s good course on udacity.com in AI by Sebastian Thrun, The course is based on making robotic car using AI in all fields like computer vision, sensing, pattern recognition, learning etc.. Its a good course to get started…!
3