Bayesian Network Classifiers using libtorch from scratch
Go to file
2024-01-07 19:58:22 +01:00
.vscode refactor gridsearch to have only one go method 2023-12-02 10:59:05 +01:00
cmake/modules Fix some mistakes to correct tests 2023-07-20 18:55:56 +02:00
config Remove other projects' sources 2024-01-07 19:58:22 +01:00
diagrams Upgrade models version and Add class diagram 2023-09-02 14:39:43 +02:00
lib Remove other projects' sources 2024-01-07 19:58:22 +01:00
src/BayesNet Remove other projects' sources 2024-01-07 19:58:22 +01:00
tests Remove other projects' sources 2024-01-07 19:58:22 +01:00
.clang-tidy update clang-tidy 2023-08-07 00:44:12 +02:00
.gitignore Build gridsearch structure 2023-11-20 23:32:34 +01:00
.gitmodules Remove other projects' sources 2024-01-07 19:58:22 +01:00
CMakeLists.txt Remove other projects' sources 2024-01-07 19:58:22 +01:00
gcovr.cfg Remove other projects' sources 2024-01-07 19:58:22 +01:00
LICENSE Initial commit 2023-06-29 19:52:57 +00:00
Makefile Remove other projects' sources 2024-01-07 19:58:22 +01:00
README.md Remove other projects' sources 2024-01-07 19:58:22 +01:00

BayesNet

License: MIT

Bayesian Network Classifiers using libtorch from scratch

Release

make release
make buildr

Debug & Tests

make debug
make test
make coverage

1. Introduction