Back to Problems
Apple ML Interview Questions
5 real machine-learning interview questions reported from Apple.
Practice on the problems board →Implement a 3-Layer MLP for Linear Regression (Pure Numpy)
Problem: Implement a 3-Layer MLP for Linear Regression Pure Python You are asked to implement a simple multi-layer…
Deep Learning & ArchitecturesLLM conceptual questions (Not tied with a particular company)
Conceptual Questions on Transformers and Language Models These questions and answers cover foundational concepts…
Research & Paper UnderstandingCompare PPO, DPO, and GRPO
Problem: Compare the Loss Functions of PPO, DPO, and GRPO In modern reinforcement learning RL , especially in policy…
Reinforcement LearningDesign a Scalable Visual Representation Framework Using Patchwise Feature Aggregation (ViT)
Problem Description Modern perception systems often require high-dimensional feature extraction pipelines that can…
Deep Learning & ArchitecturesSample from a Gaussian Distribution Using Only Uniform Sampling
Sample from a Gaussian Distribution Using Only Uniform Sampling Context In some low-level simulation, embedded, or…
ML Fundamentals & Algorithms