Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/devleoko/decision-critical-bayesian-networks
Application for the identification of decision-critical situations through dynamic bayesian networks
https://github.com/devleoko/decision-critical-bayesian-networks
Last synced: about 15 hours ago
JSON representation
Application for the identification of decision-critical situations through dynamic bayesian networks
- Host: GitHub
- URL: https://github.com/devleoko/decision-critical-bayesian-networks
- Owner: DevLeoko
- Created: 2019-11-04T11:44:54.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-11-16T01:18:46.000Z (about 2 years ago)
- Last Synced: 2024-10-18T09:54:03.736Z (3 months ago)
- Language: Java
- Size: 10.6 MB
- Stars: 6
- Watchers: 4
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Decision Critical Bayesian Networks
> Application for the identification of decision-critical situations through dynamic bayesian networks.
This project is in its core a Progressive Web App used for modeling dynamic bayesian networks.
With the backend serving inference calculations through ActiveMQ for those modeled networks.\
Currently, DCBN is designed with the observation of maritime space in mind and is used to rapidly and in realtime evaluate situations involving vessels.
The main features are:- **User System** with two privilege groups
- **Network editor** to model dynamic bayesian networks
- **Network playground** to experiment with the networks
- **Evidence editor** to define expressions converting metadata to evidence used by the networks
- Backend integration with ActiveMQ to **calculate inference** for given metadata## Repo Structure
### Docs
The documentation folder contains:
- The project specifications
- Any other non-code-related files### Frontend
The frontend is a PWA build with **Vue**, TypeScript, Vuetify, and visNetwork.\
_Using npm for dependency management._### Backend
The backend is for most parts a REST-Service build using **Spring Boot** and [AMiDST](http://www.amidsttoolbox.com/) for inference.\
_Using maven for dependency management._