I am just curious about this. Please don't include anything about programming.
2026-03-25 11:12:24.1774437144
On
On
What Maths are the most important for Artificial Intelligence?
4.3k Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
3
There are 3 best solutions below
1
On
We have quite a lot of A.I. on university -- probably because I picked specialization called Artificial Intelligence and Software Engineering. Most of methods that were presented used a lot of optimization e.g. for learning neutral networks. Analysis and linear algebra also played crucial roles. We didn't use much beside that but professionals claim that language of A.I. is statistics but we haven't use it extensively.
0
On
To do computer vision which is a branch of AI you essentially need to understand the unit quaternions, or the related Lie group SO(3). These are mathematical topics par excellence.
Artificial intelligence requires extensive use of decision logic. The gateway to this type of logic is Turing machine analysis and recursive/primitive recursive functions. In other words, it really involves the mathematics of the relationship between computability and logic. Additionally, AI requires statistics (used for decision-making and testing probabilities associated with decision-making, i.e., hypothesis testing) and the mathematics required for engineering.