For text classification problems, the ________ variant of Naive Bayes is often used.
- K-Means
- Multinomial
- Random Forest
- SVM
In text classification, the Multinomial variant of Naive Bayes is commonly used due to its suitability for modeling discrete data like word counts.
Loading...
Related Quiz
- Which component of the Actor-Critic model is responsible for evaluating the actions taken by the agent?
- The output of a GAN, after training, is a/an ________ that closely resembles the real data.
- The ability of SVMs to handle non-linear decision boundaries is achieved by transforming the input data into a higher-dimensional space using a ______.
- How can biases in training data affect the fairness of a machine learning model?
- In reinforcement learning, what do we call the function that determines the value of taking an action in a particular state?