https://github.com/wmkouw/gfx
ForneyLab.jl factor node for generalised filtering with exogenous input.
https://github.com/wmkouw/gfx
factor-graphs message-passing state-space-models
Last synced: about 1 month ago
JSON representation
ForneyLab.jl factor node for generalised filtering with exogenous input.
- Host: GitHub
- URL: https://github.com/wmkouw/gfx
- Owner: wmkouw
- License: mit
- Created: 2020-09-30T18:24:36.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-06-12T22:00:52.000Z (almost 3 years ago)
- Last Synced: 2025-02-10T00:48:14.462Z (3 months ago)
- Topics: factor-graphs, message-passing, state-space-models
- Language: Jupyter Notebook
- Homepage:
- Size: 629 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GFX
Composite ForneyLab.jl factor node for *G*eneralised *F*iltering with e*X*ogenous input.
### Usage
The node can be added to Julia as a development package via:
```julia
] dev https://github.com/wmkouw/GFX.git
```Once added, it can be used in conjunction with ForneyLab by running:
```julia
using ForneyLab
using GFX
```### Feedback
Questions and comments can be left in the [issues](https://github.com/wmkouw/GFX/issues) tracker.