0
What software do you need to create an artificial intelligence
im working on a project and dont know where to start
3 ответов
+ 7
you don't need any software except an ide (code editor), and a language of your choosing.
I'd say to start, you need to think of actions you want your AI to do. code those up so you can call upon them.
from here, there are many methods.
you could use neural networks, deep learning, evolution, or just coding a decision tree by hand. basically, make a bunch of conditions that trigger actions.
ie if girl cries:
hug her
else:
punch
umm... well I hope you don't use your AI to harm humans.
+ 1
no it wont be used for harm id be using it for other projects or to help with a few of my other projects
0
You can start with Python, but AI is very abstract phrase so it's hard to understand your needs