Update readme and boostAODE docs

This commit is contained in:
Ricardo Montañana Gómez 2024-04-08 22:41:23 +02:00
parent fbbed8ad68
commit 8b6121eaf2
Signed by: rmontanana
GPG Key ID: 46064262FD9A7ADE
2 changed files with 11 additions and 2 deletions

View File

@ -9,7 +9,16 @@
Bayesian Network Classifiers using libtorch from scratch
## Installation
## Dependencies
The only external dependency is [libtorch](https://pytorch.org/cppdocs/installing.html) which can be installed with the following commands:
```bash
wget https://download.pytorch.org/libtorch/nightly/cpu/libtorch-shared-with-deps-latest.zip
unzip libtorch-shared-with-deps-latest.zips
```
## Setup
### Release

View File

@ -64,4 +64,4 @@ The algorithm performs the following steps:
- Number of models > ***maxModels*** if ***repeatSparent*** is set.
### [Proposal for *predict_single = false*](./BoostAODE_train_predict.pdf)
### [Algorithm](./algorithm.md)