TIL there's no way to get a list of all your AWS Resource Tags

AWS Tag Editor

Read more ❯


TIL Multiclass Classification using the One-vs-all method

Multiclass classification with three target classes plotted on x1 and x2 dimensions

Read more ❯


TIL about Logistic Regression

\[\ h_{\theta}(x) = \frac{1}{ 1 + e^{ -{\theta}^{\intercal}x } } \]

Read more ❯


TIL how to work with upcoming posts in Jekyll

jekyll server --unpublished --future --drafts --watch --force_polling -H 0.0.0.0 -P 4000

Read more ❯


TIL how to escape Liquid template tags

So, I learned how to escape Liquid template tags buuuuttttt….

Read more ❯


TIL a better way to link Jekyll posts

{% post_url 2020-04-25-til-how-to-add-math-typesetting-to-github-pages-with-katex %}

Read more ❯


TIL the normal equation method

\[\ {\theta} = (X^{\intercal} X)^{-1} (X^{\intercal} y) \]

Read more ❯


TIL helm upgrade --atomic

helm upgrade --atomic kafka incubator/kafka

Read more ❯


TIL GitLab CD to deploy my Vue.js app

Building on what I learned last week, I deployed my Vue.js application to Amazon Web Services (AWS) using GitLab’s CI/CD.

Read more ❯


TIL about Multivariate Linear Regression

\[\ h_{\theta}(x) = {\theta}_0 + {\theta}_1 x_1 + {\theta}_2 x_2 + {\cdots} + {\theta}_n x_n \]

Read more ❯


© 2023