what is information gain?
it is the most common splitting criterion and is based on entropy
-> it measures how much a split reduces entropy (measures the change in entropy before and after splitting)
what does disorder correspond to?
how mixed the segment is with respect to the values of attribute of interest
what is entropy?
it is a measure of disorder in the data
how can you calculate entropy?
what is a parent set?
original set of examples (data points before splitting)
what is a children set?
an attribute (e.g., age) can segment the parent set into k children sets (subsets)
When is an attribute chosen for splitting?
The attribute that reduces entropy the most (= has the highest information gain) is chosen for the split
what is the formula for information gain?
what are disadvantages of ID3 decision trees?
what are the application possibilities of ANN (artificial neural networks)?
how does ANN function?
it functions like human neurons -> learning by making interneuron connections
what is a single perceptron algorithm ANN?
uses no hidden layer and mimics biology
how does an ANN work?
inputs go into a propagation function that calculations the net input, then a transform cuntion calculates an activation level, then we reieeve an output
what is the propagation function?
where inputs are independent variables, such as # of amenities
what is the activation function?
function/ level that determines whether a neuron (whether the whole process starts) produces an output or not
how does learning work in ANNs?
what are the three tasks in the process of learning in ANNs?
when is a data set linearly separable?
if there exists a straight line (in 2D) or a hyperplane (in highe dimensions) that can perfectly separate all data points of one class from those of another class without any errors
when do we need multilayer perceptron?
what are the three layers in multilayer perceptrons?
how does the development process of an ANN look like?
what is the activiation function in MLPs?
what are the different types of activation functions?
what are the four types of learning?