Linear Discriminant

Overview


This example utitilizes the Gaussian Linear Discriminant to be able to recognize groups in a dataset. It assumes that there is a set of classes (labels) that categorize the desired dataset
{% C = \{ c_1, c_2, ... , c_n \} %}
When presented a new datapoint {% \vec{x} %}, it is desired to be able to assign a label to the datapoint.

Video Demos


Video Demo
A full copy of the desktop used in this example can be found here:

full desktop

Next Steps


The first step is to obtain the data.