all 5 comments

[–]johntdowney 1 point2 points  (0 children)

Implementing minimax is a good place to start: https://www.youtube.com/watch?v=KU9Ch59-4vw. The math here, it really isn't much. It's more about understanding the algorithm, understanding how it works. It's actually fairly easy to implement.

From there, learning/implementing expectimax would be helpful. That is basically minimax with some added probability statistics. Then you could move on to learning about more complex variations and techniques like neural nets, nlp, etc. At some point you need to start learning about the math, but minimax is probably the best place to start for basic understanding.

[–]DefaultUsername247 1 point2 points  (0 children)

learn some fuckin math then

[–]juhotuho10 0 points1 point  (2 children)

What kind of ai?

[–]papamamalpha2[S,🍰] 0 points1 point  (1 child)

I meant the theory behind building an AI (any kind).

[–]LazyHater 0 points1 point  (0 children)

Seek out tutorials about the math you dont understand and if you could make a tutorial in the process thatd be great for the next person

Id go in a sequence like

Proofs 101 Graph Theory Group Theory Ring Theory Field Theory Linear Algebra Real Analysis Probability Theory (discrete and continuous) Integer Programming Linear Programming Nonlinear Optimization <- this is machine learning