This document provides an introduction to radial basis function (RBF) networks, a type of artificial neural network used for supervised learning problems. It describes how RBF networks are a type of linear model that uses radial basis functions as activation functions for hidden units. While RBF networks are nonlinear, the document emphasizes keeping the underlying mathematics and computations linear to simplify the problem and reduce computational costs compared to other neural network techniques that rely on nonlinear optimization algorithms. It reviews key concepts for RBF networks like least squares optimization, model selection, ridge regression, and forward selection techniques for building networks from data.