Chapter 5 Flashcards
AdaBoost
a boosting ensemble method algorithm
artificial neural network (ANN)
Computer technology that attempts to build computers that operate like a human brain. The machines possess simultaneous memory storage and work with ambiguous information.
attrition
loss of personnel, e.g. students, customers, staff, etc
axon
An outgoing connection (i.e., terminal) from a biological neuron
backpropagation
The best-known learning algorithm in neural computing where the learning is done by comparing computed outputs to desired outputs of training cases
bagging
The simplest and most common type of ensemble method; it builds multiple prediction models (e.g., decision trees) from bootstrapped/resampled data and combines the predicted values through averaging or voting
Bayesian network (BN)
these are powerful tools for representing dependency structure among variables in a graphical, explicit, and intuitive way
Bayes theorem
this is a mathematical formula for determining conditional probabilities
boosting
This is an ensemble method where a series of prediction models are built progressively to improve the predictive performance of the cases/samples incorrectly predicted by the previous ones
conditional probability
the probability of event A given that an event B is known to have occured.
cross-validation
involves randomly splitting the data into multiple groups such that N groups are used for training and M groups are used for testing and validation
dendrites
The part of a biological neuron that provides inputs to the cell
distance metric
A method used to calculate the closeness between pairs of items in most cluster analysis methods
Euclidean distance
shortest path between two points
heterogenous ensemble
These combine the outcomes of two or more different types of models such as decision trees, artificial neural networks, logistic regression, support vector machines, and others
hidden layer
The middle layer of an artificial neural network that has three or more layers
Hopfield network
a neural network architecture