Book recommendation: Elements of Computing Systems
Ever since I started transitioning into a “coder” or someone that writes code, there has always been a lingering feeling that I couldn’t shake off. Maybe it’...
Ever since I started transitioning into a “coder” or someone that writes code, there has always been a lingering feeling that I couldn’t shake off. Maybe it’...
This post will cover an actual implementation sample code for the development workflow covered in the article “How Microsoft develops with DevOps”.
One of the common tasks you need to set up in your CICD pipeline is to assume an AWS role or run some program/scripts /commands such as bash, cloudformation ...
I was watching through the lecture video about Optimization methods taught by Nando de Freitas and learnt something interesting that I’d like to share. Since...
This post seeks to write down the explicit steps and reasoning involved to come up with the posterior representation in a Bayesian Linear Regression model.
In part 1 of the Bayesian Regression Model, I covered how the traditional OLS interpretation of regression is obtained. I followed this up with an example of...
Ever since I started working in Data Science and delving deeper into Machine learning models, I have had a strong interest in learning about Bayesian models....