0
Which programming lenguaje could i used to creat I.A asistant?
Creat I.A
2 Réponses
+ 3
Try using an intelligent enough search field, first ;)
https://www.sololearn.com/discuss/391492/?ref=app
https://www.sololearn.com/discuss/926722/?ref=app
https://www.sololearn.com/discuss/1112766/?ref=app
https://www.sololearn.com/discuss/1168541/?ref=app
https://www.sololearn.com/discuss/200001/?ref=app
https://www.sololearn.com/discuss/263541/?ref=app
0
Python has a few really great A.I. & Machine Learning Modules and frameworks. Depends how smart you want it to be.
In theory, you can make an assistant in virtually any language. It just depends where you want the assistant to be.
For example: is this assistant going to be on your laptop? Use the language for the OS (operating system) so it can access the file system to do things on your system.
Do you need to access it from anywhere? Then make it on the web and use web languages.
Hope this helps and good luck.