In a Naive Bayes classifier, you are given the following pro…

In a Naive Bayes classifier, you are given the following probabilities: P(Class A) = 0.4 P(Class B) = 0.6 P(Feature X | Class A) = 0.5 P(Feature X | Class B) = 0.5 If Feature X is observed, which class is the sample more likely from and with what normalized probability?

You are a new hire for a laptop repair company. Your boss wa…

You are a new hire for a laptop repair company. Your boss wants you to classify if a laptop is functional, broken, or impaired. If you select Naive Bayes as the classifier for your machine learning framework (shown below) and you have data recorded from previous test performed on a small number of laptops, which learning algorithm should you use to update the model?