|
Supervisor: Matthias Troffaes DescriptionClassification is one of the most universal decision problems around us, and living creatures are remarkably good at performing this task. Some fish perform spatial pattern recognition and abstraction by exclusive use of active electrolocation. Humans classify characters, words, and the meanings they have in a particular context. With the advent of technology, many classifying tasks have been successfully delegated to machines. For instance, when we open our inboxes, email clients classify potential spam with remarkable accuracy. Crucial to classification is learning. However, during the initial learning phase, traditional machine algorithms, such as the naive Bayes classifier, typically misclassify as they always need to produce a single classification outcome, whereas humans can simply produce a set of options to convey their lack of information, without discriminating further between the elements of that set. The subject of credal classification is exactly to model classification under circumstances where not much information is present, by allowing the classifier to produce sets of outcomes rather than single outcomes. Group projectYou will learn the basics of the naive Bayes classifier and its extension, the naive credal classifier. Essentially, in case the available information is insufficient to identify all probabilities that affect the classification problem, credal classification starts out with a set of probabilities, and naturally produces sets of classification outcomes, which become smaller (and eventually become singletons) as more information becomes available. Specifically, you will study the idea of bounding probabilities, leading to robust Bayesian analysis when combined with data. This allows the filter to produce an "unsure" result in situations where there is limited training data. By the end of the group project you will have learned:
By the end of the group project you will be able to:
Individual projectThe individual project will build on the knowledge we have gained in the group project and will explore additional advanced topics. The individual project caters for both theoretical and applied directions of research. A few examples of topics you will be able to investigate are:
Mode of operation and evidence of learningBoth the group and individual project will revolve around learning through reading with focus on the underlying theory, mathematical rigour, and the development of deep conceptual understanding. Students will demonstrate their understanding by solving relevant problems, exploring examples and theoretical applications of the material, and clearly communicating it in both written and oral formats. For the individual project (but not the group project), depending on the topic, students can additionally demonstrate understanding by comparing theory to simulation results, writing R code to implement core methodology, and analysing simulated and real data sets. PrerequisitesProbability II or Statistical Inference II Resources
|