diff --git a/config.toml b/config.toml index d7f51e4..be588e0 100644 --- a/config.toml +++ b/config.toml @@ -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]] @@ -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 diff --git a/content/open-projects/msc-parallel-reactive-computing.md b/content/open-projects/msc-parallel-reactive-computing.md index 5c7b880..9aeb358 100644 --- a/content/open-projects/msc-parallel-reactive-computing.md +++ b/content/open-projects/msc-parallel-reactive-computing.md @@ -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. @@ -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. diff --git a/content/publication/a-julia-package-for-reactive-message-passing-based-bayesian-inference.md b/content/publication/a-julia-package-for-reactive-message-passing-based-bayesian-inference.md index 75c92e1..8b23ccf 100644 --- a/content/publication/a-julia-package-for-reactive-message-passing-based-bayesian-inference.md +++ b/content/publication/a-julia-package-for-reactive-message-passing-based-bayesian-inference.md @@ -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 = "" diff --git a/content/publication/a-julia-package-for-reactive-variational-bayesian-inference.md b/content/publication/a-julia-package-for-reactive-variational-bayesian-inference.md index e771a8c..161d1a6 100644 --- a/content/publication/a-julia-package-for-reactive-variational-bayesian-inference.md +++ b/content/publication/a-julia-package-for-reactive-variational-bayesian-inference.md @@ -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 = "" diff --git a/content/publication/reactive-message-passing-for-scalable-bayesian-inference.md b/content/publication/reactive-message-passing-for-scalable-bayesian-inference.md index 44f4fee..81d76f4 100644 --- a/content/publication/reactive-message-passing-for-scalable-bayesian-inference.md +++ b/content/publication/reactive-message-passing-for-scalable-bayesian-inference.md @@ -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 = "" diff --git a/content/rxinfer-website.md b/content/rxinfer-website.md new file mode 100644 index 0000000..d8787fe --- /dev/null +++ b/content/rxinfer-website.md @@ -0,0 +1,2 @@ +Redirect page for RxInfer website +