what is data mining?
the process of:
- searching through large amounts of data
- searching for non-obvious patters/anomalies
- using pattern matching algorithms
- using anomaly detection algorithms
- for business modelling and planning for the future
what are the pros of data mining?
what are the cons of data mining?
what is backtracking?
a method that is used in solving a problem that involves examining more than one possible solution
how is backtracking carried out?
what is performance modelling?
a process of evaluating if a system or program works as expected or not before it is released.
how is performance modelling often carried out?
what is pipelining?
when a task is divided into a series of sub-tasks, where each subtask leads to the next
- this means that each subtask is executed by a different process in a series and each result feeds into the next process
what makes a problem solvable by computational methods?
what are the steps for problem recognition?
what is visualisation?
a variety of techniques that aim to illustrate what a problem entails and ho to approach its solution