This document discusses various classification algorithms used in business intelligence: K-nearest neighbors, decision trees, naive Bayes classifier, logistic regression, artificial neural networks, and support vector machines. It provides more detail on logistic regression, describing it as a predictive analysis technique used to predict binary outcomes based on independent variables. It compares logistic regression to linear regression. The document also provides overviews of artificial neural networks, describing their representation of neurons and neural connections, and support vector machines, explaining how they select hyperplanes to best separate classified data points.
Related topics: