Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change links to the new organization #192

Merged
merged 3 commits into from
Jan 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ tag = "tags"
identifier = "software"
[[menu.main]]
name = "RxInfer.jl"
url = "https://biaslab.github.io/rxinfer-website/"
url = "https://rxinfer.ml"
parent = "software"
weight = 1
[[menu.main]]
Expand All @@ -168,12 +168,12 @@ tag = "tags"
weight = 2
[[menu.main]]
name = "ReactiveMP.jl"
url = "https://biaslab.github.io/ReactiveMP.jl/stable"
url = "https://reactivebayes.github.io/ReactiveMP.jl/stable"
parent = "software"
weight = 3
[[menu.main]]
name = "Rocket.jl"
url = "https://biaslab.github.io/Rocket.jl/stable"
url = "https://reactivebayes.github.io/Rocket.jl/stable"
parent = "software"
weight = 4

Expand Down
4 changes: 2 additions & 2 deletions content/open-projects/msc-parallel-reactive-computing.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ In the second part of the project, you will evaluate the performance of parallel

## Student task description
- Literature search: he student needs to be able to obtain a working understanding of Bayesian Inference, probabilistic methods, probabilistic graphical models, Forney-style factor graphs and message passing.
- Learning programming: this project is best suited for a student with a strong computer science background. The student should get familiar with relevant software tools ([julia](https://julialang.org/), [RxInfer.jl](https://github.com/biaslab/RxInfer.jl), [ReactiveMP.jl](https://github.com/biaslab/ReactiveMP.jl)) and understand how to setup parallel computation infrastructures.
- Learning programming: this project is best suited for a student with a strong computer science background. The student should get familiar with relevant software tools ([julia](https://julialang.org/), [RxInfer.jl](https://github.com/ReactiveBayes/RxInfer.jl), [ReactiveMP.jl](https://github.com/ReactiveBayes/ReactiveMP.jl)) and understand how to setup parallel computation infrastructures.
- Develop an efficient _parallel implementation_ of message passing-based inference in factor graph models.
- Depending on progress, the student may extend the system to more complex benchmark tasks.
- Iterate steps 3 and 4 until satisfaction and/or time runs out.
Expand All @@ -25,7 +25,7 @@ In the second part of the project, you will evaluate the performance of parallel
## Project positioning
[BIASlab](https://biaslab.github.io/) (FLUX-7.060) is a subgroup of the Signal Processing Systems (SPS) group that aims to develop \textbf{Intelligent Autonomous Agents}. These agents interact with their environment through their sensors and actuators in order to learn purposeful behavior without any supervision ("autonomously"), e.g., to navigate, play soccer or they may learn to decode speech signals under bad acoustic conditions. Our research projects are inspired by the latest insights from machine learning, computational neuroscience and signal processing.

Intelligent agents process information through Bayesian inference. In our lab, we realize these agents as (Forney-style) \textbf{Factor Graphs} that execute Bayesian inference in complex models through message passing in a graph. In our team, we are developing a toolbox that supports message passing-based inference in factor graphs, see [RxInfer.jl](https://biaslab.github.io/rxinfer-website/).
Intelligent agents process information through Bayesian inference. In our lab, we realize these agents as (Forney-style) \textbf{Factor Graphs} that execute Bayesian inference in complex models through message passing in a graph. In our team, we are developing a toolbox that supports message passing-based inference in factor graphs, see [RxInfer.jl](https://rxinfer.ml).

### Supervision:
- Weekly progress meetings with Dmitry Bagaev.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ publication_short = "JuliaCon 2021"
to_be_published = false
selected = false
title = "ReactiveMP.jl: A Julia Package for Reactive Message Passing-based Bayesian Inference"
url_code = "https://github.com/biaslab/ReactiveMP.jl"
url_code = "https://github.com/ReactiveBayes/ReactiveMP.jl"
url_dataset = ""
url_pdf = "https://juliacon.github.io/proceedings-papers/jcon.00091/10.21105.jcon.00091.pdf"
url_project = ""
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ publication_short = "Software Impacts"
to_be_published = false
selected = false
title = "ReactiveMP.jl: A Julia package for reactive variational Bayesian inference"
url_code = "https://github.com/biaslab/ReactiveMP.jl"
url_code = "https://github.com/ReactiveBayes/ReactiveMP.jl"
url_dataset = ""
url_project = ""
url_video = ""
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ publication = "Scientific Programming"
to_be_published = false
selected = false
title = "Reactive Message Passing for Scalable Bayesian Inference"
url_code = "https://github.com/biaslab/ReactiveMP.jl"
url_code = "https://github.com/ReactiveBayes/ReactiveMP.jl"
url_dataset = ""
url_pdf = "/pdf/scientific-programming/6601690.pdf"
url_project = ""
Expand Down
2 changes: 2 additions & 0 deletions content/rxinfer-website.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Redirect page for RxInfer website
<meta http-equiv="refresh" content="0; URL=https://rxinfer.ml/" />