Skip to content

Commit c13b8c6

Browse files
committed
fix spelling
1 parent 769aad8 commit c13b8c6

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

blog/blog_gsoc_2023.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Expand support for spatial models in PyMC
4949

5050
Find out more at [Daniel's GSoC blog](https://daniel-saunders-phil.github.io/imagination_machine/).
5151

52-
1. __What motivated you to apply for the intership with PyMC?__
52+
1. __What motivated you to apply for the internship with PyMC?__
5353

5454
A few years ago, I started reading Richard McElreath’s marvelous book Statistical Rethinking and fell in love with probabilistic programming. My prior coding experience was in Python so PyMC was a natural choice of probabilistic programming language to pick up. Since then, I’ve really grown to love the package and wanted to learn how to contribute to it in a serious way.
5555

blog/blog_gsoc_2025.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Implementing Integrated Nested Laplace Approximations (INLA)
2020

2121
**Project Description**
2222

23-
>TA key component of Bayesian inference is integrating over prior distributions to obtain posteriors. In practice however, these distributions are often high-dimensional, resulting in a significant computational cost associated with integration, which remains a key challenge in Bayesian ML. Under certain assumptions, it is possible to efficiently compute posteriors for Latent Gaussian Models (LGMs), which represent a broad class of statistical models in Bayesian statistics. This is known as the method of Integrated Nested Laplace Approximations (INLA), and this project aims to implement a working basis for INLA in the PyMC library.
23+
>A key component of Bayesian inference is integrating over prior distributions to obtain posteriors. In practice however, these distributions are often high-dimensional, resulting in a significant computational cost associated with integration, which remains a key challenge in Bayesian ML. Under certain assumptions, it is possible to efficiently compute posteriors for Latent Gaussian Models (LGMs), which represent a broad class of statistical models in Bayesian statistics. This is known as the method of Integrated Nested Laplace Approximations (INLA), and this project aims to implement a working basis for INLA in the PyMC library.
2424
2525
**Mentors**
2626
- [Rob Zinkov](https://github.com/zaxtax)
@@ -36,7 +36,7 @@ Implementing Integrated Nested Laplace Approximations (INLA)
3636
:columns: 12 6 6 8
3737

3838
**Bio**
39-
> I am a 4th year undergraduate BEng (Bachelor of Aerospace Engineering) (Honours) student at Monash University in Australia. My research interests can be summed up as “how can we embed priors/known information into AI/ML models?” and “how can we provide guarantees about their output?”. Bayesian ML is a promising direction to address these questions and is a key interest of mine.
39+
>I am a 4th year undergraduate BEng (Bachelor of Aerospace Engineering) (Honours) student at Monash University in Australia. My research interests can be summed up as “how can we embed priors/known information into AI/ML models?” and “how can we provide guarantees about their output?”. Bayesian ML is a promising direction to address these questions and is a key interest of mine.
4040
4141
**Connecting**
4242
- LinkedIn: [@michal-novomestsky](https://linkedin.com/in/michal-novomestsky)
@@ -45,7 +45,7 @@ Implementing Integrated Nested Laplace Approximations (INLA)
4545
::::
4646

4747

48-
1. __What motivated you to apply for the intership with PyMC?__
48+
1. __What motivated you to apply for the internship with PyMC?__
4949

5050
As mentioned in my bio, I am interested in pursuing research focused on developing more principled and structured AI models, as well as understanding the internal behaviour of existing architectures. Bayesian statistics provides potential inroads to address both these challenges. As such, I felt that this would be an excellent opportunity to better understand the field as well as network with experts.
5151

0 commit comments

Comments
 (0)