What is machine learning
learning from data without previous programming used to discover hidden patterns/trends enables data driven decisions
4 categories of machine learning
Classification is used to predict a…
category
Regression is used to predict a…
numeric value
Cluster analysis is used to
organise simliar items into groups eg customers
Association analysis is used to…
capture assocations between items or events
Name 2 supervised machine learning techniques
Name 2 unsupervised machine learning techniques
What is supervised machine learning
Where you have input variables an output variable using an algorithm to learn the mapping function between the input and the output
4 examples of supervised machine learning algorithms
What is unsupervised machine learning? It is where you only have…
input data and not corresponding output variables
What is the goal of unsupervised machine learning?
To model the underlying structure or distribution in the data
2 examples of unsupervised machine learning algorithma
kNN is used to
classify a sample based on its neighbors
What is k in kNN? The value of k determines…
the number of nearest neighbors to consider
kNN 4 distance metrics
2 pros of kNN
2 cons of kNN
What is decision tree ? It is a..
hierarchical structure with nodes and directed edges
Name 3 parts of decision tree
A decision tree classification decision is made by
What is decision tree - depth of a node
number of edges from the root node to that node
What is decision tree - depth of a decision tree
number of edges in the longest path from the root node to the leaf node
What is decision tree - size of a decision tree
the number of nodes in the tree