Underfitting

Underfitting is a phenomenon in machine learning where a model is too simple to capture the underlying patterns in the data, resulting in poor performance on both training and unseen data. It contrasts with overfitting, where a model captures noise as if it were signal.

Read More →

AlphaZero

AlphaZero is an artificial intelligence program developed by DeepMind that uses reinforcement learning and self-play to master board games like chess, shogi, and Go, achieving superhuman performance without prior knowledge beyond game rules.

Read More →

BEVDepth

BEVDepth is a computer vision methodology that estimates depth information from multiple camera views and generates bird’s-eye-view (BEV) representations, commonly used in autonomous driving and robotics for spatial understanding.

Read More →

Neural spline flow (NSF)

Neural spline flow (NSF) is a class of normalizing flow models that use spline-based transformations to enable flexible, invertible mappings for density estimation and generative modeling. By leveraging piecewise spline functions, NSF can represent complex distributions with improved accuracy and stability compared to traditional flow architectures.

Read More →