📚 Add related projects section

This commit is contained in:
yoshoku 2021-01-11 10:45:08 +09:00
parent 3aa3620d3e
commit be6e436364
1 changed files with 4 additions and 0 deletions

View File

@ -259,6 +259,10 @@ When -1 is given to n_jobs parameter, all processors are used.
estimator = Rumale::Ensemble::RandomForestClassifier.new(n_jobs: -1, random_seed: 1)
```
## Related Projects
- [Rumale::SVM](https://github.com/yoshoku/rumale-svm) provides support vector machine algorithms in LIBSVM and LIBLINEAR with Rumale interface.
- [Rumale::Torch](https://github.com/yoshoku/rumale-torch) provides the learning and inference by the neural network defined in torch.rb with Rumale interface.
## Novelties
* [Rumale SHOP](https://suzuri.jp/yoshoku)