Skip to content

petrichor1998/BayesianNetsProject

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Comparison of Bayesian Nets and other algorithms on various dataset

The solution to the problem in hw4.pdf has been implemented in the code file.

The details of the project can be found at my Website :

Submitted by: Parth Padalkar UTDID : 2021473758 ################################################

Sample command To run the code: python hw_4.py -train_data "small-10-datasets/nltcs.ts.data" -valid_data "small-10-datasets/nltcs.valid.data" -test_data "small-10-datasets/nltcs.test.data" -algorithm_number 4

algorithm_number = 1 (Independent Bayesian)

algorithm_number = 2 (Chow-Liu Tree algorithm)

algorithm_number = 3 (Mixture of trees using EM)

algorithm_number = 4 (Random Fores style approach for mixture of trees)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages