Data Mining
Data mining involves exploratory data analysis. We use statistical methods to gain valuable insights from the data. To do this, we use classical and Bayesian statistics.
Classical Statistics
This is a quantitative data analysis. It analyzes the occurrence of a variable under certain conditions, such as the average sales amount. This allows us to check our theories within the A/B tests for randomness or patterns.
Bayesian Statistics
Here, the probability between two elements is calculated, such as the probability of rain when a black cloud appears (calculation of composite probabilities). In other words, if someone buys product A, how likely is it that they will buy product B? This allows us to test our theories within A/B tests for randomness or patterns.
Machine Learning
Artificial intelligence is at home in the field of machine learning. Methods and techniques from supervised and reinforcement learning are used to enable the AI engine to learn independently.
Supervised Learning
An input variable and a target variable are defined here. The algorithm must get from the input variable to the target variable. To do this, it is given examples to learn how to achieve this goal.
Reinforcement Learning
Learning by doing, followed by adjustment based on the result. This is how the algorithm learns what works best.