Update readme and boostAODE docs
This commit is contained in:
11
README.md
11
README.md
@@ -9,7 +9,16 @@
|
|||||||
|
|
||||||
Bayesian Network Classifiers using libtorch from scratch
|
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
|
### Release
|
||||||
|
|
||||||
|
@@ -64,4 +64,4 @@ The algorithm performs the following steps:
|
|||||||
|
|
||||||
- Number of models > ***maxModels*** if ***repeatSparent*** is set.
|
- Number of models > ***maxModels*** if ***repeatSparent*** is set.
|
||||||
|
|
||||||
### [Proposal for *predict_single = false*](./BoostAODE_train_predict.pdf)
|
### [Algorithm](./algorithm.md)
|
||||||
|
Reference in New Issue
Block a user