Skip to content

Commit 3a9f204

Browse files
new header
1 parent 9548024 commit 3a9f204

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_posts/2020-11-25-building-a-bioreactor-part-3-tracking-growth-rates-in-real-time.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: 'Building a bioreactor, part 3: tracking growth rates in real time'
3-
image: assets/images/bioreactor_project/growth_rates/6.png
3+
image: assets/images/bioreactor_project/growth_rates/header.png
44
categories:
55
- data-science
66
- bioreactor-project
@@ -140,6 +140,6 @@ where $f$ is some linear function up until $\theta$, our saturation limit, and s
140140

141141
### Conclusion
142142

143-
I have a love-hate relationship with Kalman filers. They enable some amazing inferences, like in our example above, that would otherwise be unreachable. However, they come with lots of parameters that need tuning. This has been a pain for me, as it's not always clear how the model will change with respect to changing a parameter. The book I mentioned above, [Kalman and Bayesian Filters in Python](https://github.com/rlabbe/Kalman-and-Bayesian-Filters-in-Python), has certainly helped with this, though.
143+
To be honest, I have a love-hate relationship with Kalman filers. They enable some amazing inferences, like in our example above, that would otherwise be unreachable. However, they come with lots of parameters that need tuning. This has been a pain for me, as it's not always clear how the model will change with respect to changing a parameter. The book I mentioned above, [Kalman and Bayesian Filters in Python](https://github.com/rlabbe/Kalman-and-Bayesian-Filters-in-Python), has certainly helped with this, though.
144144

145145
Now that we have a good estimate time-varying growth rate, we monitor how the culture reacts to different environments. By controlling the environment, we can control the growth rate. So by _surpressing_ the growth rate using the environment, we are introducing "headspace" for the microbes to evolve into. We'll explore this next article.

0 commit comments

Comments
 (0)