+ 8
How to use python and c language as artificial intelligence?
2 ответов
+ 11
You can start from learning something about machine learning. There are many great tutorials on this, but I recommend the one on coursera.org:
https://www.coursera.org/learn/machine-learning/
I created two machine learning codes in Python based on that. Check it out:
https://code.sololearn.com/cU8787JuqEmN/?ref=app
https://code.sololearn.com/cwstTU4ohOr9/?ref=app
0
I really like the book of Tariq Rashid.
Make your own neural network,
it is a low level(as possible) intrduction.