statistics

Crafting Context-Driven AI Chatbots: A Data Engineer's Guide to Vector Databases and Embeddings

How to

Julia Essentials - Gradient Descent

How to

Kernel Density Estimation Algorithm with R

How to implement a kernel density estimator from scratch with R.

Logistic Regression with Numpy

How to fit a Logistic Regression from scratch.

Gradient Descent Linear Regression

How to fit a Linear Regression using Gradient Descent.

Linear Regression from scratch (analytical solution)

How to fit a Linear Regression from scratch with the normal equation.