Latest Posts
Showing the 10 most recent posts. Search and filter by topics or tags.
Filters
🔎
Topics
Tags
2. Orthogonal Decomposition
$$
#Math#Linear Algebra
OIDC and GCP
**OIDC (OpenID Connect)** is an authentication protocol built on top of OAuth 2.0. Think of it as a standardized way to prove "who you are" across dif...
#Git#CI-CD
C Linkage
---
#System
Git Actions for GCP
```yaml
#Git#CI-CD
Mocking and Testing
```python
#CI-CD#Unit Test
Pytest 101
**Fixtures** are reusable setup functions that provide data, objects, or state to your tests. They help you avoid code duplication and ensure consiste...
#CI-CD#Unit Test
Service Account
```bash
#Development#Backend#Server
Homework 4 Solutions
Solutions to ML Homework 4 covering bias-variance decomposition in Ridge Regression, optimal classifier under squared loss, and model selection using k-fold cross-validation
#Machine Learning#Bias-Variance Tradeoff#Ridge Regression#Model Selection
11. Cross Validation and Model Selection
- Let's say we have the following two models:
#Machine Learning#Machine Learning#lectures#AI
10. Bias-Variance Tradeoff
- $\mathcal{D} = \{(x^{(i)}, y^{(i)})\}_{i = 1}^N$
#Machine Learning#Machine Learning#lectures#AI