From f00db85a14f1dd9e247000d3704d378bb9d85604 Mon Sep 17 00:00:00 2001 From: Mandar Chitre Date: Tue, 2 Apr 2024 16:36:23 +0800 Subject: [PATCH] doc: add RBNN links --- README.md | 1 + docs/src/pm_basic.md | 2 ++ 2 files changed, 3 insertions(+) diff --git a/README.md b/README.md index 14aab18..80def4a 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,7 @@ pkg> add UnderwaterAcoustics - Install [`AcousticRayTracers.jl`](https://github.com/org-arl/AcousticRayTracers.jl) for `RaySolver` model - Install [`AcousticsToolbox.jl`](https://github.com/org-arl/AcousticsToolbox.jl) for `Bellhop` and `Kraken` models +- Install [`DataDrivenAcoustics.jl`](https://github.com/org-arl/DataDrivenAcoustics.jl) for `RayBasis` and `GPR` family of models ## Getting started diff --git a/docs/src/pm_basic.md b/docs/src/pm_basic.md index 59d912e..582a526 100644 --- a/docs/src/pm_basic.md +++ b/docs/src/pm_basic.md @@ -12,6 +12,8 @@ Available models: | [RaySolver](https://github.com/org-arl/AcousticRayTracers.jl) | Ray/Gaussian beam model | Julia | Differentiable, multi-threaded | Tell us and we'll fix them! | | [Bellhop](https://github.com/org-arl/AcousticsToolbox.jl) | Interface to [OALIB Bellhop model](http://oalib.hlsresearch.com/AcousticsToolbox/) | FORTRAN | Well established benchmark model | Does not support automatic differentiation | | [Kraken](https://github.com/org-arl/AcousticsToolbox.jl) | Interface to [OALIB Kraken model](http://oalib.hlsresearch.com/AcousticsToolbox/) | FORTRAN | Well established benchmark model | Does not support automatic differentiation | +| [RayBasis](https://github.com/org-arl/DataDrivenAcoustics.jl) | Ray-basis neural network models | Julia | Data-driven models | Requires training data | +| [GPR](https://github.com/org-arl/DataDrivenAcoustics.jl) | Gaussian process regression models | Julia | Data-driven model | Requires training data | ## Quickstart guide