0
Where to find information about AI?
Do you some books about machine learning and AI include mathematic. What I need to know to start coding some AI?
2 Antworten
+ 7
I would really recommend you to learn/refresh knowledge on linear algebra, statistics and probability. There is a great free online course at Coursera:
www.coursera.org/learn/machine-learning/
It gives a sound background to all of the above.
0
Start by creating a basic Artificial Neural Network in C++
https://www.analyticsvidhya.com/blog/2014/10/ann-work-simplified/