lrvine / Bayesian

Machine Learning : Naive Bayes classifier and Bayesian network classifier C++ implementation
MIT License
27 stars 16 forks source link

What Bayesian network #2

Open Carla-33 opened 2 years ago

Carla-33 commented 2 years ago

Hi

what is you program that you have been for Bayesian network classifier C++ implementation ?

Thank you

lrvine commented 2 years ago

Hi Carla-33,

I'm sorry that I didn't get your question.

Could you kindly help to elaborate more?

If you are referring to how I construct the network, it's via Tree Augmented Naïve Bayes (TAN) in NIR FRIEDMAN, DAN GEIGER, and MOISES GOLDSZMIDT, 1997, “Bayesian Network Classifiers”, Machine Learning, 29, 131–163.

Best Regards.

Carla-33 commented 2 years ago

Hi

Which machine learning software did you use?

Thank you

lrvine commented 2 years ago

Hi,

I didn't use any specific machine learning software for this.

I wrote it in C++ and compile it with g++ or clang, and then directly run it.

Best Regards.