Skip to content

The model predicts the treatment success rate for new TB cases with high accuracy and robustness. Two different approaches: PCA and Bayesian Inference. The Bayesian regression analysis reveals that c_new_sp_tsr and new_sp_fail are significant predictors of the treatment success rate, while other predictors show less certainty in their effects.

Notifications You must be signed in to change notification settings

isadays/BayesianInference

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 

Repository files navigation

BayesianInference

The Bayesian inference process:

  1. Specify a prior probability distribution reflecting our knowledge of the problem.

  2. Collect Data.

  3. Calculate the Likelihood: how well the observed data aligns with each possible hypothesis or model.

  4. Apply Bayes’ Theorem: Bayes’ theorem is used to update the prior probabilities into posterior probabilities, considering the data and the likelihood.

  5. Make Informed Decisions: The posterior probabilities provide updated beliefs about the hypotheses, models, or parameters. We can use these posterior probabilities to make decisions, make predictions, or perform further analysis.


Here, we study robust decision-making in machine learning algorithms using Bayesian Inference.

Reference: Understanding bayesian inference

About

The model predicts the treatment success rate for new TB cases with high accuracy and robustness. Two different approaches: PCA and Bayesian Inference. The Bayesian regression analysis reveals that c_new_sp_tsr and new_sp_fail are significant predictors of the treatment success rate, while other predictors show less certainty in their effects.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages