+ 1
Someone is familiar with the construction of artificial intelligence?? can send the code of the simplest project?
The practice of coding artificial intelligence
3 Respuestas
+ 3
Artificial intelligence is based on machine learning algorithms, mostly. Either for category classification or predictions, image/voice recognition or chatbot, it's usually an ML algorithm behind.
Feel free to check out my initial work on some basic algorithms...
https://code.sololearn.com/cU8787JuqEmN/?ref=app
https://code.sololearn.com/cwstTU4ohOr9/?ref=app
https://code.sololearn.com/c7UdJh83Y200/?ref=app
and venture beyond that by taking some online courses on how to start with ML and AI:
https://code.sololearn.com/W2nvcMqTRi4q/?ref=app
+ 2
this might help you:
https://www.quora.com/What-does-AI-code-look-like
0
Thank you, I study.