๐ฏ
Welcome to Naive Bayes Visualizer
Explore how the Gaussian Naive Bayes classifier works through interactive visualization. Click on the canvas to add data points, train the model, and watch decision boundaries form in real time.
๐ฑ๏ธ
Adding Data Points
Select a class from the class selector, then click anywhere on the canvas to place a data point. Each class is shown in a different color. Add at least 2 points per class to begin training.
โ๏ธ
Training the Model
Click "Train Model" to compute class priors and Gaussian distributions for each feature. The decision boundary and probability heatmap will be rendered on the canvas.
๐
Understanding the Output
The decision boundary shows where the classifier changes its prediction. The probability panel shows posterior probabilities as you hover over the canvas. The stats panel shows learned parameters.