Naive Bayes Classification Training

Feedback


Naive Bayes is a classification method based on Bayes theorem and the assumption of conditional independence of features. Compared with other more complex classification algorithms, Naive Bayes classification algorithm has better learning efficiency and classification results. Naive Bayes algorithm plays an important role in the direction of character recognition and image recognition. It can classify unknown characters or images according to their existing classification rules. It is widely used in real life, such as text classification, spam filtering and so on.

This method carries out the data training process of Naive Bayes classification, and can obtain the model according to the data characteristics, and then use it for prediction.

 

When creating a Naive Bayes classification training task, you need to set the following parameters:

 

After the training task is executed, the following result parameters are output: