geremy h: What programming language should you start to learn first, to program/work with Artificial Int?
I would like to work with A.I. after a few years of college and would like to know where to focus my efforts in learning programming languages. I see that Java/C(+,#,etc) and a few others are used, but what do I start with, to learn. A good stepping stone if you will?
Answers and Views:
Answer by zakaluka
Traditionally, LISP is the AI language. You should definitely look into learning that or Scheme, as a lot of old AI software was written in it and uses concepts from it. Realistically, it is not the language, but the program design strategies you need to learn for AI. The algorithms can be typed up in any language, but if you don’t understand them correctly, you will make a mistake no matter what you use.
You can start with any Object oriented programming Languages like Java or C++.Answer by ghost
dream weaver is the best dear
https://fx4all.freehostia.com/Answer by colanth
You should learn programming before you learn programming languages. Languages are tools with which to write programs. If you don’t know how to write programs, the tools will be pretty useless to you. Start withAnswer by AJ
Use C++
https://xoax.net/cpp/index.php
Answer by ?Use c++. I would prefer that.
Here are a list of programming languages which you can check with tips tricks and techniques:Answer by BlackClouds
Any Language will be enough for AI you just have to know how to use it well, but i advice you to learn C# .net cause it will make the job easy for you while you are thinking about the real problem concerning AIAnswer by e_pech
I’d say C++…
Leave a Reply