RSSAmplifier

Blog

Raden Muhammad Mu’az

ML engineer

radenmuaz.github.ioRSS feed ↗3 posts

Latest posts

Trying out DeepSeek R1

So this model DeepSeek-R1 has nice DeepThink feature which have the model monologue in the <think></think> tag.

Linear Regression (with gradient derivation and Pyscript demo)

Figure 1: Linear regression on 2D dataset/figcaption> --> Figure 1: Linear regression on 2D dataset Introduction Linear regression models the relationship between a dependent variable \(y\) and independent variables \(X\) as a linear function. It finds coefficients \(\beta\) that minimize the error between predicted and actual values. Mathematical Formulation The dataset is labelled, \((\mathbf X,…

K-Means Clustering (with Pyscript demo)

Figure 1: K-Means on 2D dataset, with 3 centroids What is K-Means Clustering?