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
Next Steps
The first step is to obtain the data.