+ 1
Can I write a Ai with Java 🤔 or what is the perfect language for Programming a Ai
I thought a very long time about that. i want to create a Ai. a very simple Ai to improve my skills. so if anyone can help write me ~☆
3 Respuestas
+ 4
I recommend Python for AI.
+ 2
You can use whatever language you want, but the more complicated you make it, the more you need to worry about speed. For a simple one, you may be ok with Python, but if you want to expand it, keep in mind the speed of the language you use.
Order from fastest to slowest:
Assembly (not recommended)
C
C++ (ideal)
Java
Python
There are many more options, just some common ones.
+ 2
Ok hmm 🤔