This document provides an introduction to using machine learning techniques for information retrieval ranking. It discusses how early attempts at using machine learning for IR ranking were not very successful due to limited training data and poor machine learning methods. More recently, machine learning has been actively researched and deployed for IR ranking, known as "learning to rank". The document describes point-wise and pairwise learning approaches for learning to rank, focusing on the pairwise Ranking SVM method which formulates the problem as a classification task of correctly or incorrectly ranked document pairs.