In this tutorial you can learn how the gradient descent algorithm works and implement it from scratch in python. First we look at what linear regression is, then we define the loss function. We learn ...
A linear function approximator is a function y=f(x,w) that is linear in the weights, though not necessarily linear in the input x: Linear function approximators have several nice properties. For ...