This document provides an introduction to machine learning concepts including loss functions, empirical risk, and two basic methods of learning - least squared error and nearest neighborhood. It describes how machine learning aims to find an optimal function that minimizes empirical risk under a given loss function. Least squared error learning is discussed as minimizing the squared differences between predictions and labels. Nearest neighborhood is also introduced as an alternative method. The document serves as a high-level overview of fundamental machine learning principles.