Foundations, done properly

Prepare for your next
machine learning interview

Curated questions for machine learning fundamentals.

1002 questions · 61 lessons · 13 categories

How FineTune Interview compares

Platform Key Differences Core Focus ML Theory and Math Depth Coding Practice Format Best for
FineTune Interview This site Deep ML theory and math for research and applied-scientist interviews ML theory and math fundamentals Deep, with full derivations and expository graphs Not covered Question bank and written lessons ML research scientist and applied scientist interviews
LeetCode Coding-screen practice, not ML theory Data structures and algorithms Not a focus Industry standard for coding screens Timed problems, contests Software engineering coding rounds
Deep-ML Hands-on ML coding from scratch Implementing ML algorithms from scratch Learned by doing, not derived Strong for hands-on ML coding Coding problems ML engineer coding rounds
Exponent ML system design and behavioral prep, via video ML system design and behavioral prep High-level review Not a focus Video courses, mock interviews System design and behavioral rounds
I — Try five questions
From the lesson
II — Lessons Browse all 61 →
Logistic Regression: Deriving Gradients using Matrix Calculus
Information Theory

Logistic Regression: Deriving Gradients using Matrix Calculus

Derivation of $\frac{\partial L}{\partial M}$ for Cross Entropy Loss $L(y) = - \sum_{i=1}^C g\ log(y)$ with ground truth $g$, predicted $y$

Read lesson ›
The Core of Backprop 3: Deriving $\frac{\partial L}{\partial M}$ using Matrix Calculus
ML Foundations

The Core of Backprop 3: Deriving $\frac{\partial L}{\partial M}$ using Matrix Calculus

Very elegant & short derivation of: $\frac{\partial L}{\partial M}​$ for loss $L$ to update $M$ in Linear Layers

Read lesson ›
Sample vs Population Covariance
Statistics

Sample vs Population Covariance

Why does **Sample Covariance** have: $\frac{1}{n-1} \sum_{i=1}^n (x_i - \bar{x})^2$ but **Population Covariance** $\frac{1}{n} \sum_{i=1}^n (x_i - \bar{x})^2$

Read lesson ›
Redis Clusters
Databases

Redis Clusters

What if we need more than one Redis Instance?

Read lesson ›
Fourier Series as Basis Functions
Math

Fourier Series as Basis Functions

How the Fourier Series act as Basis Functions in Function Space $L^2[-\pi,\pi]$

Read lesson ›
Sinusoidal Positional Encodings
Transformers

Sinusoidal Positional Encodings

Overview of Sinusoidal Positional Encodings from *Attention is All You Need* & *NeRF*

Read lesson ›