2024-04-08 00:13:59 +02:00
2024-04-08 01:25:14 +02:00
2024-03-09 12:27:05 +01:00
2024-04-01 18:37:51 +02:00
2024-03-09 12:45:03 +01:00
2024-04-08 19:09:51 +02:00
2024-03-08 22:20:54 +01:00
2024-02-24 21:33:28 +01:00
2024-03-11 10:57:27 +01:00
2024-04-08 19:09:51 +02:00
2024-04-08 19:09:51 +02:00
2024-04-08 19:09:51 +02:00

BayesNet

C++ License: MIT Gitea Release Codacy Badge Gitea Last Commit Static Badge

Bayesian Network Classifiers using libtorch from scratch

Installation

Release

make release
make buildr
sudo make install

Debug & Tests

make debug
make test
make coverage

Sample app

After building and installing the release version, you can run the sample app with the following commands:

make sample
make sample fname=tests/data/glass.arff

Models

BoostAODE

Description
Bayesian Network Classifiers using libtorch from scratch
Readme MIT 14 MiB
2025-07-19 20:52:59 +00:00
Languages
C++ 94.8%
Makefile 2.1%
CMake 1.3%
Python 1%
Dockerfile 0.4%
Other 0.4%