Machine Learning
Statistical Machine Learning deals with data analysis. Basically it considers three kind of problems:
- Unsupervised classification or clustering, where the objective is to find the natural groups that can be found in a dataset. It is an exploratory task.
- Supervised classification tries to build predictive models from a dataset of classified objects. Basically given a dataset, the objective is to construct a probabilistic model able to predict the value of unseen cases.
- Feature subset selection. In this case the objective is to select the most relevant characteristics to construct a classification model.
Probabilistic graphical models are the most commonly used formalism to deal with probabilistic modeling in the fields of Artificial Intelligence in general and Machine Learning in particular. They are mathematical tools that allow to carry out the main operations with probability distributions (estimation and inference) in an efficient way.