This chapter discusses advanced classification methods, including Bayesian belief networks, classification using backpropagation neural networks, support vector machines (SVM), and lazy learners. It describes Bayesian belief networks as probabilistic graphical models that represent conditional dependencies between variables. Backpropagation neural networks are introduced as a way to perform nonlinear regression to approximate functions through adjusting weights in a multi-layer feedforward network. SVM is covered as a method that transforms data into a higher dimensional space to find an optimal separating hyperplane, using support vectors.