Which language is best to build an A.I? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 122

Which language is best to build an A.I?

I was just curious to what language is mainly used or best for making an A.I (artificial intelligence), i always had a dream of making one someday when i get good enough lol.

7th Aug 2018, 6:02 AM
Wesley Coleman
Wesley Coleman - avatar
195 Answers
+ 126
use any language you like, but note that AI is a field of science, there are many ways, types or applications of AI like - NN, - robotics, - natural language processing, and there are many languages that are dominant for that AI domain, so pick a language accordingly. most of the times reason for picking language is just for convenience and familiarity few examples python dominates in many fields, few reasons being - numpy, pybrain - easy development - popular in scientific community R dominates in data analysis /statistical stffs and with packges like gmodels, RODBC its very popular in companies, so many decent paying corporate jobs with R lisp oldest and the AI origin language, but now not so common I know many sololearners using javascript to make their AI implementations because web codes dont have time and memory restrictions like other languages in sololearn app. so use any language you are comfortable but if need Good libraries then pick a popular language for that domain
8th Aug 2018, 9:08 AM
Morpheus
Morpheus - avatar
+ 64
7th Aug 2018, 10:40 AM
Lương Văn Tuấn
Lương Văn Tuấn - avatar
+ 40
As of now, python is the best language for Artificial Intelligence. But as per the current news since tensorflow.js is coming in use, it can give a tough fight to python because JavaScript adapt itself in any domain quite fast. But still Python would be my favourite choice.
9th Aug 2018, 5:56 AM
Manish Kumar
Manish Kumar - avatar
+ 38
Python is actually the most popular language for machine learning ,data science and AI. If you didn’t know this before . I guess you do now. Because Python is such a “friendly” programming language, even a programmer with very basic knowledge can easily handle python. What is also significant here is the time you spend on writing and debugging code in python, because many programmers say that it is way less when compared to C, C++ or Java. This of course is motivating and is one of the reasons why AI and ML students prefer Python. Python, has many ready-to-use, battle-testedlibraries to do the heavy lifting for you: pandas for loading and playing around with data, matplotlib for visualizing the data, sklearn-pandas for transforming our inputs into a numerical matrix, sklearn for the actual machine learning and assessment
18th Aug 2018, 4:06 PM
Maninder $ingh
Maninder $ingh - avatar
+ 25
I think python
18th Aug 2018, 3:04 PM
Ketan [#Be Happy 😄]
Ketan [#Be Happy 😄] - avatar
+ 21
check this 5 programing language for Artificial intelligence http://programmerraja007.blogspot.com/2018/07/5-best-programming-languages-for-ai.html
18th Aug 2018, 4:17 PM
Programmer Raja
Programmer Raja - avatar
+ 19
Wesley Coleman, I think that if we combine programming languages, it would be better for AI..😉😉
18th Aug 2018, 5:27 PM
Anshu Kumari
Anshu Kumari - avatar
+ 18
HTML..... 😂😂😂😂😅 (I'm kidding, in case the smilies weren't telltale...) 😂😂
18th Aug 2018, 3:03 PM
Tony
Tony - avatar
+ 16
the best is Python and js
18th Aug 2018, 4:31 PM
$oftware Geek
$oftware Geek - avatar
+ 16
python with brain of maker😂
19th Aug 2018, 2:58 AM
Real Gutch
Real Gutch - avatar
+ 16
Python 😍
19th Aug 2018, 12:47 PM
Nikky Amresh
Nikky Amresh - avatar
+ 15
Primarily its Python which is mostly used in building the base of an A.I project but for additional functionalities p. languages like Java, JavaScript, MySQL, lisp, etc. are frequently used to give a touch of efficiency to the A.I projects... To my opinion a single programming language is not enough to develop an effective and flawless A.I project.....
18th Aug 2018, 3:30 PM
Dhruman Das
Dhruman Das - avatar
+ 14
LOVE PYTHON 💗💗💗😍😍😍😄👍🎉
18th Aug 2018, 3:32 PM
Christine
Christine - avatar
+ 13
tender flow. js, python, java etc
8th Aug 2018, 7:21 AM
Programmer Gaurav
Programmer Gaurav - avatar
+ 13
Try Java 💖
19th Aug 2018, 9:36 AM
NimWing Yuan
NimWing Yuan - avatar
+ 11
i thing is Python
9th Aug 2018, 5:00 AM
Nguyên Ngọc
Nguyên Ngọc - avatar
+ 11
Most popular - Python (major libraries - NumPy and SciPy), Tensorflow.js, and Java, Lisp is also used widely but due to its tough syntax, most of the us don't know about it's usage...
18th Aug 2018, 3:26 PM
Lord Of Victory...
Lord Of Victory... - avatar
+ 11
I think python javascript
18th Aug 2018, 3:48 PM
Simranjit Singh
Simranjit Singh - avatar
+ 10
Python is definitely the most commonly used because of its extensive libraries and ease of use, however you could use most any language you want if you wanted to build something custom. It also depends on what you define as "AI". Deep reinforcement learning for robotics, for example, might use C++ due to its speed, a genetic algorithm used in a game might be written in C# to integrate with existing game code, etc. But if you're asking what language will you encounter most often in most "AI" related fields, definitely Python.
18th Aug 2018, 5:00 PM
Glenn
Glenn - avatar